Skip to content

Commit

Permalink
Updated pubspec.yaml files config for baseflow_plugin_template (#913)
Browse files Browse the repository at this point in the history
* Updated pubspec.yaml files to support the updated baseflow_plugin_template

* #2 Updated pubspec.yaml files baseflow_plugin_template config
  • Loading branch information
YannickMaljaars committed Sep 19, 2022
1 parent 051828f commit 9aece54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
5 changes: 1 addition & 4 deletions permission_handler/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ environment:
sdk: ">=2.15.0 <3.0.0"

dependencies:
baseflow_plugin_template:
git:
url: https://github.com/Baseflow/baseflow_plugin_template.git
ref: v2.1.0
baseflow_plugin_template: ^2.1.1
flutter:
sdk: flutter

Expand Down
5 changes: 1 addition & 4 deletions permission_handler_android/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ environment:
sdk: ">=2.15.0 <3.0.0"

dependencies:
baseflow_plugin_template:
git:
url: https://github.com/Baseflow/baseflow_plugin_template.git
ref: v2.1.0
baseflow_plugin_template: ^2.1.1
flutter:
sdk: flutter

Expand Down
5 changes: 1 addition & 4 deletions permission_handler_apple/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ environment:
sdk: ">=2.15.0 <3.0.0"

dependencies:
baseflow_plugin_template:
git:
url: https://github.com/Baseflow/baseflow_plugin_template.git
ref: v2.1.0
baseflow_plugin_template: ^2.1.1
flutter:
sdk: flutter

Expand Down
5 changes: 1 addition & 4 deletions permission_handler_windows/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ environment:
sdk: ">=2.15.0 <3.0.0"

dependencies:
baseflow_plugin_template:
git:
url: https://github.com/Baseflow/baseflow_plugin_template.git
ref: v2.1.0
baseflow_plugin_template: ^2.1.1
flutter:
sdk: flutter

Expand Down

0 comments on commit 9aece54

Please sign in to comment.