flutter stuff

This commit is contained in:
Christien Rioux 2023-09-28 18:10:05 -04:00
parent 7567a0e3bc
commit fb604fe358
12 changed files with 24 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

View File

@ -2,6 +2,8 @@ PODS:
- camera_avfoundation (0.0.1): - camera_avfoundation (0.0.1):
- Flutter - Flutter
- Flutter (1.0.0) - Flutter (1.0.0)
- flutter_native_splash (0.0.1):
- Flutter
- FMDB (2.7.5): - FMDB (2.7.5):
- FMDB/standard (= 2.7.5) - FMDB/standard (= 2.7.5)
- FMDB/standard (2.7.5) - FMDB/standard (2.7.5)
@ -87,6 +89,7 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`) - camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
- Flutter (from `Flutter`) - Flutter (from `Flutter`)
- flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`)
- mobile_scanner (from `.symlinks/plugins/mobile_scanner/ios`) - mobile_scanner (from `.symlinks/plugins/mobile_scanner/ios`)
- pasteboard (from `.symlinks/plugins/pasteboard/ios`) - pasteboard (from `.symlinks/plugins/pasteboard/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
@ -119,6 +122,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/camera_avfoundation/ios" :path: ".symlinks/plugins/camera_avfoundation/ios"
Flutter: Flutter:
:path: Flutter :path: Flutter
flutter_native_splash:
:path: ".symlinks/plugins/flutter_native_splash/ios"
mobile_scanner: mobile_scanner:
:path: ".symlinks/plugins/mobile_scanner/ios" :path: ".symlinks/plugins/mobile_scanner/ios"
pasteboard: pasteboard:
@ -143,6 +148,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2 GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
GoogleMLKit: 2bd0dc6253c4d4f227aad460f69215a504b2980e GoogleMLKit: 2bd0dc6253c4d4f227aad460f69215a504b2980e

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -205,10 +205,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: camera_android name: camera_android
sha256: "796438641b13bc26f6d9fe07e183b708e856db21ddeb9ec99de5591286e1910c" sha256: c978373b41a463c9edda3fea0a06966299f55db63232cd0f0d4efc21a59a0006
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.10.8+10" version: "0.10.8+12"
camera_avfoundation: camera_avfoundation:
dependency: transitive dependency: transitive
description: description:
@ -531,6 +531,14 @@ packages:
description: flutter description: flutter
source: sdk source: sdk
version: "0.0.0" version: "0.0.0"
flutter_native_splash:
dependency: "direct main"
description:
name: flutter_native_splash
sha256: ecff62b3b893f2f665de7e4ad3de89f738941fcfcaaba8ee601e749efafa4698
url: "https://pub.dev"
source: hosted
version: "2.3.2"
flutter_parsed_text: flutter_parsed_text:
dependency: transitive dependency: transitive
description: description:
@ -649,10 +657,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: go_router name: go_router
sha256: "4b58412b92bd7d588f904425ef6d41a017da1f097e5e9428d2c27d275777e16e" sha256: a07c781bf55bf11ae85133338e4850f0b4e33e261c44a66c750fc707d65d8393
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "11.1.1" version: "11.1.2"
graphs: graphs:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,7 +1,7 @@
name: veilidchat name: veilidchat
description: VeilidChat description: VeilidChat
publish_to: 'none' publish_to: 'none'
version: 1.0.1+2 version: 1.0.2+0
environment: environment:
sdk: '>=3.0.5 <4.0.0' sdk: '>=3.0.5 <4.0.0'
@ -31,6 +31,7 @@ dependencies:
flutter_hooks: ^0.20.1 flutter_hooks: ^0.20.1
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
flutter_native_splash: ^2.3.2
flutter_riverpod: ^2.1.3 flutter_riverpod: ^2.1.3
flutter_slidable: ^3.0.0 flutter_slidable: ^3.0.0
flutter_spinkit: ^5.2.0 flutter_spinkit: ^5.2.0
@ -81,6 +82,9 @@ dev_dependencies:
json_serializable: ^6.7.1 json_serializable: ^6.7.1
lint_hard: ^4.0.0 lint_hard: ^4.0.0
riverpod_generator: ^2.2.3 riverpod_generator: ^2.2.3
flutter_native_splash:
color: "#8588D0"
icons_launcher: icons_launcher:
image_path: "assets/launcher/icon.png" image_path: "assets/launcher/icon.png"
@ -93,6 +97,7 @@ icons_launcher:
enable: true enable: true
macos: macos:
enable: true enable: true
image_path: "assets/launcher/macos_icon.png"
windows: windows:
enable: true enable: true
linux: linux: