Skip to content

Commit f2d1825

Browse files
Dillon Nysdnys1
authored andcommitted
chore(push_notifications): Fix example
1 parent 29d30c5 commit f2d1825

File tree

6 files changed

+51
-2
lines changed

6 files changed

+51
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:flutter_lints/flutter.yaml
1+
include: package:amplify_lints/app.yaml

packages/notifications/push/amplify_push_notifications/example/ios/Flutter/Debug.xcconfig

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/notifications/push/amplify_push_notifications/example/ios/Flutter/Release.xcconfig

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/notifications/push/amplify_push_notifications/example/ios/Podfile

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/notifications/push/amplify_push_notifications/example/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
10+
amplify_push_notifications:
11+
path: ../
1012
flutter:
1113
sdk: flutter
1214

1315
dev_dependencies:
16+
amplify_lints: ^3.0.0
1417
flutter_test:
1518
sdk: flutter
16-
flutter_lints: ^2.0.0
1719

1820
flutter:
1921
uses-material-design: true

packages/notifications/push/amplify_push_notifications/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
async: ^2.10.0
1515
flutter:
1616
sdk: flutter
17+
flutter_plugin_android_lifecycle: ^2.0.0
1718
os_detect: ^2.0.0
1819
shared_preferences: ^2.0.15
1920

0 commit comments

Comments
 (0)