tools-template-cli 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +54 -0
- package/dist/index.js +380 -0
- package/dist/templates.js +44 -0
- package/package.json +49 -0
- package/supabase-expo-app/.env.example +2 -0
- package/supabase-expo-app/App.tsx +55 -0
- package/supabase-expo-app/README.md +179 -0
- package/supabase-expo-app/app.json +34 -0
- package/supabase-expo-app/assets/adaptive-icon.png +0 -0
- package/supabase-expo-app/assets/favicon.png +0 -0
- package/supabase-expo-app/assets/icon.png +0 -0
- package/supabase-expo-app/assets/splash-icon.png +0 -0
- package/supabase-expo-app/components/Account.tsx +234 -0
- package/supabase-expo-app/components/Auth.tsx +161 -0
- package/supabase-expo-app/components/Avatar.tsx +173 -0
- package/supabase-expo-app/index.ts +8 -0
- package/supabase-expo-app/lib/supabase.ts +63 -0
- package/supabase-expo-app/package-lock.json +8983 -0
- package/supabase-expo-app/package.json +32 -0
- package/supabase-expo-app/scripts/setup-supabase.sh +73 -0
- package/supabase-expo-app/supabase/schema.sql +57 -0
- package/supabase-expo-app/tsconfig.json +6 -0
- package/supabase-swiftui-app/Package.swift +32 -0
- package/supabase-swiftui-app/README.md +215 -0
- package/supabase-swiftui-app/SupabaseSwiftUIApp/AccountView.swift +181 -0
- package/supabase-swiftui-app/SupabaseSwiftUIApp/AuthView.swift +123 -0
- package/supabase-swiftui-app/SupabaseSwiftUIApp/AvatarView.swift +113 -0
- package/supabase-swiftui-app/SupabaseSwiftUIApp/ContentView.swift +18 -0
- package/supabase-swiftui-app/SupabaseSwiftUIApp/Supabase.swift +13 -0
- package/supabase-swiftui-app/SupabaseSwiftUIApp/SupabaseSwiftUIApp.swift +22 -0
- package/supabase-swiftui-app/scripts/setup-supabase.sh +67 -0
- package/supabase-swiftui-app/supabase/schema.sql +57 -0
- package/supabase-user-management/AGENTS.md +5 -0
- package/supabase-user-management/CLAUDE.md +1 -0
- package/supabase-user-management/README.md +178 -0
- package/supabase-user-management/app/account/account-form.tsx +174 -0
- package/supabase-user-management/app/account/avatar.tsx +109 -0
- package/supabase-user-management/app/account/page.tsx +28 -0
- package/supabase-user-management/app/auth/confirm/route.ts +26 -0
- package/supabase-user-management/app/error.tsx +14 -0
- package/supabase-user-management/app/favicon.ico +0 -0
- package/supabase-user-management/app/globals.css +130 -0
- package/supabase-user-management/app/layout.tsx +22 -0
- package/supabase-user-management/app/loading.tsx +7 -0
- package/supabase-user-management/app/login/actions.ts +45 -0
- package/supabase-user-management/app/login/page.tsx +90 -0
- package/supabase-user-management/app/page.tsx +16 -0
- package/supabase-user-management/components/ui/button.tsx +58 -0
- package/supabase-user-management/components.json +25 -0
- package/supabase-user-management/eslint.config.mjs +18 -0
- package/supabase-user-management/lib/supabase/client.ts +8 -0
- package/supabase-user-management/lib/supabase/middleware.ts +52 -0
- package/supabase-user-management/lib/supabase/server.ts +29 -0
- package/supabase-user-management/lib/utils.ts +6 -0
- package/supabase-user-management/next.config.ts +7 -0
- package/supabase-user-management/package-lock.json +9910 -0
- package/supabase-user-management/package.json +36 -0
- package/supabase-user-management/postcss.config.mjs +7 -0
- package/supabase-user-management/public/file.svg +1 -0
- package/supabase-user-management/public/globe.svg +1 -0
- package/supabase-user-management/public/next.svg +1 -0
- package/supabase-user-management/public/vercel.svg +1 -0
- package/supabase-user-management/public/window.svg +1 -0
- package/supabase-user-management/scripts/setup-supabase.sh +98 -0
- package/supabase-user-management/src/proxy.ts +12 -0
- package/supabase-user-management/supabase/schema.sql +57 -0
- package/supabase-user-management/tsconfig.json +34 -0
- package/supabase_flutter_app/.metadata +45 -0
- package/supabase_flutter_app/README.md +195 -0
- package/supabase_flutter_app/analysis_options.yaml +28 -0
- package/supabase_flutter_app/android/app/build.gradle.kts +44 -0
- package/supabase_flutter_app/android/app/src/debug/AndroidManifest.xml +7 -0
- package/supabase_flutter_app/android/app/src/main/AndroidManifest.xml +54 -0
- package/supabase_flutter_app/android/app/src/main/kotlin/com/example/supabase_flutter_app/MainActivity.kt +5 -0
- package/supabase_flutter_app/android/app/src/main/res/drawable/launch_background.xml +12 -0
- package/supabase_flutter_app/android/app/src/main/res/drawable-v21/launch_background.xml +12 -0
- package/supabase_flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/supabase_flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/supabase_flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/supabase_flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/supabase_flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/supabase_flutter_app/android/app/src/main/res/values/styles.xml +18 -0
- package/supabase_flutter_app/android/app/src/main/res/values-night/styles.xml +18 -0
- package/supabase_flutter_app/android/app/src/profile/AndroidManifest.xml +7 -0
- package/supabase_flutter_app/android/build.gradle.kts +24 -0
- package/supabase_flutter_app/android/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/supabase_flutter_app/android/gradle.properties +2 -0
- package/supabase_flutter_app/android/settings.gradle.kts +26 -0
- package/supabase_flutter_app/ios/Flutter/AppFrameworkInfo.plist +26 -0
- package/supabase_flutter_app/ios/Flutter/Debug.xcconfig +2 -0
- package/supabase_flutter_app/ios/Flutter/Release.xcconfig +2 -0
- package/supabase_flutter_app/ios/Podfile +43 -0
- package/supabase_flutter_app/ios/Runner/AppDelegate.swift +13 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +122 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json +23 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png +0 -0
- package/supabase_flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md +5 -0
- package/supabase_flutter_app/ios/Runner/Base.lproj/LaunchScreen.storyboard +37 -0
- package/supabase_flutter_app/ios/Runner/Base.lproj/Main.storyboard +26 -0
- package/supabase_flutter_app/ios/Runner/Info.plist +61 -0
- package/supabase_flutter_app/ios/Runner/Runner-Bridging-Header.h +1 -0
- package/supabase_flutter_app/ios/Runner.xcodeproj/project.pbxproj +619 -0
- package/supabase_flutter_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- package/supabase_flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/supabase_flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
- package/supabase_flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +101 -0
- package/supabase_flutter_app/ios/Runner.xcworkspace/contents.xcworkspacedata +7 -0
- package/supabase_flutter_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/supabase_flutter_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
- package/supabase_flutter_app/ios/RunnerTests/RunnerTests.swift +12 -0
- package/supabase_flutter_app/lib/components/avatar.dart +153 -0
- package/supabase_flutter_app/lib/main.dart +70 -0
- package/supabase_flutter_app/lib/pages/account_page.dart +189 -0
- package/supabase_flutter_app/lib/pages/login_page.dart +150 -0
- package/supabase_flutter_app/linux/CMakeLists.txt +128 -0
- package/supabase_flutter_app/linux/flutter/CMakeLists.txt +88 -0
- package/supabase_flutter_app/linux/flutter/generated_plugin_registrant.cc +23 -0
- package/supabase_flutter_app/linux/flutter/generated_plugin_registrant.h +15 -0
- package/supabase_flutter_app/linux/flutter/generated_plugins.cmake +26 -0
- package/supabase_flutter_app/linux/runner/CMakeLists.txt +26 -0
- package/supabase_flutter_app/linux/runner/main.cc +6 -0
- package/supabase_flutter_app/linux/runner/my_application.cc +148 -0
- package/supabase_flutter_app/linux/runner/my_application.h +21 -0
- package/supabase_flutter_app/macos/Flutter/Flutter-Debug.xcconfig +2 -0
- package/supabase_flutter_app/macos/Flutter/Flutter-Release.xcconfig +2 -0
- package/supabase_flutter_app/macos/Flutter/GeneratedPluginRegistrant.swift +18 -0
- package/supabase_flutter_app/macos/Podfile +42 -0
- package/supabase_flutter_app/macos/Runner/AppDelegate.swift +13 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +68 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png +0 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png +0 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png +0 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png +0 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png +0 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png +0 -0
- package/supabase_flutter_app/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png +0 -0
- package/supabase_flutter_app/macos/Runner/Base.lproj/MainMenu.xib +343 -0
- package/supabase_flutter_app/macos/Runner/Configs/AppInfo.xcconfig +14 -0
- package/supabase_flutter_app/macos/Runner/Configs/Debug.xcconfig +2 -0
- package/supabase_flutter_app/macos/Runner/Configs/Release.xcconfig +2 -0
- package/supabase_flutter_app/macos/Runner/Configs/Warnings.xcconfig +13 -0
- package/supabase_flutter_app/macos/Runner/DebugProfile.entitlements +12 -0
- package/supabase_flutter_app/macos/Runner/Info.plist +32 -0
- package/supabase_flutter_app/macos/Runner/MainFlutterWindow.swift +15 -0
- package/supabase_flutter_app/macos/Runner/Release.entitlements +8 -0
- package/supabase_flutter_app/macos/Runner.xcodeproj/project.pbxproj +705 -0
- package/supabase_flutter_app/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/supabase_flutter_app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +99 -0
- package/supabase_flutter_app/macos/Runner.xcworkspace/contents.xcworkspacedata +7 -0
- package/supabase_flutter_app/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/supabase_flutter_app/macos/RunnerTests/RunnerTests.swift +12 -0
- package/supabase_flutter_app/pubspec.lock +818 -0
- package/supabase_flutter_app/pubspec.yaml +26 -0
- package/supabase_flutter_app/scripts/setup-supabase.sh +72 -0
- package/supabase_flutter_app/supabase/schema.sql +57 -0
- package/supabase_flutter_app/test/widget_test.dart +30 -0
- package/supabase_flutter_app/web/favicon.png +0 -0
- package/supabase_flutter_app/web/icons/Icon-192.png +0 -0
- package/supabase_flutter_app/web/icons/Icon-512.png +0 -0
- package/supabase_flutter_app/web/icons/Icon-maskable-192.png +0 -0
- package/supabase_flutter_app/web/icons/Icon-maskable-512.png +0 -0
- package/supabase_flutter_app/web/index.html +38 -0
- package/supabase_flutter_app/web/manifest.json +35 -0
- package/supabase_flutter_app/windows/CMakeLists.txt +108 -0
- package/supabase_flutter_app/windows/flutter/CMakeLists.txt +109 -0
- package/supabase_flutter_app/windows/flutter/generated_plugin_registrant.cc +20 -0
- package/supabase_flutter_app/windows/flutter/generated_plugin_registrant.h +15 -0
- package/supabase_flutter_app/windows/flutter/generated_plugins.cmake +26 -0
- package/supabase_flutter_app/windows/runner/CMakeLists.txt +40 -0
- package/supabase_flutter_app/windows/runner/Runner.rc +121 -0
- package/supabase_flutter_app/windows/runner/flutter_window.cpp +71 -0
- package/supabase_flutter_app/windows/runner/flutter_window.h +33 -0
- package/supabase_flutter_app/windows/runner/main.cpp +43 -0
- package/supabase_flutter_app/windows/runner/resource.h +16 -0
- package/supabase_flutter_app/windows/runner/resources/app_icon.ico +0 -0
- package/supabase_flutter_app/windows/runner/runner.exe.manifest +14 -0
- package/supabase_flutter_app/windows/runner/utils.cpp +65 -0
- package/supabase_flutter_app/windows/runner/utils.h +19 -0
- package/supabase_flutter_app/windows/runner/win32_window.cpp +288 -0
- package/supabase_flutter_app/windows/runner/win32_window.h +102 -0
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
# Generated by pub
|
|
2
|
+
# See https://dart.dev/tools/pub/glossary#lockfile
|
|
3
|
+
packages:
|
|
4
|
+
app_links:
|
|
5
|
+
dependency: transitive
|
|
6
|
+
description:
|
|
7
|
+
name: app_links
|
|
8
|
+
sha256: "3462d9defc61565fde4944858b59bec5be2b9d5b05f20aed190adb3ad08a7abc"
|
|
9
|
+
url: "https://pub.dev"
|
|
10
|
+
source: hosted
|
|
11
|
+
version: "7.0.0"
|
|
12
|
+
app_links_linux:
|
|
13
|
+
dependency: transitive
|
|
14
|
+
description:
|
|
15
|
+
name: app_links_linux
|
|
16
|
+
sha256: f5f7173a78609f3dfd4c2ff2c95bd559ab43c80a87dc6a095921d96c05688c81
|
|
17
|
+
url: "https://pub.dev"
|
|
18
|
+
source: hosted
|
|
19
|
+
version: "1.0.3"
|
|
20
|
+
app_links_platform_interface:
|
|
21
|
+
dependency: transitive
|
|
22
|
+
description:
|
|
23
|
+
name: app_links_platform_interface
|
|
24
|
+
sha256: "05f5379577c513b534a29ddea68176a4d4802c46180ee8e2e966257158772a3f"
|
|
25
|
+
url: "https://pub.dev"
|
|
26
|
+
source: hosted
|
|
27
|
+
version: "2.0.2"
|
|
28
|
+
app_links_web:
|
|
29
|
+
dependency: transitive
|
|
30
|
+
description:
|
|
31
|
+
name: app_links_web
|
|
32
|
+
sha256: af060ed76183f9e2b87510a9480e56a5352b6c249778d07bd2c95fc35632a555
|
|
33
|
+
url: "https://pub.dev"
|
|
34
|
+
source: hosted
|
|
35
|
+
version: "1.0.4"
|
|
36
|
+
async:
|
|
37
|
+
dependency: transitive
|
|
38
|
+
description:
|
|
39
|
+
name: async
|
|
40
|
+
sha256: e2eb0491ba5ddb6177742d2da23904574082139b07c1e33b8503b9f46f3e1a37
|
|
41
|
+
url: "https://pub.dev"
|
|
42
|
+
source: hosted
|
|
43
|
+
version: "2.13.1"
|
|
44
|
+
boolean_selector:
|
|
45
|
+
dependency: transitive
|
|
46
|
+
description:
|
|
47
|
+
name: boolean_selector
|
|
48
|
+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
|
|
49
|
+
url: "https://pub.dev"
|
|
50
|
+
source: hosted
|
|
51
|
+
version: "2.1.2"
|
|
52
|
+
characters:
|
|
53
|
+
dependency: transitive
|
|
54
|
+
description:
|
|
55
|
+
name: characters
|
|
56
|
+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
|
|
57
|
+
url: "https://pub.dev"
|
|
58
|
+
source: hosted
|
|
59
|
+
version: "1.4.0"
|
|
60
|
+
clock:
|
|
61
|
+
dependency: transitive
|
|
62
|
+
description:
|
|
63
|
+
name: clock
|
|
64
|
+
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
|
|
65
|
+
url: "https://pub.dev"
|
|
66
|
+
source: hosted
|
|
67
|
+
version: "1.1.2"
|
|
68
|
+
code_assets:
|
|
69
|
+
dependency: transitive
|
|
70
|
+
description:
|
|
71
|
+
name: code_assets
|
|
72
|
+
sha256: "83ccdaa064c980b5596c35dd64a8d3ecc68620174ab9b90b6343b753aa721687"
|
|
73
|
+
url: "https://pub.dev"
|
|
74
|
+
source: hosted
|
|
75
|
+
version: "1.0.0"
|
|
76
|
+
collection:
|
|
77
|
+
dependency: transitive
|
|
78
|
+
description:
|
|
79
|
+
name: collection
|
|
80
|
+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
|
|
81
|
+
url: "https://pub.dev"
|
|
82
|
+
source: hosted
|
|
83
|
+
version: "1.19.1"
|
|
84
|
+
convert:
|
|
85
|
+
dependency: transitive
|
|
86
|
+
description:
|
|
87
|
+
name: convert
|
|
88
|
+
sha256: b30acd5944035672bc15c6b7a8b47d773e41e2f17de064350988c5d02adb1c68
|
|
89
|
+
url: "https://pub.dev"
|
|
90
|
+
source: hosted
|
|
91
|
+
version: "3.1.2"
|
|
92
|
+
cross_file:
|
|
93
|
+
dependency: transitive
|
|
94
|
+
description:
|
|
95
|
+
name: cross_file
|
|
96
|
+
sha256: "28bb3ae56f117b5aec029d702a90f57d285cd975c3c5c281eaca38dbc47c5937"
|
|
97
|
+
url: "https://pub.dev"
|
|
98
|
+
source: hosted
|
|
99
|
+
version: "0.3.5+2"
|
|
100
|
+
crypto:
|
|
101
|
+
dependency: transitive
|
|
102
|
+
description:
|
|
103
|
+
name: crypto
|
|
104
|
+
sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf
|
|
105
|
+
url: "https://pub.dev"
|
|
106
|
+
source: hosted
|
|
107
|
+
version: "3.0.7"
|
|
108
|
+
cupertino_icons:
|
|
109
|
+
dependency: "direct main"
|
|
110
|
+
description:
|
|
111
|
+
name: cupertino_icons
|
|
112
|
+
sha256: "41e005c33bd814be4d3096aff55b1908d419fde52ca656c8c47719ec745873cd"
|
|
113
|
+
url: "https://pub.dev"
|
|
114
|
+
source: hosted
|
|
115
|
+
version: "1.0.9"
|
|
116
|
+
dart_jsonwebtoken:
|
|
117
|
+
dependency: transitive
|
|
118
|
+
description:
|
|
119
|
+
name: dart_jsonwebtoken
|
|
120
|
+
sha256: cb79ed79baa02b4f59a597bf365873cbd83f9bb15273d63f7803802d21717c7d
|
|
121
|
+
url: "https://pub.dev"
|
|
122
|
+
source: hosted
|
|
123
|
+
version: "3.4.0"
|
|
124
|
+
fake_async:
|
|
125
|
+
dependency: transitive
|
|
126
|
+
description:
|
|
127
|
+
name: fake_async
|
|
128
|
+
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
|
|
129
|
+
url: "https://pub.dev"
|
|
130
|
+
source: hosted
|
|
131
|
+
version: "1.3.3"
|
|
132
|
+
ffi:
|
|
133
|
+
dependency: transitive
|
|
134
|
+
description:
|
|
135
|
+
name: ffi
|
|
136
|
+
sha256: "6d7fd89431262d8f3125e81b50d3847a091d846eafcd4fdb88dd06f36d705a45"
|
|
137
|
+
url: "https://pub.dev"
|
|
138
|
+
source: hosted
|
|
139
|
+
version: "2.2.0"
|
|
140
|
+
file:
|
|
141
|
+
dependency: transitive
|
|
142
|
+
description:
|
|
143
|
+
name: file
|
|
144
|
+
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
|
|
145
|
+
url: "https://pub.dev"
|
|
146
|
+
source: hosted
|
|
147
|
+
version: "7.0.1"
|
|
148
|
+
file_selector_linux:
|
|
149
|
+
dependency: transitive
|
|
150
|
+
description:
|
|
151
|
+
name: file_selector_linux
|
|
152
|
+
sha256: "2567f398e06ac72dcf2e98a0c95df2a9edd03c2c2e0cacd4780f20cdf56263a0"
|
|
153
|
+
url: "https://pub.dev"
|
|
154
|
+
source: hosted
|
|
155
|
+
version: "0.9.4"
|
|
156
|
+
file_selector_macos:
|
|
157
|
+
dependency: transitive
|
|
158
|
+
description:
|
|
159
|
+
name: file_selector_macos
|
|
160
|
+
sha256: "5e0bbe9c312416f1787a68259ea1505b52f258c587f12920422671807c4d618a"
|
|
161
|
+
url: "https://pub.dev"
|
|
162
|
+
source: hosted
|
|
163
|
+
version: "0.9.5"
|
|
164
|
+
file_selector_platform_interface:
|
|
165
|
+
dependency: transitive
|
|
166
|
+
description:
|
|
167
|
+
name: file_selector_platform_interface
|
|
168
|
+
sha256: "35e0bd61ebcdb91a3505813b055b09b79dfdc7d0aee9c09a7ba59ae4bb13dc85"
|
|
169
|
+
url: "https://pub.dev"
|
|
170
|
+
source: hosted
|
|
171
|
+
version: "2.7.0"
|
|
172
|
+
file_selector_windows:
|
|
173
|
+
dependency: transitive
|
|
174
|
+
description:
|
|
175
|
+
name: file_selector_windows
|
|
176
|
+
sha256: "62197474ae75893a62df75939c777763d39c2bc5f73ce5b88497208bc269abfd"
|
|
177
|
+
url: "https://pub.dev"
|
|
178
|
+
source: hosted
|
|
179
|
+
version: "0.9.3+5"
|
|
180
|
+
flutter:
|
|
181
|
+
dependency: "direct main"
|
|
182
|
+
description: flutter
|
|
183
|
+
source: sdk
|
|
184
|
+
version: "0.0.0"
|
|
185
|
+
flutter_lints:
|
|
186
|
+
dependency: "direct dev"
|
|
187
|
+
description:
|
|
188
|
+
name: flutter_lints
|
|
189
|
+
sha256: "3105dc8492f6183fb076ccf1f351ac3d60564bff92e20bfc4af9cc1651f4e7e1"
|
|
190
|
+
url: "https://pub.dev"
|
|
191
|
+
source: hosted
|
|
192
|
+
version: "6.0.0"
|
|
193
|
+
flutter_plugin_android_lifecycle:
|
|
194
|
+
dependency: transitive
|
|
195
|
+
description:
|
|
196
|
+
name: flutter_plugin_android_lifecycle
|
|
197
|
+
sha256: "38d1c268de9097ff59cf0e844ac38759fc78f76836d37edad06fa21e182055a0"
|
|
198
|
+
url: "https://pub.dev"
|
|
199
|
+
source: hosted
|
|
200
|
+
version: "2.0.34"
|
|
201
|
+
flutter_test:
|
|
202
|
+
dependency: "direct dev"
|
|
203
|
+
description: flutter
|
|
204
|
+
source: sdk
|
|
205
|
+
version: "0.0.0"
|
|
206
|
+
flutter_web_plugins:
|
|
207
|
+
dependency: transitive
|
|
208
|
+
description: flutter
|
|
209
|
+
source: sdk
|
|
210
|
+
version: "0.0.0"
|
|
211
|
+
functions_client:
|
|
212
|
+
dependency: transitive
|
|
213
|
+
description:
|
|
214
|
+
name: functions_client
|
|
215
|
+
sha256: "94074d62167ae634127ef6095f536835063a7dc80f2b1aa306d2346ff9023996"
|
|
216
|
+
url: "https://pub.dev"
|
|
217
|
+
source: hosted
|
|
218
|
+
version: "2.5.0"
|
|
219
|
+
glob:
|
|
220
|
+
dependency: transitive
|
|
221
|
+
description:
|
|
222
|
+
name: glob
|
|
223
|
+
sha256: c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de
|
|
224
|
+
url: "https://pub.dev"
|
|
225
|
+
source: hosted
|
|
226
|
+
version: "2.1.3"
|
|
227
|
+
gotrue:
|
|
228
|
+
dependency: transitive
|
|
229
|
+
description:
|
|
230
|
+
name: gotrue
|
|
231
|
+
sha256: ecdf3fa3ef8c5f886390ba0056d00d29138c02c39984e9caa8194dffd8a73ef7
|
|
232
|
+
url: "https://pub.dev"
|
|
233
|
+
source: hosted
|
|
234
|
+
version: "2.19.0"
|
|
235
|
+
gtk:
|
|
236
|
+
dependency: transitive
|
|
237
|
+
description:
|
|
238
|
+
name: gtk
|
|
239
|
+
sha256: e8ce9ca4b1df106e4d72dad201d345ea1a036cc12c360f1a7d5a758f78ffa42c
|
|
240
|
+
url: "https://pub.dev"
|
|
241
|
+
source: hosted
|
|
242
|
+
version: "2.1.0"
|
|
243
|
+
hooks:
|
|
244
|
+
dependency: transitive
|
|
245
|
+
description:
|
|
246
|
+
name: hooks
|
|
247
|
+
sha256: e79ed1e8e1929bc6ecb6ec85f0cb519c887aa5b423705ded0d0f2d9226def388
|
|
248
|
+
url: "https://pub.dev"
|
|
249
|
+
source: hosted
|
|
250
|
+
version: "1.0.2"
|
|
251
|
+
http:
|
|
252
|
+
dependency: transitive
|
|
253
|
+
description:
|
|
254
|
+
name: http
|
|
255
|
+
sha256: "87721a4a50b19c7f1d49001e51409bddc46303966ce89a65af4f4e6004896412"
|
|
256
|
+
url: "https://pub.dev"
|
|
257
|
+
source: hosted
|
|
258
|
+
version: "1.6.0"
|
|
259
|
+
http_parser:
|
|
260
|
+
dependency: transitive
|
|
261
|
+
description:
|
|
262
|
+
name: http_parser
|
|
263
|
+
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
|
|
264
|
+
url: "https://pub.dev"
|
|
265
|
+
source: hosted
|
|
266
|
+
version: "4.1.2"
|
|
267
|
+
image_picker:
|
|
268
|
+
dependency: "direct main"
|
|
269
|
+
description:
|
|
270
|
+
name: image_picker
|
|
271
|
+
sha256: "784210112be18ea55f69d7076e2c656a4e24949fa9e76429fe53af0c0f4fa320"
|
|
272
|
+
url: "https://pub.dev"
|
|
273
|
+
source: hosted
|
|
274
|
+
version: "1.2.1"
|
|
275
|
+
image_picker_android:
|
|
276
|
+
dependency: transitive
|
|
277
|
+
description:
|
|
278
|
+
name: image_picker_android
|
|
279
|
+
sha256: "66810af8e99b2657ee98e5c6f02064f69bb63f7a70e343937f70946c5f8c6622"
|
|
280
|
+
url: "https://pub.dev"
|
|
281
|
+
source: hosted
|
|
282
|
+
version: "0.8.13+16"
|
|
283
|
+
image_picker_for_web:
|
|
284
|
+
dependency: transitive
|
|
285
|
+
description:
|
|
286
|
+
name: image_picker_for_web
|
|
287
|
+
sha256: "66257a3191ab360d23a55c8241c91a6e329d31e94efa7be9cf7a212e65850214"
|
|
288
|
+
url: "https://pub.dev"
|
|
289
|
+
source: hosted
|
|
290
|
+
version: "3.1.1"
|
|
291
|
+
image_picker_ios:
|
|
292
|
+
dependency: transitive
|
|
293
|
+
description:
|
|
294
|
+
name: image_picker_ios
|
|
295
|
+
sha256: b9c4a438a9ff4f60808c9cf0039b93a42bb6c2211ef6ebb647394b2b3fa84588
|
|
296
|
+
url: "https://pub.dev"
|
|
297
|
+
source: hosted
|
|
298
|
+
version: "0.8.13+6"
|
|
299
|
+
image_picker_linux:
|
|
300
|
+
dependency: transitive
|
|
301
|
+
description:
|
|
302
|
+
name: image_picker_linux
|
|
303
|
+
sha256: "1f81c5f2046b9ab724f85523e4af65be1d47b038160a8c8deed909762c308ed4"
|
|
304
|
+
url: "https://pub.dev"
|
|
305
|
+
source: hosted
|
|
306
|
+
version: "0.2.2"
|
|
307
|
+
image_picker_macos:
|
|
308
|
+
dependency: transitive
|
|
309
|
+
description:
|
|
310
|
+
name: image_picker_macos
|
|
311
|
+
sha256: "86f0f15a309de7e1a552c12df9ce5b59fe927e71385329355aec4776c6a8ec91"
|
|
312
|
+
url: "https://pub.dev"
|
|
313
|
+
source: hosted
|
|
314
|
+
version: "0.2.2+1"
|
|
315
|
+
image_picker_platform_interface:
|
|
316
|
+
dependency: transitive
|
|
317
|
+
description:
|
|
318
|
+
name: image_picker_platform_interface
|
|
319
|
+
sha256: "567e056716333a1647c64bb6bd873cff7622233a5c3f694be28a583d4715690c"
|
|
320
|
+
url: "https://pub.dev"
|
|
321
|
+
source: hosted
|
|
322
|
+
version: "2.11.1"
|
|
323
|
+
image_picker_windows:
|
|
324
|
+
dependency: transitive
|
|
325
|
+
description:
|
|
326
|
+
name: image_picker_windows
|
|
327
|
+
sha256: d248c86554a72b5495a31c56f060cf73a41c7ff541689327b1a7dbccc33adfae
|
|
328
|
+
url: "https://pub.dev"
|
|
329
|
+
source: hosted
|
|
330
|
+
version: "0.2.2"
|
|
331
|
+
jwt_decode:
|
|
332
|
+
dependency: transitive
|
|
333
|
+
description:
|
|
334
|
+
name: jwt_decode
|
|
335
|
+
sha256: d2e9f68c052b2225130977429d30f187aa1981d789c76ad104a32243cfdebfbb
|
|
336
|
+
url: "https://pub.dev"
|
|
337
|
+
source: hosted
|
|
338
|
+
version: "0.3.1"
|
|
339
|
+
leak_tracker:
|
|
340
|
+
dependency: transitive
|
|
341
|
+
description:
|
|
342
|
+
name: leak_tracker
|
|
343
|
+
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
|
|
344
|
+
url: "https://pub.dev"
|
|
345
|
+
source: hosted
|
|
346
|
+
version: "11.0.2"
|
|
347
|
+
leak_tracker_flutter_testing:
|
|
348
|
+
dependency: transitive
|
|
349
|
+
description:
|
|
350
|
+
name: leak_tracker_flutter_testing
|
|
351
|
+
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
|
|
352
|
+
url: "https://pub.dev"
|
|
353
|
+
source: hosted
|
|
354
|
+
version: "3.0.10"
|
|
355
|
+
leak_tracker_testing:
|
|
356
|
+
dependency: transitive
|
|
357
|
+
description:
|
|
358
|
+
name: leak_tracker_testing
|
|
359
|
+
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
|
|
360
|
+
url: "https://pub.dev"
|
|
361
|
+
source: hosted
|
|
362
|
+
version: "3.0.2"
|
|
363
|
+
lints:
|
|
364
|
+
dependency: transitive
|
|
365
|
+
description:
|
|
366
|
+
name: lints
|
|
367
|
+
sha256: "12f842a479589fea194fe5c5a3095abc7be0c1f2ddfa9a0e76aed1dbd26a87df"
|
|
368
|
+
url: "https://pub.dev"
|
|
369
|
+
source: hosted
|
|
370
|
+
version: "6.1.0"
|
|
371
|
+
logging:
|
|
372
|
+
dependency: transitive
|
|
373
|
+
description:
|
|
374
|
+
name: logging
|
|
375
|
+
sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
|
|
376
|
+
url: "https://pub.dev"
|
|
377
|
+
source: hosted
|
|
378
|
+
version: "1.3.0"
|
|
379
|
+
matcher:
|
|
380
|
+
dependency: transitive
|
|
381
|
+
description:
|
|
382
|
+
name: matcher
|
|
383
|
+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
|
|
384
|
+
url: "https://pub.dev"
|
|
385
|
+
source: hosted
|
|
386
|
+
version: "0.12.17"
|
|
387
|
+
material_color_utilities:
|
|
388
|
+
dependency: transitive
|
|
389
|
+
description:
|
|
390
|
+
name: material_color_utilities
|
|
391
|
+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
|
|
392
|
+
url: "https://pub.dev"
|
|
393
|
+
source: hosted
|
|
394
|
+
version: "0.11.1"
|
|
395
|
+
meta:
|
|
396
|
+
dependency: transitive
|
|
397
|
+
description:
|
|
398
|
+
name: meta
|
|
399
|
+
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
|
|
400
|
+
url: "https://pub.dev"
|
|
401
|
+
source: hosted
|
|
402
|
+
version: "1.17.0"
|
|
403
|
+
mime:
|
|
404
|
+
dependency: transitive
|
|
405
|
+
description:
|
|
406
|
+
name: mime
|
|
407
|
+
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
|
|
408
|
+
url: "https://pub.dev"
|
|
409
|
+
source: hosted
|
|
410
|
+
version: "2.0.0"
|
|
411
|
+
native_toolchain_c:
|
|
412
|
+
dependency: transitive
|
|
413
|
+
description:
|
|
414
|
+
name: native_toolchain_c
|
|
415
|
+
sha256: "6ba77bb18063eebe9de401f5e6437e95e1438af0a87a3a39084fbd37c90df572"
|
|
416
|
+
url: "https://pub.dev"
|
|
417
|
+
source: hosted
|
|
418
|
+
version: "0.17.6"
|
|
419
|
+
objective_c:
|
|
420
|
+
dependency: transitive
|
|
421
|
+
description:
|
|
422
|
+
name: objective_c
|
|
423
|
+
sha256: "100a1c87616ab6ed41ec263b083c0ef3261ee6cd1dc3b0f35f8ddfa4f996fe52"
|
|
424
|
+
url: "https://pub.dev"
|
|
425
|
+
source: hosted
|
|
426
|
+
version: "9.3.0"
|
|
427
|
+
path:
|
|
428
|
+
dependency: transitive
|
|
429
|
+
description:
|
|
430
|
+
name: path
|
|
431
|
+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
|
|
432
|
+
url: "https://pub.dev"
|
|
433
|
+
source: hosted
|
|
434
|
+
version: "1.9.1"
|
|
435
|
+
path_provider:
|
|
436
|
+
dependency: transitive
|
|
437
|
+
description:
|
|
438
|
+
name: path_provider
|
|
439
|
+
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
|
|
440
|
+
url: "https://pub.dev"
|
|
441
|
+
source: hosted
|
|
442
|
+
version: "2.1.5"
|
|
443
|
+
path_provider_android:
|
|
444
|
+
dependency: transitive
|
|
445
|
+
description:
|
|
446
|
+
name: path_provider_android
|
|
447
|
+
sha256: "149441ca6e4f38193b2e004c0ca6376a3d11f51fa5a77552d8bd4d2b0c0912ba"
|
|
448
|
+
url: "https://pub.dev"
|
|
449
|
+
source: hosted
|
|
450
|
+
version: "2.2.23"
|
|
451
|
+
path_provider_foundation:
|
|
452
|
+
dependency: transitive
|
|
453
|
+
description:
|
|
454
|
+
name: path_provider_foundation
|
|
455
|
+
sha256: "2a376b7d6392d80cd3705782d2caa734ca4727776db0b6ec36ef3f1855197699"
|
|
456
|
+
url: "https://pub.dev"
|
|
457
|
+
source: hosted
|
|
458
|
+
version: "2.6.0"
|
|
459
|
+
path_provider_linux:
|
|
460
|
+
dependency: transitive
|
|
461
|
+
description:
|
|
462
|
+
name: path_provider_linux
|
|
463
|
+
sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
|
|
464
|
+
url: "https://pub.dev"
|
|
465
|
+
source: hosted
|
|
466
|
+
version: "2.2.1"
|
|
467
|
+
path_provider_platform_interface:
|
|
468
|
+
dependency: transitive
|
|
469
|
+
description:
|
|
470
|
+
name: path_provider_platform_interface
|
|
471
|
+
sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334"
|
|
472
|
+
url: "https://pub.dev"
|
|
473
|
+
source: hosted
|
|
474
|
+
version: "2.1.2"
|
|
475
|
+
path_provider_windows:
|
|
476
|
+
dependency: transitive
|
|
477
|
+
description:
|
|
478
|
+
name: path_provider_windows
|
|
479
|
+
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
|
|
480
|
+
url: "https://pub.dev"
|
|
481
|
+
source: hosted
|
|
482
|
+
version: "2.3.0"
|
|
483
|
+
platform:
|
|
484
|
+
dependency: transitive
|
|
485
|
+
description:
|
|
486
|
+
name: platform
|
|
487
|
+
sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984"
|
|
488
|
+
url: "https://pub.dev"
|
|
489
|
+
source: hosted
|
|
490
|
+
version: "3.1.6"
|
|
491
|
+
plugin_platform_interface:
|
|
492
|
+
dependency: transitive
|
|
493
|
+
description:
|
|
494
|
+
name: plugin_platform_interface
|
|
495
|
+
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
|
|
496
|
+
url: "https://pub.dev"
|
|
497
|
+
source: hosted
|
|
498
|
+
version: "2.1.8"
|
|
499
|
+
pointycastle:
|
|
500
|
+
dependency: transitive
|
|
501
|
+
description:
|
|
502
|
+
name: pointycastle
|
|
503
|
+
sha256: "92aa3841d083cc4b0f4709b5c74fd6409a3e6ba833ffc7dc6a8fee096366acf5"
|
|
504
|
+
url: "https://pub.dev"
|
|
505
|
+
source: hosted
|
|
506
|
+
version: "4.0.0"
|
|
507
|
+
postgrest:
|
|
508
|
+
dependency: transitive
|
|
509
|
+
description:
|
|
510
|
+
name: postgrest
|
|
511
|
+
sha256: f4b6bb24b465c47649243ef0140475de8a0ec311dc9c75ebe573b2dcabb10460
|
|
512
|
+
url: "https://pub.dev"
|
|
513
|
+
source: hosted
|
|
514
|
+
version: "2.6.0"
|
|
515
|
+
pub_semver:
|
|
516
|
+
dependency: transitive
|
|
517
|
+
description:
|
|
518
|
+
name: pub_semver
|
|
519
|
+
sha256: "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585"
|
|
520
|
+
url: "https://pub.dev"
|
|
521
|
+
source: hosted
|
|
522
|
+
version: "2.2.0"
|
|
523
|
+
realtime_client:
|
|
524
|
+
dependency: transitive
|
|
525
|
+
description:
|
|
526
|
+
name: realtime_client
|
|
527
|
+
sha256: ee8e71af7a834e960f5b2f494f398117488036fbdb11f422611f7287fbf40562
|
|
528
|
+
url: "https://pub.dev"
|
|
529
|
+
source: hosted
|
|
530
|
+
version: "2.7.1"
|
|
531
|
+
retry:
|
|
532
|
+
dependency: transitive
|
|
533
|
+
description:
|
|
534
|
+
name: retry
|
|
535
|
+
sha256: "822e118d5b3aafed083109c72d5f484c6dc66707885e07c0fbcb8b986bba7efc"
|
|
536
|
+
url: "https://pub.dev"
|
|
537
|
+
source: hosted
|
|
538
|
+
version: "3.1.2"
|
|
539
|
+
rxdart:
|
|
540
|
+
dependency: transitive
|
|
541
|
+
description:
|
|
542
|
+
name: rxdart
|
|
543
|
+
sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962"
|
|
544
|
+
url: "https://pub.dev"
|
|
545
|
+
source: hosted
|
|
546
|
+
version: "0.28.0"
|
|
547
|
+
shared_preferences:
|
|
548
|
+
dependency: transitive
|
|
549
|
+
description:
|
|
550
|
+
name: shared_preferences
|
|
551
|
+
sha256: c3025c5534b01739267eb7d76959bbc25a6d10f6988e1c2a3036940133dd10bf
|
|
552
|
+
url: "https://pub.dev"
|
|
553
|
+
source: hosted
|
|
554
|
+
version: "2.5.5"
|
|
555
|
+
shared_preferences_android:
|
|
556
|
+
dependency: transitive
|
|
557
|
+
description:
|
|
558
|
+
name: shared_preferences_android
|
|
559
|
+
sha256: e8d4762b1e2e8578fc4d0fd548cebf24afd24f49719c08974df92834565e2c53
|
|
560
|
+
url: "https://pub.dev"
|
|
561
|
+
source: hosted
|
|
562
|
+
version: "2.4.23"
|
|
563
|
+
shared_preferences_foundation:
|
|
564
|
+
dependency: transitive
|
|
565
|
+
description:
|
|
566
|
+
name: shared_preferences_foundation
|
|
567
|
+
sha256: "4e7eaffc2b17ba398759f1151415869a34771ba11ebbccd1b0145472a619a64f"
|
|
568
|
+
url: "https://pub.dev"
|
|
569
|
+
source: hosted
|
|
570
|
+
version: "2.5.6"
|
|
571
|
+
shared_preferences_linux:
|
|
572
|
+
dependency: transitive
|
|
573
|
+
description:
|
|
574
|
+
name: shared_preferences_linux
|
|
575
|
+
sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
|
|
576
|
+
url: "https://pub.dev"
|
|
577
|
+
source: hosted
|
|
578
|
+
version: "2.4.1"
|
|
579
|
+
shared_preferences_platform_interface:
|
|
580
|
+
dependency: transitive
|
|
581
|
+
description:
|
|
582
|
+
name: shared_preferences_platform_interface
|
|
583
|
+
sha256: "649dc798a33931919ea356c4305c2d1f81619ea6e92244070b520187b5140ef9"
|
|
584
|
+
url: "https://pub.dev"
|
|
585
|
+
source: hosted
|
|
586
|
+
version: "2.4.2"
|
|
587
|
+
shared_preferences_web:
|
|
588
|
+
dependency: transitive
|
|
589
|
+
description:
|
|
590
|
+
name: shared_preferences_web
|
|
591
|
+
sha256: c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019
|
|
592
|
+
url: "https://pub.dev"
|
|
593
|
+
source: hosted
|
|
594
|
+
version: "2.4.3"
|
|
595
|
+
shared_preferences_windows:
|
|
596
|
+
dependency: transitive
|
|
597
|
+
description:
|
|
598
|
+
name: shared_preferences_windows
|
|
599
|
+
sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
|
|
600
|
+
url: "https://pub.dev"
|
|
601
|
+
source: hosted
|
|
602
|
+
version: "2.4.1"
|
|
603
|
+
sky_engine:
|
|
604
|
+
dependency: transitive
|
|
605
|
+
description: flutter
|
|
606
|
+
source: sdk
|
|
607
|
+
version: "0.0.0"
|
|
608
|
+
source_span:
|
|
609
|
+
dependency: transitive
|
|
610
|
+
description:
|
|
611
|
+
name: source_span
|
|
612
|
+
sha256: "56a02f1f4cd1a2d96303c0144c93bd6d909eea6bee6bf5a0e0b685edbd4c47ab"
|
|
613
|
+
url: "https://pub.dev"
|
|
614
|
+
source: hosted
|
|
615
|
+
version: "1.10.2"
|
|
616
|
+
stack_trace:
|
|
617
|
+
dependency: transitive
|
|
618
|
+
description:
|
|
619
|
+
name: stack_trace
|
|
620
|
+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
|
|
621
|
+
url: "https://pub.dev"
|
|
622
|
+
source: hosted
|
|
623
|
+
version: "1.12.1"
|
|
624
|
+
storage_client:
|
|
625
|
+
dependency: transitive
|
|
626
|
+
description:
|
|
627
|
+
name: storage_client
|
|
628
|
+
sha256: "085a08fd67f234d575113957c04a0e8d0a3050129762f939ce831ee2c0df8257"
|
|
629
|
+
url: "https://pub.dev"
|
|
630
|
+
source: hosted
|
|
631
|
+
version: "2.5.1"
|
|
632
|
+
stream_channel:
|
|
633
|
+
dependency: transitive
|
|
634
|
+
description:
|
|
635
|
+
name: stream_channel
|
|
636
|
+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
|
|
637
|
+
url: "https://pub.dev"
|
|
638
|
+
source: hosted
|
|
639
|
+
version: "2.1.4"
|
|
640
|
+
string_scanner:
|
|
641
|
+
dependency: transitive
|
|
642
|
+
description:
|
|
643
|
+
name: string_scanner
|
|
644
|
+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
|
|
645
|
+
url: "https://pub.dev"
|
|
646
|
+
source: hosted
|
|
647
|
+
version: "1.4.1"
|
|
648
|
+
supabase:
|
|
649
|
+
dependency: transitive
|
|
650
|
+
description:
|
|
651
|
+
name: supabase
|
|
652
|
+
sha256: "89b190b585f8609fe1537cbf53eae0c9fda9b777591b064d1150c6f26e607a84"
|
|
653
|
+
url: "https://pub.dev"
|
|
654
|
+
source: hosted
|
|
655
|
+
version: "2.10.4"
|
|
656
|
+
supabase_flutter:
|
|
657
|
+
dependency: "direct main"
|
|
658
|
+
description:
|
|
659
|
+
name: supabase_flutter
|
|
660
|
+
sha256: c2974cfdfeb5de517652a35f3ef0d1f3159e068de82b50ccaa27908a2b45fb82
|
|
661
|
+
url: "https://pub.dev"
|
|
662
|
+
source: hosted
|
|
663
|
+
version: "2.12.2"
|
|
664
|
+
term_glyph:
|
|
665
|
+
dependency: transitive
|
|
666
|
+
description:
|
|
667
|
+
name: term_glyph
|
|
668
|
+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
|
|
669
|
+
url: "https://pub.dev"
|
|
670
|
+
source: hosted
|
|
671
|
+
version: "1.2.2"
|
|
672
|
+
test_api:
|
|
673
|
+
dependency: transitive
|
|
674
|
+
description:
|
|
675
|
+
name: test_api
|
|
676
|
+
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
|
|
677
|
+
url: "https://pub.dev"
|
|
678
|
+
source: hosted
|
|
679
|
+
version: "0.7.7"
|
|
680
|
+
typed_data:
|
|
681
|
+
dependency: transitive
|
|
682
|
+
description:
|
|
683
|
+
name: typed_data
|
|
684
|
+
sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006
|
|
685
|
+
url: "https://pub.dev"
|
|
686
|
+
source: hosted
|
|
687
|
+
version: "1.4.0"
|
|
688
|
+
url_launcher:
|
|
689
|
+
dependency: transitive
|
|
690
|
+
description:
|
|
691
|
+
name: url_launcher
|
|
692
|
+
sha256: f6a7e5c4835bb4e3026a04793a4199ca2d14c739ec378fdfe23fc8075d0439f8
|
|
693
|
+
url: "https://pub.dev"
|
|
694
|
+
source: hosted
|
|
695
|
+
version: "6.3.2"
|
|
696
|
+
url_launcher_android:
|
|
697
|
+
dependency: transitive
|
|
698
|
+
description:
|
|
699
|
+
name: url_launcher_android
|
|
700
|
+
sha256: "3bb000251e55d4a209aa0e2e563309dc9bb2befea2295fd0cec1f51760aac572"
|
|
701
|
+
url: "https://pub.dev"
|
|
702
|
+
source: hosted
|
|
703
|
+
version: "6.3.29"
|
|
704
|
+
url_launcher_ios:
|
|
705
|
+
dependency: transitive
|
|
706
|
+
description:
|
|
707
|
+
name: url_launcher_ios
|
|
708
|
+
sha256: "580fe5dfb51671ae38191d316e027f6b76272b026370708c2d898799750a02b0"
|
|
709
|
+
url: "https://pub.dev"
|
|
710
|
+
source: hosted
|
|
711
|
+
version: "6.4.1"
|
|
712
|
+
url_launcher_linux:
|
|
713
|
+
dependency: transitive
|
|
714
|
+
description:
|
|
715
|
+
name: url_launcher_linux
|
|
716
|
+
sha256: d5e14138b3bc193a0f63c10a53c94b91d399df0512b1f29b94a043db7482384a
|
|
717
|
+
url: "https://pub.dev"
|
|
718
|
+
source: hosted
|
|
719
|
+
version: "3.2.2"
|
|
720
|
+
url_launcher_macos:
|
|
721
|
+
dependency: transitive
|
|
722
|
+
description:
|
|
723
|
+
name: url_launcher_macos
|
|
724
|
+
sha256: "368adf46f71ad3c21b8f06614adb38346f193f3a59ba8fe9a2fd74133070ba18"
|
|
725
|
+
url: "https://pub.dev"
|
|
726
|
+
source: hosted
|
|
727
|
+
version: "3.2.5"
|
|
728
|
+
url_launcher_platform_interface:
|
|
729
|
+
dependency: transitive
|
|
730
|
+
description:
|
|
731
|
+
name: url_launcher_platform_interface
|
|
732
|
+
sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029"
|
|
733
|
+
url: "https://pub.dev"
|
|
734
|
+
source: hosted
|
|
735
|
+
version: "2.3.2"
|
|
736
|
+
url_launcher_web:
|
|
737
|
+
dependency: transitive
|
|
738
|
+
description:
|
|
739
|
+
name: url_launcher_web
|
|
740
|
+
sha256: d0412fcf4c6b31ecfdb7762359b7206ffba3bbffd396c6d9f9c4616ece476c1f
|
|
741
|
+
url: "https://pub.dev"
|
|
742
|
+
source: hosted
|
|
743
|
+
version: "2.4.2"
|
|
744
|
+
url_launcher_windows:
|
|
745
|
+
dependency: transitive
|
|
746
|
+
description:
|
|
747
|
+
name: url_launcher_windows
|
|
748
|
+
sha256: "712c70ab1b99744ff066053cbe3e80c73332b38d46e5e945c98689b2e66fc15f"
|
|
749
|
+
url: "https://pub.dev"
|
|
750
|
+
source: hosted
|
|
751
|
+
version: "3.1.5"
|
|
752
|
+
vector_math:
|
|
753
|
+
dependency: transitive
|
|
754
|
+
description:
|
|
755
|
+
name: vector_math
|
|
756
|
+
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
|
|
757
|
+
url: "https://pub.dev"
|
|
758
|
+
source: hosted
|
|
759
|
+
version: "2.2.0"
|
|
760
|
+
vm_service:
|
|
761
|
+
dependency: transitive
|
|
762
|
+
description:
|
|
763
|
+
name: vm_service
|
|
764
|
+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
|
|
765
|
+
url: "https://pub.dev"
|
|
766
|
+
source: hosted
|
|
767
|
+
version: "15.0.2"
|
|
768
|
+
web:
|
|
769
|
+
dependency: transitive
|
|
770
|
+
description:
|
|
771
|
+
name: web
|
|
772
|
+
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
|
|
773
|
+
url: "https://pub.dev"
|
|
774
|
+
source: hosted
|
|
775
|
+
version: "1.1.1"
|
|
776
|
+
web_socket:
|
|
777
|
+
dependency: transitive
|
|
778
|
+
description:
|
|
779
|
+
name: web_socket
|
|
780
|
+
sha256: "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c"
|
|
781
|
+
url: "https://pub.dev"
|
|
782
|
+
source: hosted
|
|
783
|
+
version: "1.0.1"
|
|
784
|
+
web_socket_channel:
|
|
785
|
+
dependency: transitive
|
|
786
|
+
description:
|
|
787
|
+
name: web_socket_channel
|
|
788
|
+
sha256: d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8
|
|
789
|
+
url: "https://pub.dev"
|
|
790
|
+
source: hosted
|
|
791
|
+
version: "3.0.3"
|
|
792
|
+
xdg_directories:
|
|
793
|
+
dependency: transitive
|
|
794
|
+
description:
|
|
795
|
+
name: xdg_directories
|
|
796
|
+
sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15"
|
|
797
|
+
url: "https://pub.dev"
|
|
798
|
+
source: hosted
|
|
799
|
+
version: "1.1.0"
|
|
800
|
+
yaml:
|
|
801
|
+
dependency: transitive
|
|
802
|
+
description:
|
|
803
|
+
name: yaml
|
|
804
|
+
sha256: b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce
|
|
805
|
+
url: "https://pub.dev"
|
|
806
|
+
source: hosted
|
|
807
|
+
version: "3.1.3"
|
|
808
|
+
yet_another_json_isolate:
|
|
809
|
+
dependency: transitive
|
|
810
|
+
description:
|
|
811
|
+
name: yet_another_json_isolate
|
|
812
|
+
sha256: fe45897501fa156ccefbfb9359c9462ce5dec092f05e8a56109db30be864f01e
|
|
813
|
+
url: "https://pub.dev"
|
|
814
|
+
source: hosted
|
|
815
|
+
version: "2.1.0"
|
|
816
|
+
sdks:
|
|
817
|
+
dart: ">=3.10.4 <4.0.0"
|
|
818
|
+
flutter: ">=3.38.4"
|