name: amplify_authenticator_example description: A new Flutter project. # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages. publish_to: "none" # Remove this line if you wish to publish to pub.dev # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # In Android, build-name is used as versionName while build-number used as versionCode. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html version: 1.0.0+1 environment: sdk: ^3.0.0 flutter: ">=3.10.0" dependencies: amplify_auth_cognito: ">=1.0.0-next.8 <1.0.0-next.9" amplify_authenticator: ">=1.0.0-next.5+1 <1.0.0-next.6" amplify_flutter: ">=1.0.0-next.8 <1.0.0-next.9" flutter: sdk: flutter # This line enables using custom localizations. # # See https://flutter.dev/docs/development/accessibility-and-localization/internationalization # for more information. flutter_localizations: sdk: flutter dev_dependencies: amplify_api: ">=1.0.0-next.8 <1.0.0-next.9" amplify_auth_integration_test: any amplify_authenticator_test: path: ../../amplify_authenticator_test amplify_integration_test: path: ../../../test/amplify_integration_test amplify_lints: path: ../../../amplify_lints amplify_test: path: ../../../test/amplify_test aws_common: any flutter_driver: sdk: flutter flutter_test: sdk: flutter integration_test: sdk: flutter stream_transform: ^2.0.0 uuid: ">=3.0.6 <=3.0.7" flutter: uses-material-design: true # This line enables localizations generation. # # See https://flutter.dev/docs/development/accessibility-and-localization/internationalization # for more information. generate: true