From 0d1d01e31bc8a7700c13c9de581ef9172bfd8776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CPrashanSiriwardana=E2=80=9D?= Date: Thu, 6 Apr 2023 11:11:41 +0530 Subject: [PATCH 1/2] Changed button colour --- frontend/lib/main.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/lib/main.dart b/frontend/lib/main.dart index 141b9db..5ed0d2b 100644 --- a/frontend/lib/main.dart +++ b/frontend/lib/main.dart @@ -105,7 +105,7 @@ class _TutorialScreenState extends State { width: 50.0, height: 50.0, decoration: BoxDecoration( - color: Color(0xFFF7C8E0), + color: Color(0xFFFFA6C5), shape: BoxShape.circle, ), child: Center( @@ -195,7 +195,7 @@ class _TutorialScreenState extends State { ), style: ButtonStyle( backgroundColor: - MaterialStateProperty.all(Color(0xFFF7C8E0)), + MaterialStateProperty.all(Color(0xFFFFA6C5)), fixedSize: MaterialStateProperty.all(Size(350, 50)), ), onPressed: () { @@ -235,7 +235,7 @@ class _TutorialScreenState extends State { class NewPage extends StatelessWidget { const NewPage({Key? key}) : super(key: key); - final Color pink = const Color(0xFFF7C8E0); + final Color pink = const Color(0xFFFFA6C5); final Color green = const Color(0xFFDFFFD8); final Color blue = const Color(0xFFB4E4FF); final Color darkBlue = const Color(0xFF95BDFF); From 5513058a9fa135feb77cee96f7b719b76642a466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CPrashanSiriwardana=E2=80=9D?= Date: Thu, 6 Apr 2023 12:49:28 +0530 Subject: [PATCH 2/2] Changed size & border radius of buttons --- .../dartpad/web_plugin_registrant.dart | 16 + frontend/.dart_tool/package_config.json | 656 ++++++++++++++++++ frontend/.dart_tool/package_config_subset | 433 ++++++++++++ frontend/.dart_tool/version | 1 + frontend/lib/main.dart | 12 +- frontend/pubspec.lock | 333 ++++++--- 6 files changed, 1330 insertions(+), 121 deletions(-) create mode 100644 frontend/.dart_tool/dartpad/web_plugin_registrant.dart create mode 100644 frontend/.dart_tool/package_config.json create mode 100644 frontend/.dart_tool/package_config_subset create mode 100644 frontend/.dart_tool/version diff --git a/frontend/.dart_tool/dartpad/web_plugin_registrant.dart b/frontend/.dart_tool/dartpad/web_plugin_registrant.dart new file mode 100644 index 0000000..74648f6 --- /dev/null +++ b/frontend/.dart_tool/dartpad/web_plugin_registrant.dart @@ -0,0 +1,16 @@ +// Flutter web plugin registrant file. +// +// Generated file. Do not edit. +// + +// @dart = 2.13 +// ignore_for_file: type=lint + +import 'package:image_picker_for_web/image_picker_for_web.dart'; +import 'package:flutter_web_plugins/flutter_web_plugins.dart'; + +void registerPlugins([final Registrar? pluginRegistrar]) { + final Registrar registrar = pluginRegistrar ?? webPluginRegistrar; + ImagePickerPlugin.registerWith(registrar); + registrar.registerMessageHandler(); +} diff --git a/frontend/.dart_tool/package_config.json b/frontend/.dart_tool/package_config.json new file mode 100644 index 0000000..f7c69f4 --- /dev/null +++ b/frontend/.dart_tool/package_config.json @@ -0,0 +1,656 @@ +{ + "configVersion": 2, + "packages": [ + { + "name": "_fe_analyzer_shared", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/_fe_analyzer_shared-50.0.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "analyzer", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-5.2.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "animated_splash_screen", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/animated_splash_screen-1.3.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "archive", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.3.6", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "args", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/args-2.4.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "async", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.10.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "bazel_worker", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/bazel_worker-1.0.2", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "boolean_selector", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "build", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build-2.3.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "build_config", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_config-1.1.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "build_daemon", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_daemon-3.1.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "build_modules", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_modules-4.0.7", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "build_resolvers", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_resolvers-2.1.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "build_runner", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_runner-2.3.3", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "build_runner_core", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_runner_core-7.2.7", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "build_web_compilers", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_web_compilers-3.2.7", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "built_collection", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/built_collection-5.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "built_value", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/built_value-8.4.4", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "carousel_slider", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "characters", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "checked_yaml", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/checked_yaml-2.0.2", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "cli_util", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cli_util-0.3.5", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "clock", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "code_builder", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/code_builder-4.4.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "collection", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "convert", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/convert-3.1.1", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "cross_file", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cross_file-0.3.3+4", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "crypto", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/crypto-3.0.2", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "cupertino_icons", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.5", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "dart_style", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.2.5", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "fake_async", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "ffi", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/ffi-2.0.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "file", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.4", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "fixnum", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/fixnum-1.0.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "flutter", + "rootUri": "file:///C:/src/flutter/packages/flutter", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_downloader", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_downloader-1.10.2", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_launcher_icons", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_launcher_icons-0.12.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "flutter_plugin_android_lifecycle", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "flutter_test", + "rootUri": "file:///C:/src/flutter/packages/flutter_test", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_web_plugins", + "rootUri": "file:///C:/src/flutter/packages/flutter_web_plugins", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "frontend_server_client", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/frontend_server_client-3.2.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "glob", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/glob-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.15" + }, + { + "name": "google_fonts", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/google_fonts-4.0.3", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "graphs", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/graphs-2.2.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "http", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http-0.13.5", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "http_multi_server", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http_multi_server-3.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "http_parser", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http_parser-4.0.2", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "image", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image-4.0.15", + "packageUri": "lib/", + "languageVersion": "2.15" + }, + { + "name": "image_gallery_saver", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_gallery_saver-1.7.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "image_picker", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker-0.8.7+1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "image_picker_android", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_android-0.8.6+6", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "image_picker_for_web", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_for_web-2.1.12", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "image_picker_ios", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_ios-0.8.7+2", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "image_picker_platform_interface", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_platform_interface-2.6.3", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "io", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/io-1.0.4", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "js", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "json_annotation", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/json_annotation-4.8.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "line_awesome_flutter", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/line_awesome_flutter-2.0.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "logging", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/logging-1.1.1", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "lottie", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/lottie-2.3.1", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "matcher", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.13", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "material_color_utilities", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0", + "packageUri": "lib/", + "languageVersion": "2.13" + }, + { + "name": "meta", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "mime", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/mime-1.0.4", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "package_config", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/package_config-2.1.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "page_transition", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/page_transition-2.0.9", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.2", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path_provider", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider-2.0.14", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "path_provider_android", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_android-2.0.24", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "path_provider_foundation", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_foundation-2.2.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "path_provider_linux", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.1.10", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "path_provider_platform_interface", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_platform_interface-2.0.6", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path_provider_windows", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.1.5", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "petitparser", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/petitparser-5.1.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "pin_code_fields", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pin_code_fields-7.4.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "platform", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.1.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "plugin_platform_interface", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.4", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "pointycastle", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pointycastle-3.7.2", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "pool", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pool-1.5.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "process", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/process-4.2.4", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "protobuf", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/protobuf-2.1.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "pub_semver", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pub_semver-2.1.3", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "pubspec_parse", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pubspec_parse-1.2.2", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "scratch_space", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/scratch_space-1.0.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "shelf", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/shelf-1.4.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "shelf_web_socket", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/shelf_web_socket-1.0.3", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "simple_animations", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/simple_animations-4.2.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "sky_engine", + "rootUri": "file:///C:/src/flutter/bin/cache/pkg/sky_engine", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "source_maps", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/source_maps-0.10.12", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "source_span", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "stack_trace", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "stream_channel", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "stream_transform", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stream_transform-2.1.0", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "string_scanner", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "supercharged", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/supercharged-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "supercharged_dart", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/supercharged_dart-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "term_glyph", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "test_api", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.4.16", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "timing", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/timing-1.0.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "typed_data", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/typed_data-1.3.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "vector_math", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "watcher", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/watcher-1.0.2", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "web_socket_channel", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/web_socket_channel-2.3.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "win32", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/win32-3.1.3", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "xdg_directories", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-1.0.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "xml", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/xml-6.1.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "yaml", + "rootUri": "file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/yaml-3.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "prettify1", + "rootUri": "../", + "packageUri": "lib/", + "languageVersion": "2.18" + } + ], + "generated": "2023-04-06T06:03:03.797073Z", + "generator": "pub", + "generatorVersion": "2.19.5" +} diff --git a/frontend/.dart_tool/package_config_subset b/frontend/.dart_tool/package_config_subset new file mode 100644 index 0000000..89fc731 --- /dev/null +++ b/frontend/.dart_tool/package_config_subset @@ -0,0 +1,433 @@ +_fe_analyzer_shared +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/_fe_analyzer_shared-58.0.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/_fe_analyzer_shared-58.0.0/lib/ +analyzer +2.19 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-5.10.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-5.10.0/lib/ +animated_splash_screen +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/animated_splash_screen-1.3.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/animated_splash_screen-1.3.0/lib/ +archive +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.3.6/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.3.6/lib/ +args +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/args-2.4.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/args-2.4.0/lib/ +async +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.10.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.10.0/lib/ +bazel_worker +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/bazel_worker-1.0.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/bazel_worker-1.0.2/lib/ +boolean_selector +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/lib/ +build +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build-2.3.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build-2.3.1/lib/ +build_config +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_config-1.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_config-1.1.1/lib/ +build_daemon +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_daemon-3.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_daemon-3.1.1/lib/ +build_modules +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_modules-4.0.7/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_modules-4.0.7/lib/ +build_resolvers +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_resolvers-2.2.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_resolvers-2.2.0/lib/ +build_runner +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_runner-2.3.3/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_runner-2.3.3/lib/ +build_runner_core +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_runner_core-7.2.7/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_runner_core-7.2.7/lib/ +build_web_compilers +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_web_compilers-3.2.7/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/build_web_compilers-3.2.7/lib/ +built_collection +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/built_collection-5.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/built_collection-5.1.1/lib/ +built_value +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/built_value-8.4.4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/built_value-8.4.4/lib/ +carousel_slider +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/lib/ +characters +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/lib/ +checked_yaml +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/checked_yaml-2.0.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/checked_yaml-2.0.2/lib/ +cli_util +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cli_util-0.3.5/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cli_util-0.3.5/lib/ +clock +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/lib/ +code_builder +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/code_builder-4.4.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/code_builder-4.4.0/lib/ +collection +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/lib/ +convert +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/convert-3.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/convert-3.1.1/lib/ +cross_file +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cross_file-0.3.3+4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cross_file-0.3.3+4/lib/ +crypto +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/crypto-3.0.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/crypto-3.0.2/lib/ +cupertino_icons +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.5/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.5/lib/ +dart_style +2.19 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.0/lib/ +fake_async +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/lib/ +ffi +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/ffi-2.0.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/ffi-2.0.1/lib/ +file +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.4/lib/ +fixnum +2.19 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/fixnum-1.1.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/fixnum-1.1.0/lib/ +flutter_downloader +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_downloader-1.10.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_downloader-1.10.2/lib/ +flutter_launcher_icons +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_launcher_icons-0.12.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_launcher_icons-0.12.0/lib/ +flutter_plugin_android_lifecycle +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/lib/ +frontend_server_client +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/frontend_server_client-3.2.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/frontend_server_client-3.2.0/lib/ +glob +2.15 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/glob-2.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/glob-2.1.1/lib/ +google_fonts +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/google_fonts-4.0.3/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/google_fonts-4.0.3/lib/ +graphs +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/graphs-2.2.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/graphs-2.2.0/lib/ +http +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http-0.13.5/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http-0.13.5/lib/ +http_multi_server +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http_multi_server-3.2.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http_multi_server-3.2.1/lib/ +http_parser +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http_parser-4.0.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/http_parser-4.0.2/lib/ +image +2.15 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image-4.0.15/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image-4.0.15/lib/ +image_gallery_saver +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_gallery_saver-1.7.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_gallery_saver-1.7.1/lib/ +image_picker +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker-0.8.7+1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker-0.8.7+1/lib/ +image_picker_android +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_android-0.8.6+6/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_android-0.8.6+6/lib/ +image_picker_for_web +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_for_web-2.1.12/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_for_web-2.1.12/lib/ +image_picker_ios +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_ios-0.8.7+2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_ios-0.8.7+2/lib/ +image_picker_platform_interface +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_platform_interface-2.6.3/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/image_picker_platform_interface-2.6.3/lib/ +io +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/io-1.0.4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/io-1.0.4/lib/ +js +2.16 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/lib/ +json_annotation +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/json_annotation-4.8.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/json_annotation-4.8.0/lib/ +line_awesome_flutter +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/line_awesome_flutter-2.0.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/line_awesome_flutter-2.0.0/lib/ +logging +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/logging-1.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/logging-1.1.1/lib/ +lottie +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/lottie-2.3.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/lottie-2.3.1/lib/ +matcher +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.13/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.13/lib/ +material_color_utilities +2.13 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/lib/ +meta +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/lib/ +mime +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/mime-1.0.4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/mime-1.0.4/lib/ +package_config +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/package_config-2.1.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/package_config-2.1.0/lib/ +page_transition +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/page_transition-2.0.9/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/page_transition-2.0.9/lib/ +path +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.2/lib/ +path_provider +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider-2.0.14/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider-2.0.14/lib/ +path_provider_android +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_android-2.0.24/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_android-2.0.24/lib/ +path_provider_foundation +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_foundation-2.2.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_foundation-2.2.1/lib/ +path_provider_linux +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.1.10/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.1.10/lib/ +path_provider_platform_interface +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_platform_interface-2.0.6/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_platform_interface-2.0.6/lib/ +path_provider_windows +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.1.5/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.1.5/lib/ +petitparser +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/petitparser-5.1.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/petitparser-5.1.0/lib/ +pin_code_fields +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pin_code_fields-7.4.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pin_code_fields-7.4.0/lib/ +platform +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.1.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.1.0/lib/ +plugin_platform_interface +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.4/lib/ +pointycastle +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pointycastle-3.7.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pointycastle-3.7.2/lib/ +pool +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pool-1.5.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pool-1.5.1/lib/ +process +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/process-4.2.4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/process-4.2.4/lib/ +protobuf +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/protobuf-2.1.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/protobuf-2.1.0/lib/ +pub_semver +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pub_semver-2.1.3/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pub_semver-2.1.3/lib/ +pubspec_parse +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pubspec_parse-1.2.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/pubspec_parse-1.2.2/lib/ +scratch_space +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/scratch_space-1.0.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/scratch_space-1.0.1/lib/ +shelf +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/shelf-1.4.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/shelf-1.4.0/lib/ +shelf_web_socket +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/shelf_web_socket-1.0.3/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/shelf_web_socket-1.0.3/lib/ +simple_animations +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/simple_animations-4.2.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/simple_animations-4.2.0/lib/ +source_maps +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/source_maps-0.10.12/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/source_maps-0.10.12/lib/ +source_span +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1/lib/ +stack_trace +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0/lib/ +stream_channel +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1/lib/ +stream_transform +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stream_transform-2.1.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/stream_transform-2.1.0/lib/ +string_scanner +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/lib/ +supercharged +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/supercharged-2.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/supercharged-2.1.1/lib/ +supercharged_dart +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/supercharged_dart-2.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/supercharged_dart-2.1.1/lib/ +term_glyph +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/lib/ +test_api +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.4.16/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.4.16/lib/ +timing +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/timing-1.0.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/timing-1.0.1/lib/ +typed_data +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/typed_data-1.3.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/typed_data-1.3.1/lib/ +vector_math +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/lib/ +watcher +2.14 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/watcher-1.0.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/watcher-1.0.2/lib/ +web_socket_channel +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/web_socket_channel-2.3.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/web_socket_channel-2.3.0/lib/ +win32 +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/win32-3.1.3/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/win32-3.1.3/lib/ +xdg_directories +2.17 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-1.0.0/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-1.0.0/lib/ +xml +2.18 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/xml-6.2.2/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/xml-6.2.2/lib/ +yaml +2.12 +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/yaml-3.1.1/ +file:///C:/Users/94774/AppData/Local/Pub/Cache/hosted/pub.dev/yaml-3.1.1/lib/ +sky_engine +2.12 +file:///C:/src/flutter/bin/cache/pkg/sky_engine/ +file:///C:/src/flutter/bin/cache/pkg/sky_engine/lib/ +flutter +2.17 +file:///C:/src/flutter/packages/flutter/ +file:///C:/src/flutter/packages/flutter/lib/ +flutter_test +2.17 +file:///C:/src/flutter/packages/flutter_test/ +file:///C:/src/flutter/packages/flutter_test/lib/ +flutter_web_plugins +2.17 +file:///C:/src/flutter/packages/flutter_web_plugins/ +file:///C:/src/flutter/packages/flutter_web_plugins/lib/ +prettify1 +2.18 +file:///D:/PrettifyNewClone2/prettify/frontend/ +file:///D:/PrettifyNewClone2/prettify/frontend/lib/ +2 diff --git a/frontend/.dart_tool/version b/frontend/.dart_tool/version new file mode 100644 index 0000000..b21f0b7 --- /dev/null +++ b/frontend/.dart_tool/version @@ -0,0 +1 @@ +3.7.8 \ No newline at end of file diff --git a/frontend/lib/main.dart b/frontend/lib/main.dart index 5ed0d2b..3c2ad98 100644 --- a/frontend/lib/main.dart +++ b/frontend/lib/main.dart @@ -272,7 +272,7 @@ class NewPage extends StatelessWidget { ), SizedBox(height: 16.0), Padding( - padding: const EdgeInsets.symmetric(horizontal: 16.0), + padding: const EdgeInsets.symmetric(horizontal: 50.0, vertical:10), child: ElevatedButton.icon( icon: Icon(Icons.login), label: Text( @@ -289,14 +289,14 @@ class NewPage extends StatelessWidget { onPrimary: Colors.white, minimumSize: Size(double.infinity, 60), shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(30.0), + borderRadius: BorderRadius.circular(12.0), )), ), ), SizedBox(height: 16.0), Padding( padding: - const EdgeInsets.symmetric(horizontal: 16.0, vertical: 10), + const EdgeInsets.symmetric(horizontal: 50.0, vertical: 10), child: ElevatedButton.icon( icon: Icon(Icons.person_add), label: Text( @@ -313,13 +313,13 @@ class NewPage extends StatelessWidget { onPrimary: Colors.white, minimumSize: Size(double.infinity, 60), shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(30.0), + borderRadius: BorderRadius.circular(12.0), )), ), ), SizedBox(height: 16.0), Padding( - padding: const EdgeInsets.symmetric(horizontal: 16.0), + padding: const EdgeInsets.symmetric(horizontal: 50.0, vertical: 10), child: ElevatedButton.icon( icon: Icon(Icons.person), label: Text( @@ -336,7 +336,7 @@ class NewPage extends StatelessWidget { onPrimary: Colors.white, minimumSize: Size(double.infinity, 60), shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(30.0), + borderRadius: BorderRadius.circular(12.0), )), ), ), diff --git a/frontend/pubspec.lock b/frontend/pubspec.lock index 743f646..48f0ea3 100644 --- a/frontend/pubspec.lock +++ b/frontend/pubspec.lock @@ -5,238 +5,272 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - url: "https://pub.dartlang.org" + sha256: "3444216bfd127af50bbe4862d8843ed44db946dd933554f0d7285e89f10e28ac" + url: "https://pub.dev" source: hosted version: "50.0.0" analyzer: dependency: transitive description: name: analyzer - url: "https://pub.dartlang.org" + sha256: "68796c31f510c8455a06fed75fc97d8e5ad04d324a830322ab3efc9feb6201c1" + url: "https://pub.dev" source: hosted version: "5.2.0" animated_splash_screen: dependency: "direct dev" description: name: animated_splash_screen - url: "https://pub.dartlang.org" + sha256: f45634db6ec4e8cf034c53e03f3bd83898a16fe3c9286bf5510b6831dfcf2124 + url: "https://pub.dev" source: hosted version: "1.3.0" archive: dependency: transitive description: name: archive - url: "https://pub.dartlang.org" + sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d + url: "https://pub.dev" source: hosted version: "3.3.6" args: dependency: transitive description: name: args - url: "https://pub.dartlang.org" + sha256: "4cab82a83ffef80b262ddedf47a0a8e56ee6fbf7fe21e6e768b02792034dd440" + url: "https://pub.dev" source: hosted version: "2.4.0" async: dependency: transitive description: name: async - url: "https://pub.dartlang.org" + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + url: "https://pub.dev" source: hosted - version: "2.9.0" + version: "2.10.0" bazel_worker: dependency: transitive description: name: bazel_worker - url: "https://pub.dartlang.org" + sha256: "500584fdb80bcb70a2990a5838338a757cc24bbf27d88bf791cbe9461c57cd5a" + url: "https://pub.dev" source: hosted version: "1.0.2" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.dartlang.org" + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" build: dependency: transitive description: name: build - url: "https://pub.dartlang.org" + sha256: "3fbda25365741f8251b39f3917fb3c8e286a96fd068a5a242e11c2012d495777" + url: "https://pub.dev" source: hosted version: "2.3.1" build_config: dependency: transitive description: name: build_config - url: "https://pub.dartlang.org" + sha256: bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1 + url: "https://pub.dev" source: hosted version: "1.1.1" build_daemon: dependency: transitive description: name: build_daemon - url: "https://pub.dartlang.org" + sha256: "757153e5d9cd88253cb13f28c2fb55a537dc31fefd98137549895b5beb7c6169" + url: "https://pub.dev" source: hosted version: "3.1.1" build_modules: dependency: transitive description: name: build_modules - url: "https://pub.dartlang.org" + sha256: d02a5b40720692c8c4c385741afb1cc50b53f192a33fa5da1f2bdaec3ec6db3e + url: "https://pub.dev" source: hosted version: "4.0.7" build_resolvers: dependency: transitive description: name: build_resolvers - url: "https://pub.dartlang.org" + sha256: "7c35a3a7868626257d8aee47b51c26b9dba11eaddf3431117ed2744951416aab" + url: "https://pub.dev" source: hosted version: "2.1.0" build_runner: dependency: "direct main" description: name: build_runner - url: "https://pub.dartlang.org" + sha256: b0a8a7b8a76c493e85f1b84bffa0588859a06197863dba8c9036b15581fd9727 + url: "https://pub.dev" source: hosted version: "2.3.3" build_runner_core: dependency: transitive description: name: build_runner_core - url: "https://pub.dartlang.org" + sha256: "14febe0f5bac5ae474117a36099b4de6f1dbc52df6c5e55534b3da9591bf4292" + url: "https://pub.dev" source: hosted version: "7.2.7" build_web_compilers: dependency: "direct main" description: name: build_web_compilers - url: "https://pub.dartlang.org" + sha256: ee45348ba9c2dfd2e165c0adf69311970fa620c6669c345ab533e16d0d119e3d + url: "https://pub.dev" source: hosted version: "3.2.7" built_collection: dependency: transitive description: name: built_collection - url: "https://pub.dartlang.org" + sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100" + url: "https://pub.dev" source: hosted version: "5.1.1" built_value: dependency: transitive description: name: built_value - url: "https://pub.dartlang.org" + sha256: "31b7c748fd4b9adf8d25d72a4c4a59ef119f12876cf414f94f8af5131d5fa2b0" + url: "https://pub.dev" source: hosted version: "8.4.4" carousel_slider: dependency: "direct main" description: name: carousel_slider - url: "https://pub.dartlang.org" + sha256: "9c695cc963bf1d04a47bd6021f68befce8970bcd61d24938e1fb0918cf5d9c42" + url: "https://pub.dev" source: hosted version: "4.2.1" characters: dependency: transitive description: name: characters - url: "https://pub.dartlang.org" + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + url: "https://pub.dev" source: hosted version: "1.2.1" checked_yaml: dependency: transitive description: name: checked_yaml - url: "https://pub.dartlang.org" + sha256: "3d1505d91afa809d177efd4eed5bb0eb65805097a1463abdd2add076effae311" + url: "https://pub.dev" source: hosted version: "2.0.2" cli_util: dependency: transitive description: name: cli_util - url: "https://pub.dartlang.org" + sha256: "66f86e916d285c1a93d3b79587d94bd71984a66aac4ff74e524cfa7877f1395c" + url: "https://pub.dev" source: hosted version: "0.3.5" clock: dependency: transitive description: name: clock - url: "https://pub.dartlang.org" + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" source: hosted version: "1.1.1" code_builder: dependency: transitive description: name: code_builder - url: "https://pub.dartlang.org" + sha256: "0d43dd1288fd145de1ecc9a3948ad4a6d5a82f0a14c4fdd0892260787d975cbe" + url: "https://pub.dev" source: hosted version: "4.4.0" collection: dependency: transitive description: name: collection - url: "https://pub.dartlang.org" + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" convert: dependency: transitive description: name: convert - url: "https://pub.dartlang.org" + sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" + url: "https://pub.dev" source: hosted version: "3.1.1" cross_file: dependency: transitive description: name: cross_file - url: "https://pub.dartlang.org" + sha256: "0b0036e8cccbfbe0555fd83c1d31a6f30b77a96b598b35a5d36dd41f718695e9" + url: "https://pub.dev" source: hosted version: "0.3.3+4" crypto: dependency: transitive description: name: crypto - url: "https://pub.dartlang.org" + sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67 + url: "https://pub.dev" source: hosted version: "3.0.2" cupertino_icons: dependency: "direct main" description: name: cupertino_icons - url: "https://pub.dartlang.org" + sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be + url: "https://pub.dev" source: hosted version: "1.0.5" dart_style: dependency: transitive description: name: dart_style - url: "https://pub.dartlang.org" + sha256: "5be16bf1707658e4c03078d4a9b90208ded217fb02c163e207d334082412f2fb" + url: "https://pub.dev" source: hosted version: "2.2.5" fake_async: dependency: transitive description: name: fake_async - url: "https://pub.dartlang.org" + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" source: hosted version: "1.3.1" ffi: dependency: transitive description: name: ffi - url: "https://pub.dartlang.org" + sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978 + url: "https://pub.dev" source: hosted version: "2.0.1" file: dependency: transitive description: name: file - url: "https://pub.dartlang.org" + sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d" + url: "https://pub.dev" source: hosted version: "6.1.4" fixnum: dependency: transitive description: name: fixnum - url: "https://pub.dartlang.org" + sha256: "04be3e934c52e082558cc9ee21f42f5c1cd7a1262f4c63cd0357c08d5bba81ec" + url: "https://pub.dev" source: hosted version: "1.0.1" flutter: @@ -248,21 +282,24 @@ packages: dependency: "direct main" description: name: flutter_downloader - url: "https://pub.dartlang.org" + sha256: "6f2836668f33d0cd3ed275c3198d30967c42af53fa9b18c6b0edbf5fc12b599a" + url: "https://pub.dev" source: hosted version: "1.10.2" flutter_launcher_icons: dependency: "direct dev" description: name: flutter_launcher_icons - url: "https://pub.dartlang.org" + sha256: "02dcaf49d405f652b7160e882bacfc02cb497041bb2eab2a49b1c393cf9aac12" + url: "https://pub.dev" source: hosted version: "0.12.0" flutter_plugin_android_lifecycle: dependency: transitive description: name: flutter_plugin_android_lifecycle - url: "https://pub.dartlang.org" + sha256: c224ac897bed083dabf11f238dd11a239809b446740be0c2044608c50029ffdf + url: "https://pub.dev" source: hosted version: "2.0.9" flutter_test: @@ -279,329 +316,376 @@ packages: dependency: transitive description: name: frontend_server_client - url: "https://pub.dartlang.org" + sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612" + url: "https://pub.dev" source: hosted version: "3.2.0" glob: dependency: transitive description: name: glob - url: "https://pub.dartlang.org" + sha256: "4515b5b6ddb505ebdd242a5f2cc5d22d3d6a80013789debfbda7777f47ea308c" + url: "https://pub.dev" source: hosted version: "2.1.1" google_fonts: dependency: "direct main" description: name: google_fonts - url: "https://pub.dartlang.org" + sha256: "927573f2e8a8d65c17931e21918ad0ab0666b1b636537de7c4932bdb487b190f" + url: "https://pub.dev" source: hosted version: "4.0.3" graphs: dependency: transitive description: name: graphs - url: "https://pub.dartlang.org" + sha256: f9e130f3259f52d26f0cfc0e964513796dafed572fa52e45d2f8d6ca14db39b2 + url: "https://pub.dev" source: hosted version: "2.2.0" http: dependency: "direct main" description: name: http - url: "https://pub.dartlang.org" + sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482" + url: "https://pub.dev" source: hosted version: "0.13.5" http_multi_server: dependency: transitive description: name: http_multi_server - url: "https://pub.dartlang.org" + sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" + url: "https://pub.dev" source: hosted version: "3.2.1" http_parser: dependency: transitive description: name: http_parser - url: "https://pub.dartlang.org" + sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" + url: "https://pub.dev" source: hosted version: "4.0.2" image: dependency: transitive description: name: image - url: "https://pub.dartlang.org" + sha256: "483a389d6ccb292b570c31b3a193779b1b0178e7eb571986d9a49904b6861227" + url: "https://pub.dev" source: hosted version: "4.0.15" image_gallery_saver: dependency: "direct main" description: name: image_gallery_saver - url: "https://pub.dartlang.org" + sha256: be812580c7a320d3bf583af89cac6b376f170d48000aca75215a73285a3223a0 + url: "https://pub.dev" source: hosted version: "1.7.1" image_picker: dependency: "direct main" description: name: image_picker - url: "https://pub.dartlang.org" + sha256: cb25f04595a88450970dbe727243ba8cd21b6f7e0d7d1fc5b789fc6f52e95494 + url: "https://pub.dev" source: hosted version: "0.8.7+1" image_picker_android: dependency: transitive description: name: image_picker_android - url: "https://pub.dartlang.org" + sha256: dfb5b0f28b8786fcc662b7ed42bfb4b82a6cbbd74da1958384b10d40bdf212a7 + url: "https://pub.dev" source: hosted version: "0.8.6+6" image_picker_for_web: dependency: transitive description: name: image_picker_for_web - url: "https://pub.dartlang.org" + sha256: "98f50d6b9f294c8ba35e25cc0d13b04bfddd25dbc8d32fa9d566a6572f2c081c" + url: "https://pub.dev" source: hosted version: "2.1.12" image_picker_ios: dependency: transitive description: name: image_picker_ios - url: "https://pub.dartlang.org" + sha256: d4cb8ab04f770dab9d04c7959e5f6d22e8c5280343d425f9344f93832cf58445 + url: "https://pub.dev" source: hosted version: "0.8.7+2" image_picker_platform_interface: dependency: transitive description: name: image_picker_platform_interface - url: "https://pub.dartlang.org" + sha256: "1991219d9dbc42a99aff77e663af8ca51ced592cd6685c9485e3458302d3d4f8" + url: "https://pub.dev" source: hosted version: "2.6.3" io: dependency: transitive description: name: io - url: "https://pub.dartlang.org" + sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e" + url: "https://pub.dev" source: hosted version: "1.0.4" js: dependency: transitive description: name: js - url: "https://pub.dartlang.org" + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + url: "https://pub.dev" source: hosted - version: "0.6.4" + version: "0.6.5" json_annotation: dependency: transitive description: name: json_annotation - url: "https://pub.dartlang.org" + sha256: c33da08e136c3df0190bd5bbe51ae1df4a7d96e7954d1d7249fea2968a72d317 + url: "https://pub.dev" source: hosted version: "4.8.0" line_awesome_flutter: dependency: "direct main" description: name: line_awesome_flutter - url: "https://pub.dartlang.org" + sha256: "7e1beb342895d7da40d40047d193f8ecfd494355b399dc3d92912c31ccc4d808" + url: "https://pub.dev" source: hosted version: "2.0.0" logging: dependency: transitive description: name: logging - url: "https://pub.dartlang.org" + sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d" + url: "https://pub.dev" source: hosted version: "1.1.1" lottie: dependency: "direct main" description: name: lottie - url: "https://pub.dartlang.org" + sha256: "14b489bf93af84727a07c87c73580a9413f9cbffa4ea2342f3f71447a674a3fb" + url: "https://pub.dev" source: hosted version: "2.3.1" matcher: dependency: transitive description: name: matcher - url: "https://pub.dartlang.org" + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + url: "https://pub.dev" source: hosted - version: "0.12.12" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities - url: "https://pub.dartlang.org" + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 + url: "https://pub.dev" source: hosted - version: "0.1.5" + version: "0.2.0" meta: dependency: transitive description: name: meta - url: "https://pub.dartlang.org" + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + url: "https://pub.dev" source: hosted version: "1.8.0" mime: dependency: transitive description: name: mime - url: "https://pub.dartlang.org" + sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e + url: "https://pub.dev" source: hosted version: "1.0.4" package_config: dependency: transitive description: name: package_config - url: "https://pub.dartlang.org" + sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" + url: "https://pub.dev" source: hosted version: "2.1.0" page_transition: dependency: transitive description: name: page_transition - url: "https://pub.dartlang.org" + sha256: a7694bc120b7064a7f57c336914bb8885acf4f70bb3772c30c2fcfe6a85e43ff + url: "https://pub.dev" source: hosted version: "2.0.9" path: dependency: transitive description: name: path - url: "https://pub.dartlang.org" + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + url: "https://pub.dev" source: hosted version: "1.8.2" path_provider: dependency: "direct main" description: name: path_provider - url: "https://pub.dartlang.org" + sha256: c7edf82217d4b2952b2129a61d3ad60f1075b9299e629e149a8d2e39c2e6aad4 + url: "https://pub.dev" source: hosted version: "2.0.14" path_provider_android: dependency: transitive description: name: path_provider_android - url: "https://pub.dartlang.org" + sha256: "019f18c9c10ae370b08dce1f3e3b73bc9f58e7f087bb5e921f06529438ac0ae7" + url: "https://pub.dev" source: hosted version: "2.0.24" path_provider_foundation: dependency: transitive description: name: path_provider_foundation - url: "https://pub.dartlang.org" + sha256: "818b2dc38b0f178e0ea3f7cf3b28146faab11375985d815942a68eee11c2d0f7" + url: "https://pub.dev" source: hosted version: "2.2.1" path_provider_linux: dependency: transitive description: name: path_provider_linux - url: "https://pub.dartlang.org" + sha256: "2ae08f2216225427e64ad224a24354221c2c7907e448e6e0e8b57b1eb9f10ad1" + url: "https://pub.dev" source: hosted version: "2.1.10" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface - url: "https://pub.dartlang.org" + sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec" + url: "https://pub.dev" source: hosted version: "2.0.6" path_provider_windows: dependency: transitive description: name: path_provider_windows - url: "https://pub.dartlang.org" + sha256: f53720498d5a543f9607db4b0e997c4b5438884de25b0f73098cc2671a51b130 + url: "https://pub.dev" source: hosted version: "2.1.5" petitparser: dependency: transitive description: name: petitparser - url: "https://pub.dartlang.org" + sha256: "49392a45ced973e8d94a85fdb21293fbb40ba805fc49f2965101ae748a3683b4" + url: "https://pub.dev" source: hosted version: "5.1.0" pin_code_fields: dependency: "direct main" description: name: pin_code_fields - url: "https://pub.dartlang.org" + sha256: c8652519d14688f3fe2a8288d86910a46aa0b9046d728f292d3bf6067c31b4c7 + url: "https://pub.dev" source: hosted version: "7.4.0" platform: dependency: transitive description: name: platform - url: "https://pub.dartlang.org" + sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76" + url: "https://pub.dev" source: hosted version: "3.1.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface - url: "https://pub.dartlang.org" + sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc" + url: "https://pub.dev" source: hosted version: "2.1.4" pointycastle: dependency: transitive description: name: pointycastle - url: "https://pub.dartlang.org" + sha256: c3120a968135aead39699267f4c74bc9a08e4e909e86bc1b0af5bfd78691123c + url: "https://pub.dev" source: hosted version: "3.7.2" pool: dependency: transitive description: name: pool - url: "https://pub.dartlang.org" + sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" + url: "https://pub.dev" source: hosted version: "1.5.1" process: dependency: transitive description: name: process - url: "https://pub.dartlang.org" + sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09" + url: "https://pub.dev" source: hosted version: "4.2.4" protobuf: dependency: transitive description: name: protobuf - url: "https://pub.dartlang.org" + sha256: "01dd9bd0fa02548bf2ceee13545d4a0ec6046459d847b6b061d8a27237108a08" + url: "https://pub.dev" source: hosted version: "2.1.0" pub_semver: dependency: transitive description: name: pub_semver - url: "https://pub.dartlang.org" + sha256: "307de764d305289ff24ad257ad5c5793ce56d04947599ad68b3baa124105fc17" + url: "https://pub.dev" source: hosted version: "2.1.3" pubspec_parse: dependency: transitive description: name: pubspec_parse - url: "https://pub.dartlang.org" + sha256: ec85d7d55339d85f44ec2b682a82fea340071e8978257e5a43e69f79e98ef50c + url: "https://pub.dev" source: hosted version: "1.2.2" scratch_space: dependency: transitive description: name: scratch_space - url: "https://pub.dartlang.org" + sha256: a469a9642a4d7ee406d6224a85446eb8baa9dd6d81e2f0b76770deae7bd32aab + url: "https://pub.dev" source: hosted version: "1.0.1" shelf: dependency: transitive description: name: shelf - url: "https://pub.dartlang.org" + sha256: c24a96135a2ccd62c64b69315a14adc5c3419df63b4d7c05832a346fdb73682c + url: "https://pub.dev" source: hosted version: "1.4.0" shelf_web_socket: dependency: transitive description: name: shelf_web_socket - url: "https://pub.dartlang.org" + sha256: a988c0e8d8ffbdb8a28aa7ec8e449c260f3deb808781fe1284d22c5bba7156e8 + url: "https://pub.dev" source: hosted version: "1.0.3" simple_animations: dependency: "direct main" description: name: simple_animations - url: "https://pub.dartlang.org" + sha256: cd8b4685de36a1d4bd7082d860415baf3772403402a8a022bd209cf856164386 + url: "https://pub.dev" source: hosted version: "4.2.0" sky_engine: @@ -613,133 +697,152 @@ packages: dependency: transitive description: name: source_maps - url: "https://pub.dartlang.org" + sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703" + url: "https://pub.dev" source: hosted version: "0.10.12" source_span: dependency: transitive description: name: source_span - url: "https://pub.dartlang.org" + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 + url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.dartlang.org" + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 + url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.dartlang.org" + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" stream_transform: dependency: transitive description: name: stream_transform - url: "https://pub.dartlang.org" + sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f" + url: "https://pub.dev" source: hosted version: "2.1.0" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.dartlang.org" + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + url: "https://pub.dev" source: hosted - version: "1.1.1" + version: "1.2.0" supercharged: dependency: "direct main" description: name: supercharged - url: "https://pub.dartlang.org" + sha256: ab49c848b33e28243f5ce82b976736de17d0852b71d0dfbde53fbb5e2ecca7cb + url: "https://pub.dev" source: hosted version: "2.1.1" supercharged_dart: dependency: transitive description: name: supercharged_dart - url: "https://pub.dartlang.org" + sha256: cb95edda32eacd27664089700a750120be41daa84aa6cd2aeded46227c16b867 + url: "https://pub.dev" source: hosted version: "2.1.1" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.dartlang.org" + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" source: hosted version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.dartlang.org" + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 + url: "https://pub.dev" source: hosted - version: "0.4.12" + version: "0.4.16" timing: dependency: transitive description: name: timing - url: "https://pub.dartlang.org" + sha256: "70a3b636575d4163c477e6de42f247a23b315ae20e86442bebe32d3cabf61c32" + url: "https://pub.dev" source: hosted version: "1.0.1" typed_data: dependency: transitive description: name: typed_data - url: "https://pub.dartlang.org" + sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5" + url: "https://pub.dev" source: hosted version: "1.3.1" vector_math: dependency: transitive description: name: vector_math - url: "https://pub.dartlang.org" + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.4" watcher: dependency: transitive description: name: watcher - url: "https://pub.dartlang.org" + sha256: "6a7f46926b01ce81bfc339da6a7f20afbe7733eff9846f6d6a5466aa4c6667c0" + url: "https://pub.dev" source: hosted version: "1.0.2" web_socket_channel: dependency: transitive description: name: web_socket_channel - url: "https://pub.dartlang.org" + sha256: ca49c0bc209c687b887f30527fb6a9d80040b072cc2990f34b9bec3e7663101b + url: "https://pub.dev" source: hosted version: "2.3.0" win32: dependency: transitive description: name: win32 - url: "https://pub.dartlang.org" + sha256: c9ebe7ee4ab0c2194e65d3a07d8c54c5d00bb001b76081c4a04cdb8448b59e46 + url: "https://pub.dev" source: hosted version: "3.1.3" xdg_directories: dependency: transitive description: name: xdg_directories - url: "https://pub.dartlang.org" + sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1 + url: "https://pub.dev" source: hosted version: "1.0.0" xml: dependency: transitive description: name: xml - url: "https://pub.dartlang.org" + sha256: ac0e3f4bf00ba2708c33fbabbbe766300e509f8c82dbd4ab6525039813f7e2fb + url: "https://pub.dev" source: hosted version: "6.1.0" yaml: dependency: transitive description: name: yaml - url: "https://pub.dartlang.org" + sha256: "23812a9b125b48d4007117254bca50abb6c712352927eece9e155207b1db2370" + url: "https://pub.dev" source: hosted version: "3.1.1" sdks: