Skip to content

Commit

Permalink
fix: pubspec url and ref
Browse files Browse the repository at this point in the history
  • Loading branch information
em-yhoshino committed May 26, 2022
1 parent dec5858 commit 45c50e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
12 changes: 2 additions & 10 deletions flutter_custom_tabs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_custom_tabs_platform_interface:
git:
url: https://github.com/em-yhoshino/flutter_custom_tabs.git
ref: feature/close
path: flutter_custom_tabs_platform_interface
flutter_custom_tabs_web:
git:
url: https://github.com/em-yhoshino/flutter_custom_tabs.git
ref: feature/close
path: flutter_custom_tabs_web
flutter_custom_tabs_platform_interface: ^1.0.1
flutter_custom_tabs_web: ^1.0.0

meta: ^1.3.0

Expand Down
6 changes: 1 addition & 5 deletions flutter_custom_tabs_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_custom_tabs_platform_interface:
git:
url: https://github.com/em-yhoshino/flutter_custom_tabs.git
ref: feature/close
path: flutter_custom_tabs_platform_interface
flutter_custom_tabs_platform_interface: ^1.0.1
meta: ^1.3.0
url_launcher_web: ^2.0.1
url_launcher_platform_interface: ^2.0.3
Expand Down

0 comments on commit 45c50e7

Please sign in to comment.