diff --git a/flutter_custom_tabs/pubspec.yaml b/flutter_custom_tabs/pubspec.yaml index c7829ba..0f960c3 100644 --- a/flutter_custom_tabs/pubspec.yaml +++ b/flutter_custom_tabs/pubspec.yaml @@ -4,6 +4,7 @@ version: 2.5.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues +publish_to: 'none' environment: sdk: ^3.6.0 @@ -12,10 +13,18 @@ environment: dependencies: flutter: sdk: flutter - flutter_custom_tabs_platform_interface: ^2.4.0 - flutter_custom_tabs_android: ^2.4.0 - flutter_custom_tabs_ios: ^2.5.0 - flutter_custom_tabs_web: ^2.4.0 + # flutter_custom_tabs_platform_interface: ^2.4.0 + flutter_custom_tabs_platform_interface: + path: ../flutter_custom_tabs_platform_interface + # flutter_custom_tabs_android: ^2.4.0 + flutter_custom_tabs_android: + path: ../flutter_custom_tabs_android + # flutter_custom_tabs_ios: ^2.5.0 + flutter_custom_tabs_ios: + path: ../flutter_custom_tabs_ios + # flutter_custom_tabs_web: ^2.4.0 + flutter_custom_tabs_web: + path: ../flutter_custom_tabs_web meta: ^1.10.0 dev_dependencies: diff --git a/flutter_custom_tabs_android/pubspec.yaml b/flutter_custom_tabs_android/pubspec.yaml index fe6d1eb..03c0cb4 100644 --- a/flutter_custom_tabs_android/pubspec.yaml +++ b/flutter_custom_tabs_android/pubspec.yaml @@ -4,6 +4,7 @@ version: 2.4.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues +publish_to: 'none' environment: sdk: ^3.6.0 @@ -21,7 +22,9 @@ flutter: dependencies: flutter: sdk: flutter - flutter_custom_tabs_platform_interface: ^2.4.0 + # flutter_custom_tabs_platform_interface: ^2.4.0 + flutter_custom_tabs_platform_interface: + path: ../flutter_custom_tabs_platform_interface meta: ^1.10.0 dev_dependencies: diff --git a/flutter_custom_tabs_ios/pubspec.yaml b/flutter_custom_tabs_ios/pubspec.yaml index 3d5766c..a1e52eb 100644 --- a/flutter_custom_tabs_ios/pubspec.yaml +++ b/flutter_custom_tabs_ios/pubspec.yaml @@ -4,6 +4,7 @@ version: 2.5.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_ios issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues +publish_to: 'none' environment: sdk: ^3.6.0 @@ -12,7 +13,9 @@ environment: dependencies: flutter: sdk: flutter - flutter_custom_tabs_platform_interface: ^2.4.0 + # flutter_custom_tabs_platform_interface: ^2.4.0 + flutter_custom_tabs_platform_interface: + path: ../flutter_custom_tabs_platform_interface meta: ^1.10.0 dev_dependencies: diff --git a/flutter_custom_tabs_platform_interface/pubspec.yaml b/flutter_custom_tabs_platform_interface/pubspec.yaml index 9e855fe..52461e9 100644 --- a/flutter_custom_tabs_platform_interface/pubspec.yaml +++ b/flutter_custom_tabs_platform_interface/pubspec.yaml @@ -4,6 +4,7 @@ version: 2.4.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_platform_interface issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues +publish_to: 'none' environment: sdk: ^3.6.0 diff --git a/flutter_custom_tabs_web/pubspec.yaml b/flutter_custom_tabs_web/pubspec.yaml index 1bec1f0..091f4c8 100644 --- a/flutter_custom_tabs_web/pubspec.yaml +++ b/flutter_custom_tabs_web/pubspec.yaml @@ -4,6 +4,7 @@ version: 2.4.0 homepage: https://github.com/droibit/flutter_custom_tabs repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_web issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues +publish_to: 'none' environment: sdk: ^3.6.0 @@ -22,7 +23,9 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - flutter_custom_tabs_platform_interface: ^2.4.0 + # flutter_custom_tabs_platform_interface: ^2.4.0 + flutter_custom_tabs_platform_interface: + path: ../flutter_custom_tabs_platform_interface meta: ^1.10.0 url_launcher_web: ^2.3.3 url_launcher_platform_interface: ^2.2.0