diff --git a/.gitignore b/.gitignore index 705fe92..15352f3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ .idea/ # Visual Studio Code related -.vscode/ +.vscode/_* # Flutter/Dart/Pub related **/doc/api/ @@ -29,7 +29,7 @@ .packages .pub-cache/ .pub/ -/build/ +build/ # Web related lib/generated_plugin_registrant.dart diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cb68bb6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dart.flutterSdkPath": "/Users/tom/fvm/versions/stable" +} \ No newline at end of file diff --git a/example/deep_linking/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/example/deep_linking/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 13ed88c..0000000 --- a/example/deep_linking/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,19 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - flutterEngine.getPlugins().add(new com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin()); - flutterEngine.getPlugins().add(new name.avioli.unilinks.UniLinksPlugin()); - } -} diff --git a/example/deep_linking/android/gradle/wrapper/gradle-wrapper.jar b/example/deep_linking/android/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index 13372ae..0000000 Binary files a/example/deep_linking/android/gradle/wrapper/gradle-wrapper.jar and /dev/null differ diff --git a/example/deep_linking/ios/Runner.xcworkspace/xcuserdata/tom.xcuserdatad/UserInterfaceState.xcuserstate b/example/deep_linking/ios/Runner.xcworkspace/xcuserdata/tom.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 6436c97..0000000 Binary files a/example/deep_linking/ios/Runner.xcworkspace/xcuserdata/tom.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/example/deep_linking/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/example/deep_linking/macos/Flutter/ephemeral/Flutter-Generated.xcconfig deleted file mode 100644 index 74ca743..0000000 --- a/example/deep_linking/macos/Flutter/ephemeral/Flutter-Generated.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -// This is a generated file; do not edit or check into version control. -FLUTTER_ROOT=/Users/tom/fvm/versions/stable -FLUTTER_APPLICATION_PATH=/Users/tom/repos/routemaster/example/deep_linking -FLUTTER_BUILD_DIR=build -FLUTTER_BUILD_NAME=1.0.0 -FLUTTER_BUILD_NUMBER=1 -EXCLUDED_ARCHS=arm64 -DART_OBFUSCATION=false -TRACK_WIDGET_CREATION=false -TREE_SHAKE_ICONS=false -PACKAGE_CONFIG=.packages diff --git a/example/deep_linking/macos/Flutter/ephemeral/flutter_export_environment.sh b/example/deep_linking/macos/Flutter/ephemeral/flutter_export_environment.sh deleted file mode 100755 index c32b370..0000000 --- a/example/deep_linking/macos/Flutter/ephemeral/flutter_export_environment.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# This is a generated file; do not edit or check into version control. -export "FLUTTER_ROOT=/Users/tom/fvm/versions/stable" -export "FLUTTER_APPLICATION_PATH=/Users/tom/repos/routemaster/example/deep_linking" -export "FLUTTER_BUILD_DIR=build" -export "FLUTTER_BUILD_NAME=1.0.0" -export "FLUTTER_BUILD_NUMBER=1" -export "EXCLUDED_ARCHS=arm64" -export "DART_OBFUSCATION=false" -export "TRACK_WIDGET_CREATION=false" -export "TREE_SHAKE_ICONS=false" -export "PACKAGE_CONFIG=.packages"