|
1 | 1 | name: sample_app
|
2 |
| -description: A new Flutter application. |
3 |
| - |
4 |
| -# The following line prevents the package from being accidentally published to |
5 |
| -# pub.dev using `flutter pub publish`. This is preferred for private packages. |
6 |
| -publish_to: "none" # Remove this line if you wish to publish to pub.dev |
7 |
| - |
8 |
| -# The following defines the version and build number for your application. |
9 |
| -# A version number is three numbers separated by dots, like 1.2.43 |
10 |
| -# followed by an optional build number separated by a +. |
11 |
| -# Both the version and the builder number may be overridden in flutter |
12 |
| -# build by specifying --build-name and --build-number, respectively. |
13 |
| -# In Android, build-name is used as versionName while build-number used as versionCode. |
14 |
| -# Read more about Android versioning at https://developer.android.com/studio/publish/versioning |
15 |
| -# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. |
16 |
| -# Read more about iOS versioning at |
17 |
| -# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html |
18 |
| -version: 1.0.0+1 |
| 2 | +description: An example app which uses the Amplify Flutter libraries. |
| 3 | +publish_to: none |
19 | 4 |
|
20 | 5 | environment:
|
21 | 6 | sdk: ">=2.17.0 <3.0.0"
|
22 | 7 | flutter: ">=3.0.0"
|
23 | 8 |
|
24 | 9 | dependencies:
|
| 10 | + amplify_flutter: 1.0.0-next.0 |
| 11 | + amplify_analytics_pinpoint: 1.0.0-next.0 |
| 12 | + amplify_auth_cognito: 1.0.0-next.0 |
| 13 | + amplify_storage_s3: 1.0.0-next.0 |
| 14 | + file_picker: ^5.0.0 |
25 | 15 | flutter:
|
26 | 16 | sdk: flutter
|
27 |
| - file_picker: ^5.0.0 |
28 |
| - amplify_flutter: 0.5.0 |
29 |
| - amplify_analytics_pinpoint: 0.5.0 |
30 |
| - amplify_auth_cognito: 0.5.0 |
31 |
| - amplify_storage_s3: 0.5.0 |
32 |
| - # The following adds the Cupertino Icons font to your application. |
33 |
| - # Use with the CupertinoIcons class for iOS style icons. |
34 |
| - cupertino_icons: ^0.1.3 |
35 | 17 |
|
36 | 18 | dev_dependencies:
|
37 | 19 | flutter_test:
|
38 | 20 | sdk: flutter
|
39 | 21 |
|
40 |
| -# For information on the generic Dart part of this file, see the |
41 |
| -# following page: https://dart.dev/tools/pub/pubspec |
42 |
| - |
43 |
| -# The following section is specific to Flutter. |
44 | 22 | flutter:
|
45 |
| - # The following line ensures that the Material Icons font is |
46 |
| - # included with your application, so that you can use the icons in |
47 |
| - # the material Icons class. |
48 | 23 | uses-material-design: true
|
49 | 24 |
|
50 |
| - # To add assets to your application, add an assets section, like this: |
51 | 25 | assets:
|
52 | 26 | - images/image.png
|
53 |
| - # - images/a_dot_ham.jpeg |
54 |
| - |
55 |
| - # An image asset can refer to one or more resolution-specific "variants", see |
56 |
| - # https://flutter.dev/assets-and-images/#resolution-aware. |
57 |
| - |
58 |
| - # For details regarding adding assets from package dependencies, see |
59 |
| - # https://flutter.dev/assets-and-images/#from-packages |
60 |
| - |
61 |
| - # To add custom fonts to your application, add a fonts section here, |
62 |
| - # in this "flutter" section. Each entry in this list should have a |
63 |
| - # "family" key with the font family name, and a "fonts" key with a |
64 |
| - # list giving the asset and other descriptors for the font. For |
65 |
| - # example: |
66 |
| - # fonts: |
67 |
| - # - family: Schyler |
68 |
| - # fonts: |
69 |
| - # - asset: fonts/Schyler-Regular.ttf |
70 |
| - # - asset: fonts/Schyler-Italic.ttf |
71 |
| - # style: italic |
72 |
| - # - family: Trajan Pro |
73 |
| - # fonts: |
74 |
| - # - asset: fonts/TrajanPro.ttf |
75 |
| - # - asset: fonts/TrajanPro_Bold.ttf |
76 |
| - # weight: 700 |
77 |
| - # |
78 |
| - # For details regarding fonts from package dependencies, |
79 |
| - # see https://flutter.dev/custom-fonts/#from-packages |
0 commit comments