From dd79863e5b0f2b225b7bcd202bf640cb6c50300a Mon Sep 17 00:00:00 2001 From: fabioranieri Date: Tue, 16 Aug 2022 12:22:34 +0200 Subject: [PATCH 1/2] Add possibility to set inputFormat param for user --- .idea/libraries/Dart_Packages.xml | 104 ++++++------ .idea/libraries/Dart_SDK.xml | 40 +++-- .idea/workspace.xml | 31 +++- android/local.properties | 2 + .../ios/Flutter/flutter_export_environment.sh | 13 ++ example/lib/main.dart | 7 +- lib/pin_code_text_field.dart | 154 ++++++++++-------- pubspec.lock | 55 ++++--- 8 files changed, 240 insertions(+), 166 deletions(-) create mode 100644 android/local.properties create mode 100755 example/ios/Flutter/flutter_export_environment.sh diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 51db6e8..5e2f2c6 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -5,174 +5,182 @@ - - + + + + + + - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index 22ebdc2..b6e6985 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,27 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b646b67..5174b7c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -18,9 +18,14 @@ + + + + + - +