Skip to content

Commit

Permalink
apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fer14 committed Aug 8, 2024
1 parent e4df1c8 commit 1912adb
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 1 deletion.
Binary file added AppIcons.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions flutter_code/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ import Foundation
import cloud_firestore
import firebase_auth
import firebase_core
import package_info_plus
import path_provider_foundation
import share_plus
import speech_to_text_macos
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SpeechToTextMacosPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextMacosPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}
74 changes: 73 additions & 1 deletion flutter_code/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.2"
csslib:
dependency: transitive
description:
name: csslib
sha256: b36c7f7e24c0bdf1bf9a3da461c837d1de64b9f8beb190c9011d8c72a3dfd745
url: "https://pub.dev"
source: hosted
version: "0.17.2"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -285,6 +293,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.2.0"
html:
dependency: transitive
description:
name: html
sha256: "58e3491f7bf0b6a4ea5110c0c688877460d1a6366731155c4a4580e7ded773e8"
url: "https://pub.dev"
source: hosted
version: "0.15.3"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -389,6 +405,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
new_version_plus:
dependency: "direct main"
description:
name: new_version_plus
sha256: "4ebc9dd951d6fba3dfe6d39f1b88e24d5bfc507f450131d502001ac92d93cabd"
url: "https://pub.dev"
source: hosted
version: "0.0.9"
package_info_plus:
dependency: transitive
description:
name: package_info_plus
sha256: "10259b111176fba5c505b102e3a5b022b51dd97e30522e906d6922c745584745"
url: "https://pub.dev"
source: hosted
version: "3.1.2"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
sha256: "9bc8ba46813a4cc42c66ab781470711781940780fd8beddd0c3da62506d3a6c6"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -618,6 +658,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.1"
url_launcher:
dependency: "direct main"
description:
name: url_launcher
sha256: eb1e00ab44303d50dd487aab67ebc575456c146c6af44422f9c13889984c00f3
url: "https://pub.dev"
source: hosted
version: "6.1.11"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
sha256: "1a5848f598acc5b7d8f7c18b8cb834ab667e59a13edc3c93e9d09cf38cc6bc87"
url: "https://pub.dev"
source: hosted
version: "6.0.34"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
sha256: "9af7ea73259886b92199f9e42c116072f05ff9bea2dcb339ab935dfc957392c2"
url: "https://pub.dev"
source: hosted
version: "6.1.4"
url_launcher_linux:
dependency: transitive
description:
Expand All @@ -626,6 +690,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.4"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
sha256: "91ee3e75ea9dadf38036200c5d3743518f4a5eb77a8d13fda1ee5764373f185e"
url: "https://pub.dev"
source: hosted
version: "3.0.5"
url_launcher_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -692,4 +764,4 @@ packages:
version: "1.0.0"
sdks:
dart: ">=2.18.5 <3.0.0"
flutter: ">=3.0.0"
flutter: ">=3.3.0"
2 changes: 2 additions & 0 deletions flutter_code/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ dependencies:
get_storage: ^2.1.1
rive: ^0.9.1
internet_connection_checker: ^1.0.0+1
new_version_plus: ^0.0.9
url_launcher: ^6.1.11
#getwidget: ^3.0.1

dev_dependencies:
Expand Down
Binary file added ic_launcher-6431f9bc4483c.zip
Binary file not shown.

0 comments on commit 1912adb

Please sign in to comment.