test: PR preview test
This commit is contained in:
parent
09d058fb6c
commit
b4b7406064
|
|
@ -59,7 +59,9 @@ class MyApp extends StatelessWidget {
|
||||||
final router = ref.watch(routerProvider);
|
final router = ref.watch(routerProvider);
|
||||||
final content = Scaffold(
|
final content = Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text(AppLocalizations.of(context).appTitle),
|
title: Text(
|
||||||
|
AppLocalizations.of(context).appTitle + "(PR preview)",
|
||||||
|
),
|
||||||
actions: [
|
actions: [
|
||||||
OutlinedButton.icon(
|
OutlinedButton.icon(
|
||||||
key: const Key('btn_appbar_settings'),
|
key: const Key('btn_appbar_settings'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue