From 0db5730a70da24e93e4b64022d4d1787b1dda473 Mon Sep 17 00:00:00 2001 From: seilylook Date: Mon, 11 Mar 2024 16:01:30 +0900 Subject: [PATCH] config: patrol setting --- lib/app_test.dart | 5 ---- macos/Flutter/GeneratedPluginRegistrant.swift | 2 -- pubspec.lock | 26 +------------------ pubspec.yaml | 10 ++++++- 4 files changed, 10 insertions(+), 33 deletions(-) diff --git a/lib/app_test.dart b/lib/app_test.dart index 3928a70..8b13789 100644 --- a/lib/app_test.dart +++ b/lib/app_test.dart @@ -1,6 +1 @@ -import 'package:tunefun_front/main.dart'; -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:patrol/patrol.dart'; -void main() {} diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 7dbf262..12808e0 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -12,7 +12,6 @@ import firebase_messaging import flutter_local_notifications import package_info_plus import path_provider_foundation -import patrol func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { AmplifySecureStoragePlugin.register(with: registry.registrar(forPlugin: "AmplifySecureStoragePlugin")) @@ -22,5 +21,4 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin")) FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) - PatrolPlugin.register(with: registry.registrar(forPlugin: "PatrolPlugin")) } diff --git a/pubspec.lock b/pubspec.lock index e93a2d2..3eb5cad 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -217,14 +217,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.14.1" - equatable: - dependency: transitive - description: - name: equatable - sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2 - url: "https://pub.dev" - source: hosted - version: "2.0.5" fake_async: dependency: transitive description: @@ -599,22 +591,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.2.1" - patrol: - dependency: "direct main" - description: - name: patrol - sha256: a3934bc7bfef4bbe46ebcc24ed755f9ff1414dfb25cd91b419dfa8e1db6bde81 - url: "https://pub.dev" - source: hosted - version: "3.5.2" - patrol_finders: - dependency: transitive - description: - name: patrol_finders - sha256: ac33527cc1b63e3aa131dbd7107cfda8ee2df0fb4a4a423c067174a2e60db77b - url: "https://pub.dev" - source: hosted - version: "2.0.2" petitparser: dependency: transitive description: @@ -918,4 +894,4 @@ packages: version: "6.5.0" sdks: dart: ">=3.2.3 <4.0.0" - flutter: ">=3.16.0" + flutter: ">=3.10.0" diff --git a/pubspec.yaml b/pubspec.yaml index 647e872..f008006 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,7 +40,6 @@ dependencies: flutter_svg: ^2.0.9 http: ^1.2.0 fpdart: ^1.1.0 - patrol: ^3.5.2 amplify_flutter: ^1.6.1 amplify_core: ^1.6.3 amplify_analytics_pinpoint: ^1.6.3 @@ -64,6 +63,15 @@ dev_dependencies: # rules and activating additional ones. flutter_lints: ^2.0.0 +patrol: + app_name: tunefun_front + android: + package_name: com.example.tunefun_front + ios: + bundle_id: com.example.tunefunFront + macos: + bundle_id: com.example.tunefunFront.RunnerTests + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec