File tree Expand file tree Collapse file tree 5 files changed +27
-8
lines changed
flutter_custom_tabs_android
flutter_custom_tabs_platform_interface Expand file tree Collapse file tree 5 files changed +27
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version: 2.4.1
44homepage : https://github.com/droibit/flutter_custom_tabs
55repository : https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs
66issue_tracker : https://github.com/droibit/flutter_custom_tabs/issues
7+ publish_to : ' none'
78
89environment :
910 sdk : ^3.3.0
@@ -12,10 +13,18 @@ environment:
1213dependencies :
1314 flutter :
1415 sdk : flutter
15- flutter_custom_tabs_platform_interface : ^2.3.0
16- flutter_custom_tabs_android : ^2.3.1
17- flutter_custom_tabs_ios : ^2.4.1
18- flutter_custom_tabs_web : ^2.3.0
16+ # flutter_custom_tabs_platform_interface: ^2.3.0
17+ flutter_custom_tabs_platform_interface :
18+ path : ../flutter_custom_tabs_platform_interface
19+ # flutter_custom_tabs_android: ^2.3.1
20+ flutter_custom_tabs_android :
21+ path : ../flutter_custom_tabs_android
22+ # flutter_custom_tabs_ios: ^2.4.1
23+ flutter_custom_tabs_ios :
24+ path : ../flutter_custom_tabs_ios
25+ # flutter_custom_tabs_web: ^2.3.0
26+ flutter_custom_tabs_web :
27+ path : ../flutter_custom_tabs_web
1928 meta : ^1.10.0
2029
2130dev_dependencies :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version: 2.3.1
44homepage : https://github.com/droibit/flutter_custom_tabs
55repository : https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android
66issue_tracker : https://github.com/droibit/flutter_custom_tabs/issues
7+ publish_to : ' none'
78
89environment :
910 sdk : ^3.3.0
@@ -21,7 +22,9 @@ flutter:
2122dependencies :
2223 flutter :
2324 sdk : flutter
24- flutter_custom_tabs_platform_interface : ^2.3.0
25+ # flutter_custom_tabs_platform_interface: ^2.3.0
26+ flutter_custom_tabs_platform_interface :
27+ path : ../flutter_custom_tabs_platform_interface
2528 meta : ^1.10.0
2629
2730dev_dependencies :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version: 2.4.1
44homepage : https://github.com/droibit/flutter_custom_tabs
55repository : https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_ios
66issue_tracker : https://github.com/droibit/flutter_custom_tabs/issues
7+ publish_to : ' none'
78
89environment :
910 sdk : ^3.3.0
@@ -12,7 +13,9 @@ environment:
1213dependencies :
1314 flutter :
1415 sdk : flutter
15- flutter_custom_tabs_platform_interface : ^2.3.0
16+ # flutter_custom_tabs_platform_interface: ^2.3.0
17+ flutter_custom_tabs_platform_interface :
18+ path : ../flutter_custom_tabs_platform_interface
1619 meta : ^1.10.0
1720
1821dev_dependencies :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version: 2.3.0
44homepage : https://github.com/droibit/flutter_custom_tabs
55repository : https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_platform_interface
66issue_tracker : https://github.com/droibit/flutter_custom_tabs/issues
7+ publish_to : ' none'
78
89environment :
910 sdk : ^3.3.0
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version: 2.3.0
44homepage : https://github.com/droibit/flutter_custom_tabs
55repository : https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_web
66issue_tracker : https://github.com/droibit/flutter_custom_tabs/issues
7+ publish_to : ' none'
78
89environment :
910 sdk : ^3.3.0
@@ -21,8 +22,10 @@ dependencies:
2122 flutter :
2223 sdk : flutter
2324 flutter_web_plugins :
24- sdk : flutter
25- flutter_custom_tabs_platform_interface : ^2.3.0
25+ sdk : flutter
26+ # flutter_custom_tabs_platform_interface: ^2.3.0
27+ flutter_custom_tabs_platform_interface :
28+ path : ../flutter_custom_tabs_platform_interface
2629 meta : ^1.10.0
2730 url_launcher_web : ^2.3.3
2831 url_launcher_platform_interface : ^2.2.0
You can’t perform that action at this time.
0 commit comments