Skip to content

Commit

Permalink
fix: pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
em-yhoshino committed May 26, 2022
1 parent 1312b6f commit b82aee4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions flutter_custom_tabs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_custom_tabs_platform_interface: ^1.0.1
flutter_custom_tabs_web: ^1.0.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
flutter_custom_tabs_web:
path: ../flutter_custom_tabs_web

meta: ^1.3.0

Expand Down
3 changes: 2 additions & 1 deletion flutter_custom_tabs_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_custom_tabs_platform_interface: ^1.0.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
meta: ^1.3.0
url_launcher_web: ^2.0.1
url_launcher_platform_interface: ^2.0.3
Expand Down

0 comments on commit b82aee4

Please sign in to comment.