Skip to content

Commit

Permalink
config: patrol setting
Browse files Browse the repository at this point in the history
  • Loading branch information
seilylook committed Mar 11, 2024
1 parent b4f0c9c commit 0db5730
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 33 deletions.
5 changes: 0 additions & 5 deletions lib/app_test.dart
Original file line number Diff line number Diff line change
@@ -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() {}
2 changes: 0 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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"))
}
26 changes: 1 addition & 25 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
10 changes: 9 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0db5730

Please sign in to comment.