Added fastlane, updated instructions on generating files

This commit is contained in:
Anton Stubenbord
2022-11-10 17:33:19 +01:00
parent 51540a53e0
commit 0469191635
14 changed files with 339 additions and 25 deletions

View File

@@ -104,9 +104,9 @@ class _MyAppState extends State<MyApp> {
languageCode: settings.preferredLocaleSubtag),
localizationsDelegates: const [
S.delegate,
FormBuilderLocalizations.delegate,
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
FormBuilderLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
],
home: const AuthenticationWrapper(),