sign up parameters fixed change document, documentType and country code

This commit is contained in:
2026-01-05 10:03:18 +01:00
parent 0e3fd8e6d5
commit 8754884544
18 changed files with 68 additions and 69 deletions

View File

@@ -1,4 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:label="sf_payments"
android:name="${applicationName}"

View File

@@ -35,7 +35,8 @@ class PlatformApp extends ConsumerWidget {
),
routerConfig: appRouter,
debugShowCheckedModeBanner: false,
localizationsDelegates: const [
localizationsDelegates: [
// CountryLocalizations.getDelegate(enableLocalization: false),
SFLocalizations.delegate,
GlobalMaterialLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,

View File

@@ -169,7 +169,7 @@ packages:
source: hosted
version: "3.1.2"
country_code_picker:
dependency: transitive
dependency: "direct main"
description:
name: country_code_picker
sha256: f0411f4833b6f98e8b7215f4fa3813bcc88e50f13925f70a170dbd36e3e447f5

View File

@@ -66,6 +66,7 @@ dependencies:
go_router_builder: ^4.1.1
build_runner: ^2.7.1
flutter_dotenv: ^6.0.0
country_code_picker: ^3.4.1
dev_dependencies:
flutter_test: