File tree Expand file tree Collapse file tree 4 files changed +12
-17
lines changed
Expand file tree Collapse file tree 4 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ packages:
4444 courier_flutter:
4545 dependency: "direct main"
4646 description:
47- path: ".."
48- relative: true
49- source: path
47+ name: courier_flutter
48+ sha256: "0a205d62eb7b6ccfa55010e4b07f6d1724664b573a129081ccb9f6ee6d579ea6"
49+ url: "https://pub.dev"
50+ source: hosted
5051 version: "1.0.61"
5152 cupertino_icons:
5253 dependency: "direct main"
@@ -262,4 +263,4 @@ packages:
262263 version: "0.1.4-beta"
263264sdks:
264265 dart: ">=3.1.0-185.0.dev <4.0.0"
265- flutter: ">=3.13.6 "
266+ flutter: ">=2.5.0 "
Original file line number Diff line number Diff line change @@ -20,13 +20,7 @@ dependencies:
2020 flutter :
2121 sdk : flutter
2222
23- courier_flutter :
24- # When depending on this package from a real application you should use:
25- # courier_flutter: ^x.y.z
26- # See https://dart.dev/tools/pub/dependencies#version-constraints
27- # The example app is bundled with the plugin so we use a path dependency on
28- # the parent directory to use the current plugin's version.
29- path : ../
23+ courier_flutter : ^1.0.61
3024
3125 # The following adds the Cupertino Icons font to your application.
3226 # Use with the CupertinoIcons class for iOS style icons.
Original file line number Diff line number Diff line change 11name : courier_flutter
22description : The best way to add push notifications to your Flutter app!
3- version : 1.0.7
3+ version : 1.0.70
44homepage : https://courier.com
55
66environment :
Original file line number Diff line number Diff line change 11# Install Github CLI if needed
2- brew install gh
3- gh auth login
4-
5- # Install yq for parsing yml
6- brew install python-yq
2+ # brew install gh
3+ # gh auth login
4+ #
5+ # # Install yq for parsing yml
6+ # brew install python-yq
77
88# Get the package version from the pubspec
99PACKAGE_VERSION=$( yq .version pubspec.yaml | tr -d ' "' )
You can’t perform that action at this time.
0 commit comments