diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index c4df99a..039b85b 100644 --- a/.fandogh/fandogh.yaml +++ b/.fandogh/fandogh.yaml @@ -3,7 +3,7 @@ name: app-test spec: allow_http: false disable_default_domains: true - image: app:2.5.1.22 + image: app:2.5.2.23 image_pull_policy: IfNotPresent path: / replicas: 1 diff --git a/lib/generated_plugin_registrant.dart b/lib/generated_plugin_registrant.dart deleted file mode 100644 index 7b9ff2b..0000000 --- a/lib/generated_plugin_registrant.dart +++ /dev/null @@ -1,31 +0,0 @@ -// -// Generated file. Do not edit. -// - -// ignore_for_file: directives_ordering -// ignore_for_file: lines_longer_than_80_chars -// ignore_for_file: depend_on_referenced_packages - -import 'package:assets_audio_player_web/web/assets_audio_player_web.dart'; -import 'package:firebase_core_web/firebase_core_web.dart'; -import 'package:firebase_messaging_web/firebase_messaging_web.dart'; -import 'package:flutter_secure_storage_web/flutter_secure_storage_web.dart'; -import 'package:image_picker_for_web/image_picker_for_web.dart'; -import 'package:record_web/record_web.dart'; -import 'package:url_launcher_web/url_launcher_web.dart'; -import 'package:wakelock_web/wakelock_web.dart'; - -import 'package:flutter_web_plugins/flutter_web_plugins.dart'; - -// ignore: public_member_api_docs -void registerPlugins(Registrar registrar) { - AssetsAudioPlayerWebPlugin.registerWith(registrar); - FirebaseCoreWeb.registerWith(registrar); - FirebaseMessagingWeb.registerWith(registrar); - FlutterSecureStorageWeb.registerWith(registrar); - ImagePickerPlugin.registerWith(registrar); - RecordPluginWeb.registerWith(registrar); - UrlLauncherPlugin.registerWith(registrar); - WakelockWeb.registerWith(registrar); - registrar.registerMessageHandler(); -} diff --git a/pubspec.yaml b/pubspec.yaml index 6253d00..8954393 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.5.0+22 +version: 2.5.2+23 environment: sdk: ">=2.17.0 <3.0.0"