From 05c5f55b99eaa075f413353fce76a9aa7421ba3c Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Sat, 29 Nov 2025 18:42:23 +0900 Subject: [PATCH] Remove integration_test dependency from example pubspec.yaml --- flutter_custom_tabs_android/example/pubspec.yaml | 2 -- flutter_custom_tabs_ios/example/pubspec.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/flutter_custom_tabs_android/example/pubspec.yaml b/flutter_custom_tabs_android/example/pubspec.yaml index 515ed94..6dfd1a0 100644 --- a/flutter_custom_tabs_android/example/pubspec.yaml +++ b/flutter_custom_tabs_android/example/pubspec.yaml @@ -13,8 +13,6 @@ dependencies: path: ../ dev_dependencies: - integration_test: - sdk: flutter flutter_test: sdk: flutter flutter_lints: ^4.0.0 diff --git a/flutter_custom_tabs_ios/example/pubspec.yaml b/flutter_custom_tabs_ios/example/pubspec.yaml index 647c30d..e81f306 100644 --- a/flutter_custom_tabs_ios/example/pubspec.yaml +++ b/flutter_custom_tabs_ios/example/pubspec.yaml @@ -14,8 +14,6 @@ dependencies: cupertino_icons: ^1.0.2 dev_dependencies: - integration_test: - sdk: flutter flutter_test: sdk: flutter flutter_lints: ^4.0.0