Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated pubspec.yaml files config for baseflow_plugin_template #913

Merged
merged 2 commits into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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