File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
amplify_analytics_pinpoint_android/example
amplify_analytics_pinpoint_ios/example Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ description: Test bed for amplify_analytics_pinpoint_android
6
6
publish_to : " none" # Remove this line if you wish to publish to pub.dev
7
7
8
8
environment :
9
- sdk : ' >=2.12.0 <3.0.0'
9
+ sdk : " >=2.12.0 <3.0.0"
10
10
flutter : " >=2.2.0"
11
11
12
12
dependencies :
13
+ flutter :
14
+ sdk : flutter
13
15
amplify_analytics_pinpoint_android :
14
16
# When depending on this package from a real application you should use:
15
17
# amplify_analytics_pinpoint: ^x.y.z
@@ -28,4 +30,4 @@ dev_dependencies:
28
30
flutter_lints : ^1.0.0
29
31
30
32
flutter :
31
- uses-material-design : true
33
+ uses-material-design : true
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ environment:
10
10
flutter : " >=2.2.0"
11
11
12
12
dependencies :
13
+ flutter :
14
+ sdk : flutter
13
15
amplify_analytics_pinpoint_ios :
14
16
# When depending on this package from a real application you should use:
15
17
# amplify_analytics_pinpoint: ^x.y.z
You can’t perform that action at this time.
0 commit comments