File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 This Theme is only used starting with V2 of Flutter's Android embedding. -->
1515 <style name =" NormalTheme" parent =" @android:style/Theme.Black.NoTitleBar" >
1616 <item name =" android:windowBackground" >?android:colorBackground</item >
17+ <item name =" android:statusBarColor" >@android:color/white</item >
18+ <item name =" android:windowLightStatusBar" >true</item >
1719 </style >
1820</resources >
Original file line number Diff line number Diff line change 1414 This Theme is only used starting with V2 of Flutter's Android embedding. -->
1515 <style name =" NormalTheme" parent =" @android:style/Theme.Light.NoTitleBar" >
1616 <item name =" android:windowBackground" >?android:colorBackground</item >
17+ <item name =" android:statusBarColor" >@android:color/white</item >
18+ <item name =" android:windowLightStatusBar" >true</item >
1719 </style >
1820</resources >
Original file line number Diff line number Diff line change @@ -249,10 +249,10 @@ packages:
249249 dependency: transitive
250250 description:
251251 name: http
252- sha256: fe7ab022b76f3034adc518fb6ea04a82387620e19977665ea18d30a1cf43442f
252+ sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b"
253253 url: "https://pub.dev"
254254 source: hosted
255- version: "1.3 .0"
255+ version: "1.4 .0"
256256 http_parser:
257257 dependency: transitive
258258 description:
@@ -630,10 +630,10 @@ packages:
630630 dependency: transitive
631631 description:
632632 name: vector_graphics
633- sha256: "44cc7104ff32563122a929e4620cf3efd584194eec6d1d913eb5ba593dbcf6de"
633+ sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
634634 url: "https://pub.dev"
635635 source: hosted
636- version: "1.1.18 "
636+ version: "1.1.19 "
637637 vector_graphics_codec:
638638 dependency: transitive
639639 description:
@@ -646,10 +646,10 @@ packages:
646646 dependency: transitive
647647 description:
648648 name: vector_graphics_compiler
649- sha256: "1b4b9e706a10294258727674a340ae0d6e64a7231980f9f9a3d12e4b42407aad "
649+ sha256: "557a315b7d2a6dbb0aaaff84d857967ce6bdc96a63dc6ee2a57ce5a6ee5d3331 "
650650 url: "https://pub.dev"
651651 source: hosted
652- version: "1.1.16 "
652+ version: "1.1.17 "
653653 vector_math:
654654 dependency: transitive
655655 description:
@@ -670,10 +670,10 @@ packages:
670670 dependency: transitive
671671 description:
672672 name: watcher
673- sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104 "
673+ sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a "
674674 url: "https://pub.dev"
675675 source: hosted
676- version: "1.1.1 "
676+ version: "1.1.2 "
677677 web:
678678 dependency: transitive
679679 description:
Original file line number Diff line number Diff line change @@ -112,12 +112,18 @@ flutter:
112112 # For details regarding fonts from package dependencies,
113113 # see https://flutter.dev/to/font-from-package
114114
115- generate : false
116-
117-
115+ # generate: true
116+ generate : true
118117
118+ flutter_gen :
119+ output : lib/gen/
120+ line_length : 80
121+
122+ # l10n config from HEAD (keep for reference, comment out if not used)
119123# l10n:
120124# arb-dir: l10n
121125# template-arb-file: app_en.arb
122126# output-localization-file: app_localizations.dart
127+ # output-class: AppLocalizations
128+ # output-dir: lib/l10n
123129# untranslated-messages-file: lib/l10n/untranslated_messages.txt
You can’t perform that action at this time.
0 commit comments