From 8fb5ac1f3145f2f24d657a4d1dee9f613fcbd7cf Mon Sep 17 00:00:00 2001 From: bestonemitRam Date: Mon, 3 Feb 2025 18:16:41 +0530 Subject: [PATCH] orderpayment --- .DS_Store | Bin 10244 -> 8196 bytes .dart_tool/dartpad/web_plugin_registrant.dart | 2 + .dart_tool/package_config.json | 376 +++++----- .dart_tool/package_config_subset | 666 +++++++++--------- .dart_tool/version | 2 +- .flutter-plugins | 97 +-- .flutter-plugins-dependencies | 2 +- lib/src/core/constant/api.dart | 7 +- lib/src/core/routes/routes.dart | 12 +- lib/src/data/order_paymnet.dart | 104 +++ .../logic/provider/addTocart_provider.dart | 87 ++- lib/src/logic/repo/product_repo.dart | 23 +- lib/src/logic/services/home_locator.dart | 5 + .../card_checkout/card_checkout_screen.dart | 509 +++++++------ lib/src/ui/cart/cartview_screen.dart | 148 +++- lib/src/ui/payment/payment_webView.dart | 31 + .../ui/productdetails/product_details.dart | 35 +- lib/src/ui/profilepage/profile_screen.dart | 13 +- macos/Flutter/GeneratedPluginRegistrant.swift | 2 + pubspec.lock | 100 ++- pubspec.yaml | 1 + 21 files changed, 1433 insertions(+), 789 deletions(-) create mode 100644 lib/src/data/order_paymnet.dart create mode 100644 lib/src/ui/payment/payment_webView.dart diff --git a/.DS_Store b/.DS_Store index 7793275c58ee2c055f92392c0d5acd318c88d299..e4c76d0fd5affeea3fd357d3c839d8694ee00ffb 100644 GIT binary patch literal 8196 zcmeHMJ#5oJ6n;k%5`I*btrK`a#rAWENYr}GX`%@t zs-R0degMOeCUMy_ZI3xJ1uGCwv_bReAwKPlw>#hza0)mDoB~b(r@+6U0PfkcRdVk8 z8g-*nz$q}23drk&hc2yeY^1HabYM^=0BjM5Rl|4G0V>8b);BiNR)yl6x_S^MRG1P& z=y2ekbcgkgjkML_By>0l!z@gNA{0B~JmpTp*Vc_r0jEG#0a?56rz$n+9GlGsi-$e~&O`uJ)J=e%_CrsOR{n^h>ZhW8pRYFg|UuAR$z@El%_ zosTt1orh4db%jLUo9@O=Gt#j~9@_ej3rXra~ zi5k>{B5hlfN$N@27|L@vHT$D(_K4*%Se4-(oPV%xGNLeq^JZ|N5CkXBN--hkIE3rE$q$ z#Qt8wKDU4GRIGB0bMGE`7pt1Ya^_*U#j77a3bYAcd!1?L16U1WaRv!zf)4ibZU(jZ z^utUUd@Xf_3GvPTMT=vb;7xgO{`UdJ`z+%%$irJsvP^l|`TPW#Ya^mSLC>-lOQ&#}Q>0%WnX+WAY{Ck}6Ah_>Bf=-hpxp(hfK$LJ;1qBQ zI0YUA1#r)n#XG63J39rO0#1QM0l7Z-IHau_JJD7x9XP2i0BjzYRl#@c15}J}Y}MF_ zwki~L>fM7dp~7r2gbs(_mvGpsu@h}|I0+q2!n7>R4n?Te5$7v7iK@2l>=bYcWEI%N zr4v-9HZ^I$_wT{(dVMGA^>xUPHx}V~QLWYrq89w#rNO6XKfL?H!a93V``Fn29&i6h z(#V77E_G>Waa%oF z!iM-=hNnqA3N8lGj!{E~N+rsFtAcMtMO9N9N=Jxor_lHQ9c}gc!mkI}`gq?z`|f-1 zs_uKLRj$Bdl%>PAN`qyvkMZfC=dsOQoK11Juom<4AMXQe`8n^>FYo-I<<26E z#kn#;GgP1!ji7aqR$JVLmyZoYw#ISajN&(~e$b7FmC8?IDVHxS7rml)(tEqU7me$~ z=5Q2mH3wJauh*j}XidL2TUWZBaijG3g(w_0yJ2Ub0=n%EAlKgPhV5v)6^+7ntYYih z;jMTpjnWeb2hVT3xaM!Xe7NQxtXDSH*Zh}Ws2m=yc&DE}|H|dY^`I9(m+VyaT@9u|F-B>(l`TNEGbUrhL#gq)w9q-GRW?JG*=OZkpg_6|t6f$*$btQ)FfN>cb%Ur&0E38%+ z&N~}7_pYJxoyV=vW!gq2)#z2>5i?94hyDL>?=22mFRMBbkljVU~>v&eDRV>{Ii)d&u=NHAMbNC2EX)NK}K5a49e#A<+tEwJe=7Vy@Xlfo$<LmGmivve_S@F;|=dP64NY zQ@|;3Oa*cp=gas1+l&AIKW1$X<`i%W{2vt%`C7fU1?JP23F%JAckMoocW}reaT9G- z2u|vCJgj;hk00`N{IfVDwj!-8_+B-3qAjkV{O5lL$oF$RT0-Tr?Q VgUELGTsyb_m-}s%<`2~V{~tGFPV)c& diff --git a/.dart_tool/dartpad/web_plugin_registrant.dart b/.dart_tool/dartpad/web_plugin_registrant.dart index c841a1c..5777d3e 100644 --- a/.dart_tool/dartpad/web_plugin_registrant.dart +++ b/.dart_tool/dartpad/web_plugin_registrant.dart @@ -7,6 +7,7 @@ // ignore_for_file: type=lint import 'package:connectivity_plus/src/connectivity_plus_web.dart'; +import 'package:flutter_inappwebview_web/web/main.dart'; import 'package:fluttertoast/fluttertoast_web.dart'; import 'package:geolocator_web/geolocator_web.dart'; import 'package:google_maps_flutter_web/google_maps_flutter_web.dart'; @@ -19,6 +20,7 @@ import 'package:flutter_web_plugins/flutter_web_plugins.dart'; void registerPlugins([final Registrar? pluginRegistrar]) { final Registrar registrar = pluginRegistrar ?? webPluginRegistrar; ConnectivityPlusWebPlugin.registerWith(registrar); + InAppWebViewFlutterPlugin.registerWith(registrar); FluttertoastWebPlugin.registerWith(registrar); GeolocatorPlugin.registerWith(registrar); GoogleMapsPlugin.registerWith(registrar); diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json index 4ff9eaa..1a57f78 100644 --- a/.dart_tool/package_config.json +++ b/.dart_tool/package_config.json @@ -3,937 +3,985 @@ "packages": [ { "name": "animation_list", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/animation_list-3.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/animation_list-3.1.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "animations", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/animations-2.0.11", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/animations-2.0.11", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "args", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/args-2.6.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/args-2.6.0", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "async", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/async-2.11.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/async-2.11.0", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "back_button_interceptor", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/back_button_interceptor-8.0.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/back_button_interceptor-8.0.3", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "boolean_selector", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "cached_network_image", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image-3.3.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image-3.3.1", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "cached_network_image_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.0.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "cached_network_image_web", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image_web-1.2.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image_web-1.2.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "carousel_slider", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/carousel_slider-5.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/carousel_slider-5.0.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "characters", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/characters-1.3.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/characters-1.3.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "clock", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/clock-1.1.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/clock-1.1.1", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "collection", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/collection-1.18.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/collection-1.18.0", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "connectivity_plus", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "connectivity_plus_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "cross_file", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "crypto", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/crypto-3.0.6", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/crypto-3.0.6", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "csslib", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/csslib-1.0.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/csslib-1.0.2", "packageUri": "lib/", "languageVersion": "3.1" }, { "name": "cupertino_icons", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8", "packageUri": "lib/", "languageVersion": "3.1" }, { "name": "dbus", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/dbus-0.7.11", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dbus-0.7.11", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "dio", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/dio-5.7.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dio-5.7.0", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "dio_web_adapter", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/dio_web_adapter-2.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dio_web_adapter-2.0.0", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "dots_indicator", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/dots_indicator-3.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dots_indicator-3.0.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "dotted_border", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/dotted_border-2.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dotted_border-2.1.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "fake_async", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/fake_async-1.3.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fake_async-1.3.1", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "ffi", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/ffi-2.1.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/ffi-2.1.3", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "file", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/file-7.0.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file-7.0.1", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "file_selector_linux", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "file_selector_macos", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "file_selector_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "file_selector_windows", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "fixnum", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/fixnum-1.1.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fixnum-1.1.1", "packageUri": "lib/", "languageVersion": "3.1" }, { "name": "flutter", - "rootUri": "file:///Users/apple/Documents/development/flutter/packages/flutter", + "rootUri": "file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "flutter_animate", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_animate-4.5.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_animate-4.5.2", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "flutter_cache_manager", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.3.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.3.1", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "flutter_google_places", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_google_places-0.3.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_google_places-0.3.0", "packageUri": "lib/", "languageVersion": "2.12" }, + { + "name": "flutter_inappwebview", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.0.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_inappwebview_android", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.0.13", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_inappwebview_internal_annotations", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_internal_annotations-1.2.0", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_inappwebview_ios", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.0.13", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_inappwebview_macos", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.0.11", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_inappwebview_platform_interface", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_platform_interface-1.0.10", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_inappwebview_web", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.0.8", + "packageUri": "lib/", + "languageVersion": "2.17" + }, { "name": "flutter_lints", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_lints-3.0.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_lints-3.0.2", "packageUri": "lib/", "languageVersion": "3.1" }, { "name": "flutter_plugin_android_lifecycle", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "flutter_rating_stars", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_rating_stars-1.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_rating_stars-1.1.0", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "flutter_screenutil", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "flutter_shaders", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_shaders-0.1.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_shaders-0.1.3", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "flutter_svg", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_svg-2.0.9", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_svg-2.0.9", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "flutter_test", - "rootUri": "file:///Users/apple/Documents/development/flutter/packages/flutter_test", + "rootUri": "file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter_test", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "flutter_toggle_tab", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_toggle_tab-1.5.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_toggle_tab-1.5.1", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "flutter_web_plugins", - "rootUri": "file:///Users/apple/Documents/development/flutter/packages/flutter_web_plugins", + "rootUri": "file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter_web_plugins", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "fluttertoast", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "fpdart", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/fpdart-1.1.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fpdart-1.1.1", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "gap", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/gap-3.0.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/gap-3.0.1", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "geocoding", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding-3.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding-3.0.0", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "geocoding_android", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "geocoding_ios", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "geocoding_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_platform_interface-3.2.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_platform_interface-3.2.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "geolocator", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator-13.0.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator-13.0.2", "packageUri": "lib/", "languageVersion": "2.15" }, { "name": "geolocator_android", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1", "packageUri": "lib/", "languageVersion": "2.15" }, { "name": "geolocator_apple", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1", "packageUri": "lib/", "languageVersion": "2.15" }, { "name": "geolocator_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_platform_interface-4.2.4", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_platform_interface-4.2.4", "packageUri": "lib/", "languageVersion": "2.15" }, { "name": "geolocator_web", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "geolocator_windows", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3", "packageUri": "lib/", "languageVersion": "2.15" }, { "name": "get_it", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/get_it-8.0.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/get_it-8.0.3", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "go_router", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/go_router-14.7.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/go_router-14.7.1", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "google_api_headers", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "google_fonts", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_fonts-4.0.4", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_fonts-4.0.4", "packageUri": "lib/", "languageVersion": "2.14" }, { "name": "google_maps", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps-8.1.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps-8.1.1", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "google_maps_flutter", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "google_maps_flutter_android", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "google_maps_flutter_ios", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "google_maps_flutter_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_platform_interface-2.9.5", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_platform_interface-2.9.5", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "google_maps_flutter_web", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "google_maps_webservice", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_webservice-0.0.20-nullsafety.5", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_webservice-0.0.20-nullsafety.5", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "html", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/html-0.15.5", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/html-0.15.5", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "http", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/http-0.13.6", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/http-0.13.6", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "http_parser", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/http_parser-4.0.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/http_parser-4.0.2", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "image_picker", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker-1.1.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker-1.1.2", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "image_picker_android", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+20", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+12", "packageUri": "lib/", - "languageVersion": "3.5" + "languageVersion": "3.4" }, { "name": "image_picker_for_web", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "image_picker_ios", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "image_picker_linux", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "image_picker_macos", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "image_picker_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.10.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.10.1", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "image_picker_windows", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "intl", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/intl-0.19.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/intl-0.19.0", "packageUri": "lib/", "languageVersion": "3.0" }, + { + "name": "js", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/js-0.6.7", + "packageUri": "lib/", + "languageVersion": "2.19" + }, { "name": "json_annotation", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/json_annotation-4.9.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/json_annotation-4.9.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "leak_tracker", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker-10.0.5", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "leak_tracker_flutter_testing", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.5", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "leak_tracker_testing", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "lints", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/lints-3.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/lints-3.0.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "loader_overlay", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/loader_overlay-4.0.4+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/loader_overlay-4.0.4+1", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "logging", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/logging-1.3.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/logging-1.3.0", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "matcher", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/matcher-0.12.16+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/matcher-0.12.16+1", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "material_color_utilities", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "material_design_icons_flutter", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/material_design_icons_flutter-7.0.7296", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/material_design_icons_flutter-7.0.7296", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "meta", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/meta-1.15.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/meta-1.12.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "mime", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/mime-2.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/mime-2.0.0", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "nested", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/nested-1.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/nested-1.0.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "nm", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/nm-0.5.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/nm-0.5.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "octo_image", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/octo_image-2.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/octo_image-2.1.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "otp_text_field", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/otp_text_field-1.1.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/otp_text_field-1.1.3", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "package_info_plus", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "package_info_plus_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "path", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path-1.9.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path-1.9.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "path_drawing", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_drawing-1.0.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_drawing-1.0.1", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "path_parsing", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_parsing-1.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_parsing-1.1.0", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "path_provider", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider-2.1.5", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider-2.1.5", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "path_provider_android", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "path_provider_foundation", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "path_provider_linux", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "path_provider_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "path_provider_windows", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "petitparser", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/petitparser-6.0.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/petitparser-6.0.2", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "platform", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/platform-3.1.6", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/platform-3.1.6", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "plugin_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "pretty_dio_logger", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "provider", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/provider-6.1.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/provider-6.1.2", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "readmore", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/readmore-3.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/readmore-3.0.0", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "rxdart", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/rxdart-0.26.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/rxdart-0.26.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "sanitize_html", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/sanitize_html-2.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sanitize_html-2.1.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "shared_preferences", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "shared_preferences_android", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "shared_preferences_foundation", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "shared_preferences_linux", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "shared_preferences_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "shared_preferences_web", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "shared_preferences_windows", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "shimmer", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/shimmer-3.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shimmer-3.0.0", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "skeletonizer", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/skeletonizer-1.4.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/skeletonizer-1.4.3", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "sky_engine", - "rootUri": "file:///Users/apple/Documents/development/flutter/bin/cache/pkg/sky_engine", + "rootUri": "file:///Users/rajeevsingh/Documents/allSoftwares/flutter/bin/cache/pkg/sky_engine", "packageUri": "lib/", "languageVersion": "3.2" }, { "name": "source_span", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/source_span-1.10.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/source_span-1.10.0", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "sprintf", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/sprintf-7.0.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sprintf-7.0.0", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "sqflite", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "sqflite_common", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "stack_trace", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/stack_trace-1.11.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stack_trace-1.11.1", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "stream_channel", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/stream_channel-2.1.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stream_channel-2.1.2", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "stream_transform", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/stream_transform-2.1.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stream_transform-2.1.1", "packageUri": "lib/", "languageVersion": "3.1" }, { "name": "string_scanner", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/string_scanner-1.2.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/string_scanner-1.2.0", "packageUri": "lib/", "languageVersion": "2.18" }, { "name": "synchronized", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "term_glyph", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/term_glyph-1.2.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/term_glyph-1.2.1", "packageUri": "lib/", "languageVersion": "2.12" }, { "name": "test_api", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/test_api-0.7.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/test_api-0.7.0", "packageUri": "lib/", - "languageVersion": "3.2" + "languageVersion": "3.0" }, { "name": "typed_data", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/typed_data-1.3.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/typed_data-1.3.2", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "url_launcher", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher-6.3.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher-6.3.1", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "url_launcher_android", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.14", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.9", "packageUri": "lib/", - "languageVersion": "3.5" + "languageVersion": "3.4" }, { "name": "url_launcher_ios", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "url_launcher_linux", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "url_launcher_macos", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "url_launcher_platform_interface", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2", "packageUri": "lib/", "languageVersion": "3.1" }, { "name": "url_launcher_web", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "url_launcher_windows", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "uuid", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/uuid-4.5.1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/uuid-4.5.1", "packageUri": "lib/", "languageVersion": "3.0" }, { "name": "vector_graphics", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics-1.1.10+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics-1.1.10+1", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "vector_graphics_codec", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.10+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.10+1", "packageUri": "lib/", "languageVersion": "2.17" }, { "name": "vector_graphics_compiler", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.10+1", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.10+1", "packageUri": "lib/", "languageVersion": "2.19" }, { "name": "vector_math", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/vector_math-2.1.4", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_math-2.1.4", "packageUri": "lib/", "languageVersion": "2.14" }, { "name": "vm_service", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/vm_service-14.2.5", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vm_service-14.2.1", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "web", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/web-1.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/web-1.1.0", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "win32", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/win32-5.5.4", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/win32-5.5.4", "packageUri": "lib/", "languageVersion": "3.4" }, { "name": "xdg_directories", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0", "packageUri": "lib/", "languageVersion": "3.3" }, { "name": "xml", - "rootUri": "file:///Users/apple/.pub-cache/hosted/pub.dev/xml-6.5.0", + "rootUri": "file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/xml-6.5.0", "packageUri": "lib/", "languageVersion": "3.2" }, @@ -944,10 +992,10 @@ "languageVersion": "3.4" } ], - "generated": "2025-02-02T19:59:17.515234Z", + "generated": "2025-02-03T12:46:17.320058Z", "generator": "pub", - "generatorVersion": "3.5.3", - "flutterRoot": "file:///Users/apple/Documents/development/flutter", - "flutterVersion": "3.24.3", - "pubCache": "file:///Users/apple/.pub-cache" + "generatorVersion": "3.4.4", + "flutterRoot": "file:///Users/rajeevsingh/Documents/allSoftwares/flutter", + "flutterVersion": "3.22.3", + "pubCache": "file:///Users/rajeevsingh/.pub-cache" } diff --git a/.dart_tool/package_config_subset b/.dart_tool/package_config_subset index 49626c3..90971de 100644 --- a/.dart_tool/package_config_subset +++ b/.dart_tool/package_config_subset @@ -1,629 +1,661 @@ animation_list 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/animation_list-3.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/animation_list-3.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/animation_list-3.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/animation_list-3.1.0/lib/ animations 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/animations-2.0.11/ -file:///Users/apple/.pub-cache/hosted/pub.dev/animations-2.0.11/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/animations-2.0.11/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/animations-2.0.11/lib/ args 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/args-2.6.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/args-2.6.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/args-2.6.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/args-2.6.0/lib/ async 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/async-2.11.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/async-2.11.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/async-2.11.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/async-2.11.0/lib/ back_button_interceptor 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/back_button_interceptor-8.0.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/back_button_interceptor-8.0.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/back_button_interceptor-8.0.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/back_button_interceptor-8.0.3/lib/ boolean_selector 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/lib/ cached_network_image 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image-3.3.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image-3.3.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image-3.3.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image-3.3.1/lib/ cached_network_image_platform_interface 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.0.0/lib/ cached_network_image_web 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image_web-1.2.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/cached_network_image_web-1.2.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image_web-1.2.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cached_network_image_web-1.2.0/lib/ carousel_slider 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/carousel_slider-5.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/carousel_slider-5.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/carousel_slider-5.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/carousel_slider-5.0.0/lib/ characters 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/characters-1.3.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/characters-1.3.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/ clock 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/clock-1.1.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/clock-1.1.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/clock-1.1.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/clock-1.1.1/lib/ collection 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/collection-1.18.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/collection-1.18.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/ connectivity_plus 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/lib/ connectivity_plus_platform_interface 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1/lib/ cross_file 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2/lib/ crypto 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/crypto-3.0.6/ -file:///Users/apple/.pub-cache/hosted/pub.dev/crypto-3.0.6/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/crypto-3.0.6/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/crypto-3.0.6/lib/ csslib 3.1 -file:///Users/apple/.pub-cache/hosted/pub.dev/csslib-1.0.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/csslib-1.0.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/csslib-1.0.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/csslib-1.0.2/lib/ cupertino_icons 3.1 -file:///Users/apple/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/ -file:///Users/apple/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/lib/ dbus 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/dbus-0.7.11/ -file:///Users/apple/.pub-cache/hosted/pub.dev/dbus-0.7.11/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dbus-0.7.11/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dbus-0.7.11/lib/ dio 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/dio-5.7.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/dio-5.7.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dio-5.7.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dio-5.7.0/lib/ dio_web_adapter 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/dio_web_adapter-2.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/dio_web_adapter-2.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dio_web_adapter-2.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dio_web_adapter-2.0.0/lib/ dots_indicator 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/dots_indicator-3.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/dots_indicator-3.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dots_indicator-3.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dots_indicator-3.0.0/lib/ dotted_border 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/dotted_border-2.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/dotted_border-2.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dotted_border-2.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/dotted_border-2.1.0/lib/ fake_async 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/fake_async-1.3.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/fake_async-1.3.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fake_async-1.3.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fake_async-1.3.1/lib/ ffi 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/ffi-2.1.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/ffi-2.1.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/ffi-2.1.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/ffi-2.1.3/lib/ file 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/file-7.0.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/file-7.0.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file-7.0.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file-7.0.1/lib/ file_selector_linux 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/lib/ file_selector_macos 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/lib/ file_selector_platform_interface 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2/lib/ file_selector_windows 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/lib/ fixnum 3.1 -file:///Users/apple/.pub-cache/hosted/pub.dev/fixnum-1.1.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/fixnum-1.1.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fixnum-1.1.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fixnum-1.1.1/lib/ flutter_animate 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_animate-4.5.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_animate-4.5.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_animate-4.5.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_animate-4.5.2/lib/ flutter_cache_manager 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.3.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.3.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.3.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.3.1/lib/ flutter_google_places 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_google_places-0.3.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_google_places-0.3.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_google_places-0.3.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_google_places-0.3.0/lib/ +flutter_inappwebview +2.17 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.0.0/lib/ +flutter_inappwebview_android +2.17 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.0.13/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.0.13/lib/ +flutter_inappwebview_internal_annotations +2.17 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_internal_annotations-1.2.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_internal_annotations-1.2.0/lib/ +flutter_inappwebview_ios +2.17 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.0.13/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.0.13/lib/ +flutter_inappwebview_macos +2.17 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.0.11/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.0.11/lib/ +flutter_inappwebview_platform_interface +2.17 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_platform_interface-1.0.10/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_platform_interface-1.0.10/lib/ +flutter_inappwebview_web +2.17 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.0.8/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.0.8/lib/ flutter_lints 3.1 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_lints-3.0.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_lints-3.0.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_lints-3.0.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_lints-3.0.2/lib/ flutter_plugin_android_lifecycle 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/lib/ flutter_rating_stars 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_rating_stars-1.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_rating_stars-1.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_rating_stars-1.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_rating_stars-1.1.0/lib/ flutter_screenutil 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3/lib/ flutter_shaders 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_shaders-0.1.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_shaders-0.1.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_shaders-0.1.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_shaders-0.1.3/lib/ flutter_svg 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_svg-2.0.9/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_svg-2.0.9/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_svg-2.0.9/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_svg-2.0.9/lib/ flutter_toggle_tab 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_toggle_tab-1.5.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/flutter_toggle_tab-1.5.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_toggle_tab-1.5.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_toggle_tab-1.5.1/lib/ fluttertoast 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/ -file:///Users/apple/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/lib/ fpdart 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/fpdart-1.1.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/fpdart-1.1.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fpdart-1.1.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/fpdart-1.1.1/lib/ gap 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/gap-3.0.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/gap-3.0.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/gap-3.0.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/gap-3.0.1/lib/ geocoding 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding-3.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding-3.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding-3.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding-3.0.0/lib/ geocoding_android 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/lib/ geocoding_ios 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/lib/ geocoding_platform_interface 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_platform_interface-3.2.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geocoding_platform_interface-3.2.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_platform_interface-3.2.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_platform_interface-3.2.0/lib/ geolocator 2.15 -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator-13.0.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator-13.0.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator-13.0.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator-13.0.2/lib/ geolocator_android 2.15 -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/lib/ geolocator_apple 2.15 -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/lib/ geolocator_platform_interface 2.15 -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_platform_interface-4.2.4/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_platform_interface-4.2.4/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_platform_interface-4.2.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_platform_interface-4.2.4/lib/ geolocator_web 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/lib/ geolocator_windows 2.15 -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/lib/ get_it 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/get_it-8.0.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/get_it-8.0.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/get_it-8.0.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/get_it-8.0.3/lib/ go_router 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/go_router-14.7.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/go_router-14.7.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/go_router-14.7.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/go_router-14.7.1/lib/ google_api_headers 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/lib/ google_fonts 2.14 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_fonts-4.0.4/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_fonts-4.0.4/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_fonts-4.0.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_fonts-4.0.4/lib/ google_maps 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps-8.1.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps-8.1.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps-8.1.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps-8.1.1/lib/ google_maps_flutter 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0/lib/ google_maps_flutter_android 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/lib/ google_maps_flutter_ios 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/lib/ google_maps_flutter_platform_interface 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_platform_interface-2.9.5/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_platform_interface-2.9.5/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_platform_interface-2.9.5/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_platform_interface-2.9.5/lib/ google_maps_flutter_web 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/lib/ google_maps_webservice 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_webservice-0.0.20-nullsafety.5/ -file:///Users/apple/.pub-cache/hosted/pub.dev/google_maps_webservice-0.0.20-nullsafety.5/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_webservice-0.0.20-nullsafety.5/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_webservice-0.0.20-nullsafety.5/lib/ html 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/html-0.15.5/ -file:///Users/apple/.pub-cache/hosted/pub.dev/html-0.15.5/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/html-0.15.5/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/html-0.15.5/lib/ http 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/http-0.13.6/ -file:///Users/apple/.pub-cache/hosted/pub.dev/http-0.13.6/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/http-0.13.6/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/http-0.13.6/lib/ http_parser 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/http_parser-4.0.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/http_parser-4.0.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/ image_picker 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker-1.1.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker-1.1.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker-1.1.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker-1.1.2/lib/ image_picker_android -3.5 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+20/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+20/lib/ +3.4 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+12/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+12/lib/ image_picker_for_web 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/lib/ image_picker_ios 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/lib/ image_picker_linux 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/lib/ image_picker_macos 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/lib/ image_picker_platform_interface 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.10.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.10.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.10.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.10.1/lib/ image_picker_windows 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/lib/ intl 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/intl-0.19.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/intl-0.19.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/intl-0.19.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/intl-0.19.0/lib/ +js +2.19 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/js-0.6.7/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/js-0.6.7/lib/ json_annotation 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/json_annotation-4.9.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/json_annotation-4.9.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/json_annotation-4.9.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/json_annotation-4.9.0/lib/ leak_tracker 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker-10.0.5/ -file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker-10.0.5/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4/lib/ leak_tracker_flutter_testing 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.5/ -file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.5/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/lib/ leak_tracker_testing 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/ lints 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/lints-3.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/lints-3.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/lints-3.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/lints-3.0.0/lib/ loader_overlay 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/loader_overlay-4.0.4+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/loader_overlay-4.0.4+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/loader_overlay-4.0.4+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/loader_overlay-4.0.4+1/lib/ logging 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/logging-1.3.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/logging-1.3.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/logging-1.3.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/logging-1.3.0/lib/ matcher 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/lib/ material_color_utilities 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/ material_design_icons_flutter 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/material_design_icons_flutter-7.0.7296/ -file:///Users/apple/.pub-cache/hosted/pub.dev/material_design_icons_flutter-7.0.7296/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/material_design_icons_flutter-7.0.7296/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/material_design_icons_flutter-7.0.7296/lib/ meta 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/meta-1.15.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/meta-1.15.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/meta-1.12.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/meta-1.12.0/lib/ mime 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/mime-2.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/mime-2.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/mime-2.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/mime-2.0.0/lib/ nested 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/nested-1.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/nested-1.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/nested-1.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/nested-1.0.0/lib/ nm 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/nm-0.5.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/nm-0.5.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/nm-0.5.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/nm-0.5.0/lib/ octo_image 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/octo_image-2.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/octo_image-2.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/octo_image-2.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/octo_image-2.1.0/lib/ otp_text_field 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/otp_text_field-1.1.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/otp_text_field-1.1.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/otp_text_field-1.1.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/otp_text_field-1.1.3/lib/ package_info_plus 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/lib/ package_info_plus_platform_interface 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1/lib/ path 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/path-1.9.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path-1.9.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path-1.9.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path-1.9.0/lib/ path_drawing 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_drawing-1.0.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_drawing-1.0.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_drawing-1.0.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_drawing-1.0.1/lib/ path_parsing 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/lib/ path_provider 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider-2.1.5/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider-2.1.5/lib/ path_provider_android 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/lib/ path_provider_foundation 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/lib/ path_provider_linux 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/ path_provider_platform_interface 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/ path_provider_windows 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/lib/ petitparser 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/petitparser-6.0.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/petitparser-6.0.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/petitparser-6.0.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/petitparser-6.0.2/lib/ platform 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/platform-3.1.6/ -file:///Users/apple/.pub-cache/hosted/pub.dev/platform-3.1.6/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/platform-3.1.6/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/platform-3.1.6/lib/ plugin_platform_interface 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/ -file:///Users/apple/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/lib/ pretty_dio_logger 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0/lib/ provider 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/provider-6.1.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/provider-6.1.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/provider-6.1.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/provider-6.1.2/lib/ readmore 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/readmore-3.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/readmore-3.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/readmore-3.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/readmore-3.0.0/lib/ rxdart 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/rxdart-0.26.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/rxdart-0.26.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/rxdart-0.26.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/rxdart-0.26.0/lib/ sanitize_html 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/sanitize_html-2.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/sanitize_html-2.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sanitize_html-2.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sanitize_html-2.1.0/lib/ shared_preferences 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3/lib/ shared_preferences_android 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/lib/ shared_preferences_foundation 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/lib/ shared_preferences_linux 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/lib/ shared_preferences_platform_interface 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1/lib/ shared_preferences_web 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/lib/ shared_preferences_windows 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/lib/ shimmer 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/shimmer-3.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/shimmer-3.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shimmer-3.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/shimmer-3.0.0/lib/ skeletonizer 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/skeletonizer-1.4.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/skeletonizer-1.4.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/skeletonizer-1.4.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/skeletonizer-1.4.3/lib/ source_span 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/source_span-1.10.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/source_span-1.10.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/ sprintf 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/sprintf-7.0.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/sprintf-7.0.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sprintf-7.0.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sprintf-7.0.0/lib/ sqflite 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/ sqflite_common 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/ -file:///Users/apple/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/ stack_trace 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/ stream_channel 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/lib/ stream_transform 3.1 -file:///Users/apple/.pub-cache/hosted/pub.dev/stream_transform-2.1.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/stream_transform-2.1.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stream_transform-2.1.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/stream_transform-2.1.1/lib/ string_scanner 2.18 -file:///Users/apple/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/lib/ synchronized 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/lib/ term_glyph 2.12 -file:///Users/apple/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/ test_api -3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/test_api-0.7.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/test_api-0.7.2/lib/ +3.0 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/test_api-0.7.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/test_api-0.7.0/lib/ typed_data 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/typed_data-1.3.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/typed_data-1.3.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/typed_data-1.3.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/typed_data-1.3.2/lib/ url_launcher 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher-6.3.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher-6.3.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher-6.3.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher-6.3.1/lib/ url_launcher_android -3.5 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.14/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.14/lib/ +3.4 +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/lib/ url_launcher_ios 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/lib/ url_launcher_linux 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/lib/ url_launcher_macos 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/lib/ url_launcher_platform_interface 3.1 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2/lib/ url_launcher_web 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/lib/ url_launcher_windows 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/ -file:///Users/apple/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/lib/ uuid 3.0 -file:///Users/apple/.pub-cache/hosted/pub.dev/uuid-4.5.1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/uuid-4.5.1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/uuid-4.5.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/uuid-4.5.1/lib/ vector_graphics 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics-1.1.10+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics-1.1.10+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics-1.1.10+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics-1.1.10+1/lib/ vector_graphics_codec 2.17 -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.10+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.10+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.10+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.10+1/lib/ vector_graphics_compiler 2.19 -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.10+1/ -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.10+1/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.10+1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.10+1/lib/ vector_math 2.14 -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_math-2.1.4/ -file:///Users/apple/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_math-2.1.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/ vm_service 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/vm_service-14.2.5/ -file:///Users/apple/.pub-cache/hosted/pub.dev/vm_service-14.2.5/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vm_service-14.2.1/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/vm_service-14.2.1/lib/ web 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/web-1.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/web-1.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/web-1.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/web-1.1.0/lib/ win32 3.4 -file:///Users/apple/.pub-cache/hosted/pub.dev/win32-5.5.4/ -file:///Users/apple/.pub-cache/hosted/pub.dev/win32-5.5.4/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/win32-5.5.4/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/win32-5.5.4/lib/ xdg_directories 3.3 -file:///Users/apple/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/lib/ xml 3.2 -file:///Users/apple/.pub-cache/hosted/pub.dev/xml-6.5.0/ -file:///Users/apple/.pub-cache/hosted/pub.dev/xml-6.5.0/lib/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/xml-6.5.0/ +file:///Users/rajeevsingh/.pub-cache/hosted/pub.dev/xml-6.5.0/lib/ grocery_app 3.4 -file:///Users/apple/Documents/Allflutter%20/freelancing/groceryApp/ -file:///Users/apple/Documents/Allflutter%20/freelancing/groceryApp/lib/ +file:///Users/rajeevsingh/Documents/FlutterProject/freelanceing/groceryApp/ +file:///Users/rajeevsingh/Documents/FlutterProject/freelanceing/groceryApp/lib/ sky_engine 3.2 -file:///Users/apple/Documents/development/flutter/bin/cache/pkg/sky_engine/ -file:///Users/apple/Documents/development/flutter/bin/cache/pkg/sky_engine/lib/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/bin/cache/pkg/sky_engine/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/bin/cache/pkg/sky_engine/lib/ flutter 3.3 -file:///Users/apple/Documents/development/flutter/packages/flutter/ -file:///Users/apple/Documents/development/flutter/packages/flutter/lib/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter/lib/ flutter_test 3.3 -file:///Users/apple/Documents/development/flutter/packages/flutter_test/ -file:///Users/apple/Documents/development/flutter/packages/flutter_test/lib/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter_test/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter_test/lib/ flutter_web_plugins 3.2 -file:///Users/apple/Documents/development/flutter/packages/flutter_web_plugins/ -file:///Users/apple/Documents/development/flutter/packages/flutter_web_plugins/lib/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter_web_plugins/ +file:///Users/rajeevsingh/Documents/allSoftwares/flutter/packages/flutter_web_plugins/lib/ 2 diff --git a/.dart_tool/version b/.dart_tool/version index ffba2c8..d9b2ac5 100644 --- a/.dart_tool/version +++ b/.dart_tool/version @@ -1 +1 @@ -3.24.3 \ No newline at end of file +3.22.3 \ No newline at end of file diff --git a/.flutter-plugins b/.flutter-plugins index 00fd1a1..fb3838e 100644 --- a/.flutter-plugins +++ b/.flutter-plugins @@ -1,47 +1,52 @@ # This is a generated file; do not edit or check into version control. -connectivity_plus=/Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/ -file_selector_linux=/Users/apple/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/ -file_selector_macos=/Users/apple/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/ -file_selector_windows=/Users/apple/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/ -flutter_plugin_android_lifecycle=/Users/apple/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/ -fluttertoast=/Users/apple/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/ -geocoding=/Users/apple/.pub-cache/hosted/pub.dev/geocoding-3.0.0/ -geocoding_android=/Users/apple/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/ -geocoding_ios=/Users/apple/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/ -geolocator=/Users/apple/.pub-cache/hosted/pub.dev/geolocator-13.0.2/ -geolocator_android=/Users/apple/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/ -geolocator_apple=/Users/apple/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/ -geolocator_web=/Users/apple/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/ -geolocator_windows=/Users/apple/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/ -google_api_headers=/Users/apple/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/ -google_maps_flutter=/Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0/ -google_maps_flutter_android=/Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/ -google_maps_flutter_ios=/Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/ -google_maps_flutter_web=/Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/ -image_picker=/Users/apple/.pub-cache/hosted/pub.dev/image_picker-1.1.2/ -image_picker_android=/Users/apple/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+20/ -image_picker_for_web=/Users/apple/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/ -image_picker_ios=/Users/apple/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/ -image_picker_linux=/Users/apple/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/ -image_picker_macos=/Users/apple/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/ -image_picker_windows=/Users/apple/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/ -package_info_plus=/Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ -path_provider=/Users/apple/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ -path_provider_android=/Users/apple/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/ -path_provider_foundation=/Users/apple/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/ -path_provider_linux=/Users/apple/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ -path_provider_windows=/Users/apple/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ -shared_preferences=/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3/ -shared_preferences_android=/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/ -shared_preferences_foundation=/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/ -shared_preferences_linux=/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ -shared_preferences_web=/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/ -shared_preferences_windows=/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ -sqflite=/Users/apple/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/ -url_launcher=/Users/apple/.pub-cache/hosted/pub.dev/url_launcher-6.3.1/ -url_launcher_android=/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.14/ -url_launcher_ios=/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/ -url_launcher_linux=/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/ -url_launcher_macos=/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/ -url_launcher_web=/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/ -url_launcher_windows=/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/ +connectivity_plus=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/ +file_selector_linux=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/ +file_selector_macos=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/ +file_selector_windows=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/ +flutter_inappwebview=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.0.0/ +flutter_inappwebview_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.0.13/ +flutter_inappwebview_ios=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.0.13/ +flutter_inappwebview_macos=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.0.11/ +flutter_inappwebview_web=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.0.8/ +flutter_plugin_android_lifecycle=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/ +fluttertoast=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/ +geocoding=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding-3.0.0/ +geocoding_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/ +geocoding_ios=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/ +geolocator=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator-13.0.2/ +geolocator_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/ +geolocator_apple=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/ +geolocator_web=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/ +geolocator_windows=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/ +google_api_headers=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/ +google_maps_flutter=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter-2.10.0/ +google_maps_flutter_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/ +google_maps_flutter_ios=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/ +google_maps_flutter_web=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/ +image_picker=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker-1.1.2/ +image_picker_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+12/ +image_picker_for_web=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/ +image_picker_ios=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/ +image_picker_linux=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/ +image_picker_macos=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/ +image_picker_windows=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/ +package_info_plus=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ +path_provider=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ +path_provider_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/ +path_provider_foundation=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/ +path_provider_linux=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ +path_provider_windows=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ +shared_preferences=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences-2.3.3/ +shared_preferences_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/ +shared_preferences_foundation=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/ +shared_preferences_linux=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ +shared_preferences_web=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/ +shared_preferences_windows=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ +sqflite=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/ +url_launcher=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher-6.3.1/ +url_launcher_android=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/ +url_launcher_ios=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/ +url_launcher_linux=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/ +url_launcher_macos=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/ +url_launcher_web=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/ +url_launcher_windows=/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/ diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies index 8a4ab75..66fc3e0 100644 --- a/.flutter-plugins-dependencies +++ b/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"connectivity_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"fluttertoast","path":"/Users/apple/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/","native_build":true,"dependencies":[]},{"name":"geocoding_ios","path":"/Users/apple/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/","native_build":true,"dependencies":[]},{"name":"geolocator_apple","path":"/Users/apple/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/","native_build":true,"dependencies":[]},{"name":"google_maps_flutter_ios","path":"/Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/","native_build":true,"dependencies":[]},{"name":"image_picker_ios","path":"/Users/apple/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/","native_build":true,"dependencies":[]},{"name":"package_info_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/apple/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/apple/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"url_launcher_ios","path":"/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/","native_build":true,"dependencies":[]}],"android":[{"name":"connectivity_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","native_build":true,"dependencies":[]},{"name":"flutter_plugin_android_lifecycle","path":"/Users/apple/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/","native_build":true,"dependencies":[]},{"name":"fluttertoast","path":"/Users/apple/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/","native_build":true,"dependencies":[]},{"name":"geocoding_android","path":"/Users/apple/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/","native_build":true,"dependencies":[]},{"name":"geolocator_android","path":"/Users/apple/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/","native_build":true,"dependencies":[]},{"name":"google_api_headers","path":"/Users/apple/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/","native_build":true,"dependencies":["package_info_plus"]},{"name":"google_maps_flutter_android","path":"/Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"image_picker_android","path":"/Users/apple/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+20/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"package_info_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":true,"dependencies":[]},{"name":"path_provider_android","path":"/Users/apple/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/","native_build":true,"dependencies":[]},{"name":"shared_preferences_android","path":"/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/","native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/apple/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","native_build":true,"dependencies":[]},{"name":"url_launcher_android","path":"/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.14/","native_build":true,"dependencies":[]}],"macos":[{"name":"connectivity_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"file_selector_macos","path":"/Users/apple/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/","native_build":true,"dependencies":[]},{"name":"geolocator_apple","path":"/Users/apple/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/","native_build":true,"dependencies":[]},{"name":"image_picker_macos","path":"/Users/apple/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/","native_build":false,"dependencies":["file_selector_macos"]},{"name":"package_info_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/apple/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/apple/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"url_launcher_macos","path":"/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/","native_build":true,"dependencies":[]}],"linux":[{"name":"connectivity_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","native_build":false,"dependencies":[]},{"name":"file_selector_linux","path":"/Users/apple/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/","native_build":true,"dependencies":[]},{"name":"image_picker_linux","path":"/Users/apple/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/","native_build":false,"dependencies":["file_selector_linux"]},{"name":"package_info_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":false,"dependencies":[]},{"name":"path_provider_linux","path":"/Users/apple/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]},{"name":"shared_preferences_linux","path":"/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/","native_build":false,"dependencies":["path_provider_linux"]},{"name":"url_launcher_linux","path":"/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/","native_build":true,"dependencies":[]}],"windows":[{"name":"connectivity_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","native_build":true,"dependencies":[]},{"name":"file_selector_windows","path":"/Users/apple/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/","native_build":true,"dependencies":[]},{"name":"geolocator_windows","path":"/Users/apple/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/","native_build":true,"dependencies":[]},{"name":"image_picker_windows","path":"/Users/apple/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/","native_build":false,"dependencies":["file_selector_windows"]},{"name":"package_info_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":false,"dependencies":[]},{"name":"path_provider_windows","path":"/Users/apple/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[]},{"name":"shared_preferences_windows","path":"/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/","native_build":false,"dependencies":["path_provider_windows"]},{"name":"url_launcher_windows","path":"/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/","native_build":true,"dependencies":[]}],"web":[{"name":"connectivity_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","dependencies":[]},{"name":"fluttertoast","path":"/Users/apple/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/","dependencies":[]},{"name":"geolocator_web","path":"/Users/apple/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/","dependencies":[]},{"name":"google_maps_flutter_web","path":"/Users/apple/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/","dependencies":[]},{"name":"image_picker_for_web","path":"/Users/apple/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/","dependencies":[]},{"name":"package_info_plus","path":"/Users/apple/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","dependencies":[]},{"name":"shared_preferences_web","path":"/Users/apple/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/","dependencies":[]},{"name":"url_launcher_web","path":"/Users/apple/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/","dependencies":[]}]},"dependencyGraph":[{"name":"connectivity_plus","dependencies":[]},{"name":"file_selector_linux","dependencies":[]},{"name":"file_selector_macos","dependencies":[]},{"name":"file_selector_windows","dependencies":[]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"fluttertoast","dependencies":[]},{"name":"geocoding","dependencies":["geocoding_android","geocoding_ios"]},{"name":"geocoding_android","dependencies":[]},{"name":"geocoding_ios","dependencies":[]},{"name":"geolocator","dependencies":["geolocator_android","geolocator_apple","geolocator_web","geolocator_windows"]},{"name":"geolocator_android","dependencies":[]},{"name":"geolocator_apple","dependencies":[]},{"name":"geolocator_web","dependencies":[]},{"name":"geolocator_windows","dependencies":[]},{"name":"google_api_headers","dependencies":["package_info_plus"]},{"name":"google_maps_flutter","dependencies":["google_maps_flutter_android","google_maps_flutter_ios","google_maps_flutter_web"]},{"name":"google_maps_flutter_android","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"google_maps_flutter_ios","dependencies":[]},{"name":"google_maps_flutter_web","dependencies":[]},{"name":"image_picker","dependencies":["image_picker_android","image_picker_for_web","image_picker_ios","image_picker_linux","image_picker_macos","image_picker_windows"]},{"name":"image_picker_android","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"image_picker_for_web","dependencies":[]},{"name":"image_picker_ios","dependencies":[]},{"name":"image_picker_linux","dependencies":["file_selector_linux"]},{"name":"image_picker_macos","dependencies":["file_selector_macos"]},{"name":"image_picker_windows","dependencies":["file_selector_windows"]},{"name":"package_info_plus","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_foundation","shared_preferences_linux","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_foundation","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]},{"name":"sqflite","dependencies":[]},{"name":"url_launcher","dependencies":["url_launcher_android","url_launcher_ios","url_launcher_linux","url_launcher_macos","url_launcher_web","url_launcher_windows"]},{"name":"url_launcher_android","dependencies":[]},{"name":"url_launcher_ios","dependencies":[]},{"name":"url_launcher_linux","dependencies":[]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"url_launcher_windows","dependencies":[]}],"date_created":"2025-02-03 01:29:17.641210","version":"3.24.3","swift_package_manager_enabled":false} \ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"connectivity_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"flutter_inappwebview_ios","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.0.13/","native_build":true,"dependencies":[]},{"name":"fluttertoast","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/","native_build":true,"dependencies":[]},{"name":"geocoding_ios","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_ios-3.0.1/","native_build":true,"dependencies":[]},{"name":"geolocator_apple","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/","native_build":true,"dependencies":[]},{"name":"google_maps_flutter_ios","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.13.2/","native_build":true,"dependencies":[]},{"name":"image_picker_ios","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.12+2/","native_build":true,"dependencies":[]},{"name":"package_info_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"url_launcher_ios","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/","native_build":true,"dependencies":[]}],"android":[{"name":"connectivity_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","native_build":true,"dependencies":[]},{"name":"flutter_inappwebview_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.0.13/","native_build":true,"dependencies":[]},{"name":"flutter_plugin_android_lifecycle","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.22/","native_build":true,"dependencies":[]},{"name":"fluttertoast","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/","native_build":true,"dependencies":[]},{"name":"geocoding_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geocoding_android-3.3.1/","native_build":true,"dependencies":[]},{"name":"geolocator_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_android-4.6.1/","native_build":true,"dependencies":[]},{"name":"google_api_headers","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_api_headers-1.6.0/","native_build":true,"dependencies":["package_info_plus"]},{"name":"google_maps_flutter_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_android-2.14.7/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"image_picker_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_android-0.8.12+12/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"package_info_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":true,"dependencies":[]},{"name":"path_provider_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_android-2.2.10/","native_build":true,"dependencies":[]},{"name":"shared_preferences_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.2/","native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","native_build":true,"dependencies":[]},{"name":"url_launcher_android","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/","native_build":true,"dependencies":[]}],"macos":[{"name":"connectivity_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"file_selector_macos","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+2/","native_build":true,"dependencies":[]},{"name":"flutter_inappwebview_macos","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.0.11/","native_build":true,"dependencies":[]},{"name":"geolocator_apple","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.8+1/","native_build":true,"dependencies":[]},{"name":"image_picker_macos","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.1+2/","native_build":false,"dependencies":["file_selector_macos"]},{"name":"package_info_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"url_launcher_macos","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/","native_build":true,"dependencies":[]}],"linux":[{"name":"connectivity_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","native_build":false,"dependencies":[]},{"name":"file_selector_linux","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/","native_build":true,"dependencies":[]},{"name":"image_picker_linux","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.1+1/","native_build":false,"dependencies":["file_selector_linux"]},{"name":"package_info_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":false,"dependencies":[]},{"name":"path_provider_linux","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]},{"name":"shared_preferences_linux","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/","native_build":false,"dependencies":["path_provider_linux"]},{"name":"url_launcher_linux","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/","native_build":true,"dependencies":[]}],"windows":[{"name":"connectivity_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","native_build":true,"dependencies":[]},{"name":"file_selector_windows","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+3/","native_build":true,"dependencies":[]},{"name":"geolocator_windows","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/","native_build":true,"dependencies":[]},{"name":"image_picker_windows","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.1+1/","native_build":false,"dependencies":["file_selector_windows"]},{"name":"package_info_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","native_build":false,"dependencies":[]},{"name":"path_provider_windows","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[]},{"name":"shared_preferences_windows","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/","native_build":false,"dependencies":["path_provider_windows"]},{"name":"url_launcher_windows","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/","native_build":true,"dependencies":[]}],"web":[{"name":"connectivity_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.2/","dependencies":[]},{"name":"flutter_inappwebview_web","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.0.8/","dependencies":[]},{"name":"fluttertoast","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/fluttertoast-8.2.10/","dependencies":[]},{"name":"geolocator_web","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/geolocator_web-4.1.1/","dependencies":[]},{"name":"google_maps_flutter_web","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/google_maps_flutter_web-0.5.10/","dependencies":[]},{"name":"image_picker_for_web","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/image_picker_for_web-3.0.6/","dependencies":[]},{"name":"package_info_plus","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/","dependencies":[]},{"name":"shared_preferences_web","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/","dependencies":[]},{"name":"url_launcher_web","path":"/Users/rajeevsingh/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/","dependencies":[]}]},"dependencyGraph":[{"name":"connectivity_plus","dependencies":[]},{"name":"file_selector_linux","dependencies":[]},{"name":"file_selector_macos","dependencies":[]},{"name":"file_selector_windows","dependencies":[]},{"name":"flutter_inappwebview","dependencies":["flutter_inappwebview_android","flutter_inappwebview_ios","flutter_inappwebview_macos","flutter_inappwebview_web"]},{"name":"flutter_inappwebview_android","dependencies":[]},{"name":"flutter_inappwebview_ios","dependencies":[]},{"name":"flutter_inappwebview_macos","dependencies":[]},{"name":"flutter_inappwebview_web","dependencies":[]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"fluttertoast","dependencies":[]},{"name":"geocoding","dependencies":["geocoding_android","geocoding_ios"]},{"name":"geocoding_android","dependencies":[]},{"name":"geocoding_ios","dependencies":[]},{"name":"geolocator","dependencies":["geolocator_android","geolocator_apple","geolocator_web","geolocator_windows"]},{"name":"geolocator_android","dependencies":[]},{"name":"geolocator_apple","dependencies":[]},{"name":"geolocator_web","dependencies":[]},{"name":"geolocator_windows","dependencies":[]},{"name":"google_api_headers","dependencies":["package_info_plus"]},{"name":"google_maps_flutter","dependencies":["google_maps_flutter_android","google_maps_flutter_ios","google_maps_flutter_web"]},{"name":"google_maps_flutter_android","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"google_maps_flutter_ios","dependencies":[]},{"name":"google_maps_flutter_web","dependencies":[]},{"name":"image_picker","dependencies":["image_picker_android","image_picker_for_web","image_picker_ios","image_picker_linux","image_picker_macos","image_picker_windows"]},{"name":"image_picker_android","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"image_picker_for_web","dependencies":[]},{"name":"image_picker_ios","dependencies":[]},{"name":"image_picker_linux","dependencies":["file_selector_linux"]},{"name":"image_picker_macos","dependencies":["file_selector_macos"]},{"name":"image_picker_windows","dependencies":["file_selector_windows"]},{"name":"package_info_plus","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_foundation","shared_preferences_linux","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_foundation","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]},{"name":"sqflite","dependencies":[]},{"name":"url_launcher","dependencies":["url_launcher_android","url_launcher_ios","url_launcher_linux","url_launcher_macos","url_launcher_web","url_launcher_windows"]},{"name":"url_launcher_android","dependencies":[]},{"name":"url_launcher_ios","dependencies":[]},{"name":"url_launcher_linux","dependencies":[]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"url_launcher_windows","dependencies":[]}],"date_created":"2025-02-03 18:16:17.561601","version":"3.22.3"} \ No newline at end of file diff --git a/lib/src/core/constant/api.dart b/lib/src/core/constant/api.dart index e1bdd7b..3e07b9a 100644 --- a/lib/src/core/constant/api.dart +++ b/lib/src/core/constant/api.dart @@ -23,8 +23,11 @@ class APIURL { static const String addAddress = "${BASE_URL}user/addresses"; static const String getprofile = "${BASE_URL}user/profile/customer"; static const String refresh_token = "${BASE_URL}auth/refresh-token"; - static const String uploadImage = "${BASE_URL}images/upload"; - static const String updateProfile = "${BASE_URL}user/profile"; + static const String uploadImage = "${BASE_URL}images/upload"; + static const String updateProfile = "${BASE_URL}user/profile"; + static const String paymentOrder = "${BASE_URL}payment/order"; + + diff --git a/lib/src/core/routes/routes.dart b/lib/src/core/routes/routes.dart index 3e11369..6671320 100644 --- a/lib/src/core/routes/routes.dart +++ b/lib/src/core/routes/routes.dart @@ -4,6 +4,7 @@ import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; import 'package:grocery_app/src/data/allProduct_model.dart'; import 'package:grocery_app/src/ui/bottomnavigation/bottom_bar_widget.dart'; +import 'package:grocery_app/src/ui/card_checkout/card_checkout_screen.dart'; import 'package:grocery_app/src/ui/coupons/coupons_screen.dart'; import 'package:grocery_app/src/ui/entername/enter_fullname_screen.dart'; import 'package:grocery_app/src/ui/fruitvegidetail/fruit_veggie_detail.dart'; @@ -94,11 +95,11 @@ class MyRoutes { }, ), - // animatedGoRoute( - // path: TERMANDCONDITIONS, - // name: TERMANDCONDITIONS, - // pageBuilder: (context, state) => const TermsAndConditionsScreen(), - // ), + // animatedGoRoute( + // path: SELECTPAYMENTSCREEN, + // name: SELECTPAYMENTSCREEN, + // pageBuilder: (context, state) => const CardCheckoutScreen(), + // ), // animatedGoRoute( // path: SETUPBUSSINESS, // name: SETUPBUSSINESS, @@ -228,6 +229,7 @@ class MyRoutes { static const LOGIN = "/login"; static const SIGNUP = "/signup"; static const ONBOARDING = "/onboarding"; + static const SELECTPAYMENTSCREEN = "/paymnetscreen"; // static const TERMANDCONDITIONS = "/termsandcondition"; // static const SETUPBUSSINESS = "/setupbussiness"; diff --git a/lib/src/data/order_paymnet.dart b/lib/src/data/order_paymnet.dart new file mode 100644 index 0000000..ed08a8b --- /dev/null +++ b/lib/src/data/order_paymnet.dart @@ -0,0 +1,104 @@ +// To parse this JSON data, do +// +// final orderPaymnet = orderPaymnetFromJson(jsondynamic); + +import 'dart:convert'; + +OrderPaymnet orderPaymnetFromJson(dynamic str) => + OrderPaymnet.fromJson(json.decode(str)); + +dynamic orderPaymnetToJson(OrderPaymnet data) => json.encode(data.toJson()); + +class OrderPaymnet { + bool? success; + dynamic code; + dynamic message; + PaymentData? data; + + OrderPaymnet({ + this.success, + this.code, + this.message, + this.data, + }); + + factory OrderPaymnet.fromJson(Map json) => OrderPaymnet( + success: json["success"], + code: json["code"], + message: json["message"], + data: PaymentData.fromJson(json["data"]), + ); + + Map toJson() => { + "success": success, + "code": code, + "message": message, + "data": data!.toJson(), + }; +} + +class PaymentData { + dynamic merchantId; + dynamic merchantTransactionId; + InstrumentResponse? instrumentResponse; + + PaymentData({ + this.merchantId, + this.merchantTransactionId, + this.instrumentResponse, + }); + + factory PaymentData.fromJson(Map json) => PaymentData( + merchantId: json["merchantId"], + merchantTransactionId: json["merchantTransactionId"], + instrumentResponse: + InstrumentResponse.fromJson(json["instrumentResponse"]), + ); + + Map toJson() => { + "merchantId": merchantId, + "merchantTransactionId": merchantTransactionId, + "instrumentResponse": instrumentResponse!.toJson(), + }; +} + +class InstrumentResponse { + dynamic type; + RedirectInfo? redirectInfo; + + InstrumentResponse({ + this.type, + this.redirectInfo, + }); + + factory InstrumentResponse.fromJson(Map json) => + InstrumentResponse( + type: json["type"], + redirectInfo: RedirectInfo.fromJson(json["redirectInfo"]), + ); + + Map toJson() => { + "type": type, + "redirectInfo": redirectInfo!.toJson(), + }; +} + +class RedirectInfo { + dynamic url; + dynamic method; + + RedirectInfo({ + this.url, + this.method, + }); + + factory RedirectInfo.fromJson(Map json) => RedirectInfo( + url: json["url"], + method: json["method"], + ); + + Map toJson() => { + "url": url, + "method": method, + }; +} diff --git a/lib/src/logic/provider/addTocart_provider.dart b/lib/src/logic/provider/addTocart_provider.dart index 3e71878..dced1c0 100644 --- a/lib/src/logic/provider/addTocart_provider.dart +++ b/lib/src/logic/provider/addTocart_provider.dart @@ -7,6 +7,7 @@ import 'package:grocery_app/src/core/network_services/service_locator.dart'; import 'package:grocery_app/src/data/address.dart'; import 'package:grocery_app/src/data/all_cart_items.dart'; import 'package:grocery_app/src/logic/repo/product_repo.dart'; +import 'package:grocery_app/src/ui/payment/payment_webView.dart'; import 'package:grocery_app/utils/extensions/extensions.dart'; import 'package:http/http.dart' as http; @@ -152,8 +153,61 @@ class AddtocartProvider extends ChangeNotifier { notifyListeners(); } } +///////////////////////////////////orderPaymnet/////////////////////////// - ///////////////////////////////// address///////////////////////// + Future orderPaymnet( + BuildContext context, + double amount, + String currency, + double originalAmount, + String name, + String phone, + String email, + String userI, + String cartId, + String addressId, + String remarks, + ) async { + notifyListeners(); + + var data = { + { + "amount": amount, + "currency": currency, + "originalAmount": amount, + "name": name, + "phone": phone, + "email": email, + "userId": userI, + "cartId": cartId, + "addressId": addressId, + "remarks": remarks + } + }; + + print("kjdfhgkj ${data}"); + + try { + var result = await _homeRepo.paymentOrder(data); + return result.fold( + (error) { + notifyListeners(); + }, + (response) { + Navigator.push( + context, + MaterialPageRoute( + builder: (context) => PaymentWebView(paymentUrl: ''), + ), + ); + }, + ); + } catch (e) { + notifyListeners(); + } + } + +///////////////////////////////// address///////////////////////// List addresslist = []; Future getAddress(BuildContext context) async { @@ -170,7 +224,10 @@ class AddtocartProvider extends ChangeNotifier { (response) { addresslist = response.data!; if (response.data!.isNotEmpty) { - _selectedAddress = addresslist.last.id ?? ""; + _selectedAddress = addresslist.first.id ?? ""; + _selecteUserName = addresslist.first.name ?? ""; + _selecteUserPhone = addresslist.first.phoneNumber ?? ""; + _selecteEmail = addresslist.first.user!.email ?? ""; } else { _selectedAddress = ""; } @@ -186,11 +243,26 @@ class AddtocartProvider extends ChangeNotifier { } String _selectedAddress = ""; + String _selecteUserName = ""; + String _selecteUserPhone = ""; + String _selecteEmail = ""; String get selectedAddress => _selectedAddress; + String get selecteUserName => _selecteUserName; + String get selecteUserPhone => _selecteUserPhone; + String get selecteEmail => _selecteEmail; + void bydefaultSetAddress(phoneNumber, name, email) { + _selecteUserName = name; + _selecteUserPhone = phoneNumber; + _selecteEmail = email; + notifyListeners(); + } - void selectAddress(String address) { + void selectAddress(String address, phoneNumber, name, email) { _selectedAddress = address; + _selecteUserName = name; + _selecteUserPhone = phoneNumber; + _selecteEmail = email; notifyListeners(); } @@ -313,4 +385,13 @@ class AddtocartProvider extends ChangeNotifier { notifyListeners(); // Ensure UI updates after operation } } + + String _selectedPaymentMethod = "Online"; // Default selection + + String get selectedPaymentMethod => _selectedPaymentMethod; + + void selectPaymentMethod(String method) { + _selectedPaymentMethod = method; + notifyListeners(); + } } diff --git a/lib/src/logic/repo/product_repo.dart b/lib/src/logic/repo/product_repo.dart index 8de14d2..7e674b9 100644 --- a/lib/src/logic/repo/product_repo.dart +++ b/lib/src/logic/repo/product_repo.dart @@ -91,12 +91,33 @@ class ProductRepo { return right(productCategory); } on DioException catch (e) { - print("djhgfjdfhjg ${e}"); + var error = CustomDioExceptions.handleError(e); return left(error); } } + FutureResult paymentOrder( + data) async + { + try { + var response = await _productService.paymentOrder(data); + + ProductCategory productCategory = productCategoryFromJson(response.toString()); + + // final String model = response.toString(); + + return right(productCategory); + } on DioException catch (e) { + + var error = CustomDioExceptions.handleError(e); + return left(error); + } + } + + + + FutureResult> similarProduct( data, BuildContext context, id) async { try { diff --git a/lib/src/logic/services/home_locator.dart b/lib/src/logic/services/home_locator.dart index 38abea6..ca10d74 100644 --- a/lib/src/logic/services/home_locator.dart +++ b/lib/src/logic/services/home_locator.dart @@ -53,6 +53,11 @@ class ProductService extends ApiService { return response; } + Future paymentOrder(data) async { + var response = await api.post(APIURL.paymentOrder, data: jsonEncode(data)); + + return response; + } Future similarProduct(data, id) async { var response = await api.get(APIURL.similarProduct + id + "/similar", diff --git a/lib/src/ui/card_checkout/card_checkout_screen.dart b/lib/src/ui/card_checkout/card_checkout_screen.dart index 6d77065..40af51f 100644 --- a/lib/src/ui/card_checkout/card_checkout_screen.dart +++ b/lib/src/ui/card_checkout/card_checkout_screen.dart @@ -2,12 +2,35 @@ import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:grocery_app/src/common_widget/name_text_field.dart'; import 'package:grocery_app/src/common_widget/network_image.dart'; +import 'package:grocery_app/src/logic/provider/addTocart_provider.dart'; import 'package:grocery_app/utils/constants/assets_constant.dart'; import 'package:grocery_app/utils/constants/color_constant.dart'; import 'package:grocery_app/utils/extensions/uicontext.dart'; +import 'package:provider/provider.dart'; class CardCheckoutScreen extends StatefulWidget { - const CardCheckoutScreen({super.key}); + double amount; + String currency; + double originalAmount; + String name; + String phone; + String email; + String userId; + String cartId; + String addressId; + String remarks; + CardCheckoutScreen( + {super.key, + required this.amount, + required this.currency, + required this.originalAmount, + required this.name, + required this.phone, + required this.email, + required this.userId, + required this.cartId, + required this.addressId, + required this.remarks}); @override State createState() => _CardCheckoutScreenState(); @@ -42,218 +65,300 @@ class _CardCheckoutScreenState extends State { ), ), ), - bottomNavigationBar: Container( - color: Colors.transparent, - height: 60, - child: Padding( - padding: const EdgeInsets.only(bottom: 10), - child: Row( - children: [ - const SizedBox( - width: 15, - ), - Expanded( - child: InkWell( - onTap: () {}, - child: Container( - height: 50, - decoration: BoxDecoration(color: APPCOLOR.lightGreen, borderRadius: BorderRadius.circular(10)), - child: Center( - child: Text( - "Next", - style: context.customRegular(Colors.white, 16), + bottomNavigationBar: Consumer( + builder: (context, paymentProvider, child) { + return Container( + color: Colors.transparent, + height: 60, + child: Padding( + padding: const EdgeInsets.only(bottom: 10), + child: Row( + children: [ + const SizedBox( + width: 15, + ), + Expanded( + child: InkWell( + onTap: () { + paymentProvider.orderPaymnet( + context, + widget.amount, + widget.currency, + widget.originalAmount, + widget.name, + widget.phone, + widget.email, + widget.userId, + widget.cartId, + widget.addressId, + widget.remarks); + }, + child: Container( + height: 50, + decoration: BoxDecoration( + color: APPCOLOR.lightGreen, + borderRadius: BorderRadius.circular(10)), + child: Center( + child: Text( + "Continue", + style: context.customRegular(Colors.white, 16), + ), ), ), ), ), - ), - const SizedBox( - width: 15, - ), - ], + const SizedBox( + width: 15, + ), + ], + ), ), - ), - ), + ); + }), body: Padding( padding: context.bodyAllPadding, - child: SingleChildScrollView( - child: Column( - mainAxisAlignment: MainAxisAlignment.start, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Text( - "Saved Cards", - style: context.customExtraBold(Colors.black, 16), - ), - const SizedBox( - height: 15, - ), - Container( - decoration: BoxDecoration(color: Colors.white, borderRadius: BorderRadius.circular(15)), - child: Padding( - padding: const EdgeInsets.all(10), - child: Row( - children: [ - const AppNetworkImage( - height: 50, - width: 50, - imageUrl: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeaqcsR_xDLZTOQ7G-NxCe7mLDxFe-xC2JC_DIojrF2CiVJRnviMf9fvGGFZyzyII3jdY&usqp=CAU', - backGroundColor: Colors.transparent), - const SizedBox( - width: 10, - ), - Expanded( - child: Text( - "6895 8578 8578 5525", - style: context.customMedium(Colors.black, 16), - )), - const SizedBox( - width: 10, - ), - Icon( - Icons.radio_button_off_outlined, - color: Colors.grey.withOpacity(0.3), - ) - ], + child: SingleChildScrollView(child: Consumer( + builder: (context, paymentProvider, child) { + return Container( + padding: EdgeInsets.all(16), + height: 250, + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Text( + "Select Payment Method", + style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold), ), - ), - ), - const SizedBox( - height: 10, - ), - Container( - decoration: BoxDecoration(color: Colors.white, borderRadius: BorderRadius.circular(15)), - child: Padding( - padding: const EdgeInsets.all(10), - child: Row( - children: [ - const AppNetworkImage( - height: 50, width: 50, imageUrl: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIXY75wxXccxnFoger82T83BZxDPpMavUI1A&s', backGroundColor: Colors.transparent), - const SizedBox( - width: 10, - ), - Expanded( - child: Text( - "6895 8578 8578 5525", - style: context.customMedium(Colors.black, 16), - )), - const SizedBox( - width: 10, - ), - Icon( - Icons.radio_button_off_outlined, - color: Colors.grey.withOpacity(0.3), - ) - ], + SizedBox(height: 20), + + // Online Payment Option + ListTile( + leading: Icon(Icons.payment, color: Colors.blue), + title: Text("Online Payment"), + trailing: paymentProvider.selectedPaymentMethod == "Online" + ? Icon(Icons.check_circle, color: Colors.green) + : null, + onTap: () { + paymentProvider.selectPaymentMethod("Online"); + // Navigator.pop(context); + }, ), - ), - ), - const SizedBox( - height: 10, - ), - ClipRRect( - borderRadius: BorderRadius.circular(15), - child: ExpansionTile( - minTileHeight: 0, - backgroundColor: Colors.white, - collapsedBackgroundColor: Colors.white, - //trailing: SizedBox(), - childrenPadding: const EdgeInsets.only(left: 10, right: 10, bottom: 10), - tilePadding: const EdgeInsets.only(right: 10), - title: Container( - width: MediaQuery.sizeOf(context).width, - decoration: BoxDecoration(color: Colors.white, borderRadius: BorderRadius.circular(15)), - child: Padding( - padding: const EdgeInsets.only(left: 10, right: 10), - child: Row( - children: [ - const AppNetworkImage( - height: 50, - width: 50, - imageUrl: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeaqcsR_xDLZTOQ7G-NxCe7mLDxFe-xC2JC_DIojrF2CiVJRnviMf9fvGGFZyzyII3jdY&usqp=CAU', - backGroundColor: Colors.transparent), - const SizedBox( - width: 10, - ), - Expanded( - child: Text( - "6895 8578 8578 5525", - style: context.customMedium(Colors.black, 16), - )), - ], - ), - ), + + // Cash on Delivery (COD) Option + ListTile( + leading: Icon(Icons.money, color: Colors.orange), + title: Text("Cash on Delivery (COD)"), + trailing: paymentProvider.selectedPaymentMethod == "COD" + ? Icon(Icons.check_circle, color: Colors.green) + : null, + onTap: () { + paymentProvider.selectPaymentMethod("COD"); + // Navigator.pop(context); + }, ), - children: const [ - NameTextField( - name: 'Card Number', - initText: "2352 5285 8545 7528", - ), - SizedBox( - height: 10, - ), - NameTextField( - name: 'Card Holder Name', - initText: "Smith Watson", - ), - SizedBox( - height: 10, - ), - Row( - children: [ - Expanded( - child: NameTextField( - name: 'Expiry Date', - initText: "09/22", - ), - ), - SizedBox( - width: 10, - ), - Expanded( - child: NameTextField( - name: 'CVV', - initText: "129", - ), - ) - ], - ) - ], - ), + ], ), - const SizedBox( - height: 10, - ), - Container( - decoration: BoxDecoration(color: Colors.white, borderRadius: BorderRadius.circular(15)), - child: Padding( - padding: const EdgeInsets.all(10), - child: Row( - children: [ - const AppNetworkImage( - height: 50, width: 50, imageUrl: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTwiraGT0PrLTwZKDg-u25PAlVRgnkdeL96mA&s', backGroundColor: Colors.transparent), - const SizedBox( - width: 10, - ), - Expanded( - child: Text( - "Paypal", - style: context.customMedium(Colors.black, 16), - )), - const SizedBox( - width: 10, - ), - Icon( - Icons.radio_button_off_outlined, - color: Colors.grey.withOpacity(0.3), - ) - ], - ), - ), - ), - ], - ), - ), + ); + }, + ) + + // Column( + // mainAxisAlignment: MainAxisAlignment.start, + // crossAxisAlignment: CrossAxisAlignment.start, + // children: [ + // Text( + // "Saved Cards", + // style: context.customExtraBold(Colors.black, 16), + // ), + // const SizedBox( + // height: 15, + // ), + // Container( + // decoration: BoxDecoration( + // color: Colors.white, + // borderRadius: BorderRadius.circular(15)), + // child: Padding( + // padding: const EdgeInsets.all(10), + // child: Row( + // children: [ + // const AppNetworkImage( + // height: 50, + // width: 50, + // imageUrl: + // 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeaqcsR_xDLZTOQ7G-NxCe7mLDxFe-xC2JC_DIojrF2CiVJRnviMf9fvGGFZyzyII3jdY&usqp=CAU', + // backGroundColor: Colors.transparent), + // const SizedBox( + // width: 10, + // ), + // Expanded( + // child: Text( + // "6895 8578 8578 5525", + // style: context.customMedium(Colors.black, 16), + // )), + // const SizedBox( + // width: 10, + // ), + // Icon( + // Icons.radio_button_off_outlined, + // color: Colors.grey.withOpacity(0.3), + // ) + // ], + // ), + // ), + // ), + // const SizedBox( + // height: 10, + // ), + // Container( + // decoration: BoxDecoration( + // color: Colors.white, + // borderRadius: BorderRadius.circular(15)), + // child: Padding( + // padding: const EdgeInsets.all(10), + // child: Row( + // children: [ + // const AppNetworkImage( + // height: 50, + // width: 50, + // imageUrl: + // 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIXY75wxXccxnFoger82T83BZxDPpMavUI1A&s', + // backGroundColor: Colors.transparent), + // const SizedBox( + // width: 10, + // ), + // Expanded( + // child: Text( + // "6895 8578 8578 5525", + // style: context.customMedium(Colors.black, 16), + // )), + // const SizedBox( + // width: 10, + // ), + // Icon( + // Icons.radio_button_off_outlined, + // color: Colors.grey.withOpacity(0.3), + // ) + // ], + // ), + // ), + // ), + // const SizedBox( + // height: 10, + // ), + // ClipRRect( + // borderRadius: BorderRadius.circular(15), + // child: ExpansionTile( + // minTileHeight: 0, + // backgroundColor: Colors.white, + // collapsedBackgroundColor: Colors.white, + // //trailing: SizedBox(), + // childrenPadding: + // const EdgeInsets.only(left: 10, right: 10, bottom: 10), + // tilePadding: const EdgeInsets.only(right: 10), + // title: Container( + // width: MediaQuery.sizeOf(context).width, + // decoration: BoxDecoration( + // color: Colors.white, + // borderRadius: BorderRadius.circular(15)), + // child: Padding( + // padding: const EdgeInsets.only(left: 10, right: 10), + // child: Row( + // children: [ + // const AppNetworkImage( + // height: 50, + // width: 50, + // imageUrl: + // 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeaqcsR_xDLZTOQ7G-NxCe7mLDxFe-xC2JC_DIojrF2CiVJRnviMf9fvGGFZyzyII3jdY&usqp=CAU', + // backGroundColor: Colors.transparent), + // const SizedBox( + // width: 10, + // ), + // Expanded( + // child: Text( + // "6895 8578 8578 5525", + // style: context.customMedium(Colors.black, 16), + // )), + // ], + // ), + // ), + // ), + // children: const [ + // NameTextField( + // name: 'Card Number', + // initText: "2352 5285 8545 7528", + // ), + // SizedBox( + // height: 10, + // ), + // NameTextField( + // name: 'Card Holder Name', + // initText: "Smith Watson", + // ), + // SizedBox( + // height: 10, + // ), + // Row( + // children: [ + // Expanded( + // child: NameTextField( + // name: 'Expiry Date', + // initText: "09/22", + // ), + // ), + // SizedBox( + // width: 10, + // ), + // Expanded( + // child: NameTextField( + // name: 'CVV', + // initText: "129", + // ), + // ) + // ], + // ) + // ], + // ), + // ), + // const SizedBox( + // height: 10, + // ), + // Container( + // decoration: BoxDecoration( + // color: Colors.white, + // borderRadius: BorderRadius.circular(15)), + // child: Padding( + // padding: const EdgeInsets.all(10), + // child: Row( + // children: [ + // const AppNetworkImage( + // height: 50, + // width: 50, + // imageUrl: + // 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTwiraGT0PrLTwZKDg-u25PAlVRgnkdeL96mA&s', + // backGroundColor: Colors.transparent), + // const SizedBox( + // width: 10, + // ), + // Expanded( + // child: Text( + // "Paypal", + // style: context.customMedium(Colors.black, 16), + // )), + // const SizedBox( + // width: 10, + // ), + // Icon( + // Icons.radio_button_off_outlined, + // color: Colors.grey.withOpacity(0.3), + // ) + // ], + // ), + // ), + // ), + // ], + // ), + + ), ), ); } diff --git a/lib/src/ui/cart/cartview_screen.dart b/lib/src/ui/cart/cartview_screen.dart index 51e7127..df3957b 100644 --- a/lib/src/ui/cart/cartview_screen.dart +++ b/lib/src/ui/cart/cartview_screen.dart @@ -13,6 +13,7 @@ import 'package:grocery_app/src/logic/provider/addTocart_provider.dart'; import 'package:grocery_app/src/logic/provider/bottom_navbar_provider.dart'; import 'package:grocery_app/src/logic/provider/home_provider.dart'; import 'package:grocery_app/src/ui/bestdeal/bestdeal_screen.dart'; +import 'package:grocery_app/src/ui/card_checkout/card_checkout_screen.dart'; import 'package:grocery_app/src/ui/widgets/custom_icon_button.dart'; import 'package:grocery_app/src/ui/widgets/elevated_button.dart'; @@ -304,7 +305,7 @@ class _MycartState extends State { }); } - double calculateDiscountPercentage(double basePrice, double discountPrice) { + int calculateDiscountPercentage(double basePrice, double discountPrice) { print( "Base Price (Before Discount): $basePrice, Discount Price (After Discount): $discountPrice"); @@ -316,7 +317,8 @@ class _MycartState extends State { double discountAmount = basePrice - discountPrice; double discountPercentage = (discountAmount / basePrice) * 100; - return discountPercentage; + print("kjhfjhdsfghjk ${discountPercentage.round()}"); + return discountPercentage.round(); } Widget cartItems() { @@ -331,7 +333,7 @@ class _MycartState extends State { padding: EdgeInsets.only(top: 12.h, bottom: 24.h), child: const Divider(thickness: 1), ), - itemCount: 3, // Display 3 skeleton items + itemCount: 2, itemBuilder: (context, index) { return Padding( padding: EdgeInsets.symmetric(horizontal: 10.w), @@ -1135,8 +1137,6 @@ class AddressBottomSheet extends StatefulWidget { } class _AddressBottomSheetState extends State { - // String selectedAddress = "Home"; - @override Widget build(BuildContext context) { return Padding( @@ -1180,19 +1180,45 @@ class _AddressBottomSheetState extends State { ), ), SizedBox(height: 16), - ElevatedButton.icon( - onPressed: () {}, - label: Text( - "Continue", - style: TextStyle(color: Colors.white, fontSize: 16), - ), - style: ElevatedButton.styleFrom( - backgroundColor: Colors.green, - minimumSize: Size(double.infinity, 50), - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(10)), - ), - ), + Consumer( + builder: (context, paymentProvider, child) { + print( + "prxvsvxvice ${double.parse(paymentProvider.allitem.subtotal.toString())} ${paymentProvider.selecteUserName} ${paymentProvider.selectedAddress} ${paymentProvider.selecteEmail} ${paymentProvider.selecteUserPhone}"); + return ElevatedButton.icon( + onPressed: () { + Navigator.of(context).push(MaterialPageRoute( + builder: (context) { + return CardCheckoutScreen( + amount: double.parse( paymentProvider.allitem.subtotal.toString()), + currency: "INR", + originalAmount: double.parse( + paymentProvider.allitem.subtotal.toString()), + name: paymentProvider.selecteUserName, + phone: paymentProvider.selecteUserPhone, + email: paymentProvider.selecteEmail, + userId: paymentProvider.allitem.userId!, + cartId: paymentProvider.allitem.id!, + addressId: paymentProvider.selectedAddress, + remarks: paymentProvider.selecteUserName); + }, + )); + + // showPaymentMethodBottomSheet(context); + // context.push(MyRoutes.SELECTPAYMENTSCREEN); + //Navigator.pop(context); + }, + label: Text( + "Continue", + style: TextStyle(color: Colors.white, fontSize: 16), + ), + style: ElevatedButton.styleFrom( + backgroundColor: Colors.green, + minimumSize: Size(double.infinity, 50), + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.circular(10)), + ), + ); + }), SizedBox(height: 10), ], ), @@ -1212,6 +1238,13 @@ class _AddressBottomSheetState extends State { itemBuilder: (context, index) { var address = addressProvider.addresslist[index]; + // // if (addressProvider.addresslist.length == 1) { + // // addressProvider.bydefaultSetAddress( + // // address.phoneNumber, address.name, address.user!.email); + // // } + + // print("sdhfjdjkfhg ${address.id} ${index}"); + return Card( elevation: 0, shape: RoundedRectangleBorder( @@ -1219,11 +1252,14 @@ class _AddressBottomSheetState extends State { child: ListTile( leading: Radio( value: address.id ?? "", - groupValue: addressProvider - .selectedAddress, // Use provider's value + groupValue: addressProvider.selectedAddress, activeColor: Colors.green, onChanged: (value) { - addressProvider.selectAddress(value.toString()); + addressProvider.selectAddress( + value.toString(), + address.phoneNumber, + address.name, + address.user!.email); }, ), title: Text( @@ -1243,6 +1279,76 @@ class _AddressBottomSheetState extends State { }, ); } + + // void showPaymentMethodBottomSheet(BuildContext context) { + // showModalBottomSheet( + // context: context, + // shape: RoundedRectangleBorder( + // borderRadius: BorderRadius.vertical(top: Radius.circular(20)), + // ), + // builder: (context) { + // return Consumer( + // builder: (context, paymentProvider, child) { + // return Container( + // padding: EdgeInsets.all(16), + // height: 250, + // child: Column( + // crossAxisAlignment: CrossAxisAlignment.start, + // children: [ + // Text( + // "Select Payment Method", + // style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold), + // ), + // SizedBox(height: 20), + + // // Online Payment Option + // ListTile( + // leading: Icon(Icons.payment, color: Colors.blue), + // title: Text("Online Payment"), + // trailing: paymentProvider.selectedPaymentMethod == "Online" + // ? Icon(Icons.check_circle, color: Colors.green) + // : null, + // onTap: () { + // paymentProvider.selectPaymentMethod("Online"); + // }, + // ), + + // // Cash on Delivery (COD) Option + // ListTile( + // leading: Icon(Icons.money, color: Colors.orange), + // title: Text("Cash on Delivery (COD)"), + // trailing: paymentProvider.selectedPaymentMethod == "COD" + // ? Icon(Icons.check_circle, color: Colors.green) + // : null, + // onTap: () { + // paymentProvider.selectPaymentMethod("COD"); + // }, + // ), + + // ElevatedButton.icon( + // onPressed: () { + // //context.push(MyRoutes.SELECTPAYMENTSCREEN); + // //Navigator.pop(context); + // }, + // label: Text( + // "Continue", + // style: TextStyle(color: Colors.white, fontSize: 16), + // ), + // style: ElevatedButton.styleFrom( + // backgroundColor: Colors.green, + // minimumSize: Size(double.infinity, 50), + // shape: RoundedRectangleBorder( + // borderRadius: BorderRadius.circular(10)), + // ), + // ), + // ], + // ), + // ); + // }, + // ); + // }, + // ); + // } } class SummaryRow extends StatelessWidget { diff --git a/lib/src/ui/payment/payment_webView.dart b/lib/src/ui/payment/payment_webView.dart new file mode 100644 index 0000000..46d007e --- /dev/null +++ b/lib/src/ui/payment/payment_webView.dart @@ -0,0 +1,31 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_inappwebview/flutter_inappwebview.dart'; + +class PaymentWebView extends StatefulWidget { + final String paymentUrl; + + PaymentWebView({required this.paymentUrl}); + + @override + _PaymentWebViewState createState() => _PaymentWebViewState(); +} + +class _PaymentWebViewState extends State { + InAppWebViewController? webViewController; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text("Complete Your Payment")), + body: InAppWebView( + initialUrlRequest: URLRequest(url: WebUri.uri(Uri.parse(widget.paymentUrl))), + onWebViewCreated: (controller) { + webViewController = controller; + }, + onLoadStop: (controller, url) async { + print("Payment page loaded: $url"); + }, + ), + ); + } +} diff --git a/lib/src/ui/productdetails/product_details.dart b/lib/src/ui/productdetails/product_details.dart index 570fc86..d806b04 100644 --- a/lib/src/ui/productdetails/product_details.dart +++ b/lib/src/ui/productdetails/product_details.dart @@ -115,7 +115,7 @@ class _ProductDetailsState extends State { ); } - double calculateDiscountPercentage(double basePrice, double discountPrice) { + int calculateDiscountPercentage(double basePrice, double discountPrice) { print( "Base Price (Before Discount): $basePrice, Discount Price (After Discount): $discountPrice"); @@ -127,7 +127,7 @@ class _ProductDetailsState extends State { double discountAmount = basePrice - discountPrice; double discountPercentage = (discountAmount / basePrice) * 100; - return discountPercentage; + return discountPercentage.round(); } Widget prodectDtails() { @@ -231,8 +231,39 @@ class _ProductDetailsState extends State { style: TextStyle(color: Colors.white, fontSize: 14)), ), + Spacer(), + InkWell( + onTap: () async { + if (await SharedPrefUtils.getToken() != null) { + provider.toggleWishlist( + context, provider.productDetails.data!.id!); + } else { + context.push(MyRoutes.SIGNUP); + } + }, + child: Icon( + provider.wishlist + .contains(provider.productDetails.data!.id) + ? Icons.favorite + : Icons.favorite_border, + color: provider.wishlist + .contains(provider.productDetails.data!.id) + ? Colors.red + : Colors.grey, + ), + ), ], ), + SizedBox(height: 10), + ReadMoreText( + provider.productDetails.data!.description ?? "", + trimMode: TrimMode.Line, + trimLines: 2, + colorClickableText: APPCOLOR.appGreen, + trimCollapsedText: 'Read More', + trimExpandedText: 'Show less', + style: context.customMedium(APPCOLOR.balck1A1A1A, 14), + ), ], ), ), diff --git a/lib/src/ui/profilepage/profile_screen.dart b/lib/src/ui/profilepage/profile_screen.dart index 3b42317..6f3b21f 100644 --- a/lib/src/ui/profilepage/profile_screen.dart +++ b/lib/src/ui/profilepage/profile_screen.dart @@ -171,12 +171,13 @@ class _ProfileScreenState extends State { trailing: Icon(MdiIcons.chevronRight), ), ListTile( - onTap: () { - Navigator.of(context).push(MaterialPageRoute( - builder: (context) { - return const CardCheckoutScreen(); - }, - )); + onTap: () + { + // Navigator.of(context).push(MaterialPageRoute( + // builder: (context) { + // return const CardCheckoutScreen(); + // }, + // )); }, leading: Icon(MdiIcons.cardOutline), title: const Text('Payment Method'), diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 670b8b7..646315a 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -7,6 +7,7 @@ import Foundation import connectivity_plus import file_selector_macos +import flutter_inappwebview_macos import geolocator_apple import package_info_plus import path_provider_foundation @@ -17,6 +18,7 @@ import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin")) FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) + InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin")) GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin")) FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) diff --git a/pubspec.lock b/pubspec.lock index 69cb842..f5998fa 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -286,6 +286,62 @@ packages: url: "https://pub.dev" source: hosted version: "0.3.0" + flutter_inappwebview: + dependency: "direct main" + description: + name: flutter_inappwebview + sha256: "3e9a443a18ecef966fb930c3a76ca5ab6a7aafc0c7b5e14a4a850cf107b09959" + url: "https://pub.dev" + source: hosted + version: "6.0.0" + flutter_inappwebview_android: + dependency: transitive + description: + name: flutter_inappwebview_android + sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421 + url: "https://pub.dev" + source: hosted + version: "1.0.13" + flutter_inappwebview_internal_annotations: + dependency: transitive + description: + name: flutter_inappwebview_internal_annotations + sha256: "787171d43f8af67864740b6f04166c13190aa74a1468a1f1f1e9ee5b90c359cd" + url: "https://pub.dev" + source: hosted + version: "1.2.0" + flutter_inappwebview_ios: + dependency: transitive + description: + name: flutter_inappwebview_ios + sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f + url: "https://pub.dev" + source: hosted + version: "1.0.13" + flutter_inappwebview_macos: + dependency: transitive + description: + name: flutter_inappwebview_macos + sha256: b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636 + url: "https://pub.dev" + source: hosted + version: "1.0.11" + flutter_inappwebview_platform_interface: + dependency: transitive + description: + name: flutter_inappwebview_platform_interface + sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187" + url: "https://pub.dev" + source: hosted + version: "1.0.10" + flutter_inappwebview_web: + dependency: transitive + description: + name: flutter_inappwebview_web + sha256: d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07 + url: "https://pub.dev" + source: hosted + version: "1.0.8" flutter_lints: dependency: "direct dev" description: @@ -580,10 +636,10 @@ packages: dependency: transitive description: name: image_picker_android - sha256: b62d34a506e12bb965e824b6db4fbf709ee4589cf5d3e99b45ab2287b008ee0c + sha256: "8c5abf0dcc24fe6e8e0b4a5c0b51a5cf30cefdf6407a3213dae61edc75a70f56" url: "https://pub.dev" source: hosted - version: "0.8.12+20" + version: "0.8.12+12" image_picker_for_web: dependency: transitive description: @@ -640,6 +696,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.19.0" + js: + dependency: transitive + description: + name: js + sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 + url: "https://pub.dev" + source: hosted + version: "0.6.7" json_annotation: dependency: transitive description: @@ -652,18 +716,18 @@ packages: dependency: transitive description: name: leak_tracker - sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05" + sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a" url: "https://pub.dev" source: hosted - version: "10.0.5" + version: "10.0.4" leak_tracker_flutter_testing: dependency: transitive description: name: leak_tracker_flutter_testing - sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806" + sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8" url: "https://pub.dev" source: hosted - version: "3.0.5" + version: "3.0.3" leak_tracker_testing: dependency: transitive description: @@ -708,10 +772,10 @@ packages: dependency: transitive description: name: material_color_utilities - sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec + sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" url: "https://pub.dev" source: hosted - version: "0.11.1" + version: "0.8.0" material_design_icons_flutter: dependency: "direct main" description: @@ -724,10 +788,10 @@ packages: dependency: transitive description: name: meta - sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7 + sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" url: "https://pub.dev" source: hosted - version: "1.15.0" + version: "1.12.0" mime: dependency: transitive description: @@ -1081,10 +1145,10 @@ packages: dependency: transitive description: name: test_api - sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb" + sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f" url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "0.7.0" typed_data: dependency: transitive description: @@ -1105,10 +1169,10 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: "6fc2f56536ee873eeb867ad176ae15f304ccccc357848b351f6f0d8d4a40d193" + sha256: f0c73347dfcfa5b3db8bc06e1502668265d39c08f310c29bff4e28eea9699f79 url: "https://pub.dev" source: hosted - version: "6.3.14" + version: "6.3.9" url_launcher_ios: dependency: transitive description: @@ -1201,10 +1265,10 @@ packages: dependency: transitive description: name: vm_service - sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" + sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec" url: "https://pub.dev" source: hosted - version: "14.2.5" + version: "14.2.1" web: dependency: transitive description: @@ -1238,5 +1302,5 @@ packages: source: hosted version: "6.5.0" sdks: - dart: ">=3.5.0 <4.0.0" - flutter: ">=3.24.0" + dart: ">=3.4.4 <4.0.0" + flutter: ">=3.22.0" diff --git a/pubspec.yaml b/pubspec.yaml index 318e361..7f10743 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -65,6 +65,7 @@ dependencies: animation_list: ^3.1.0 image_picker: any shimmer: ^3.0.0 + flutter_inappwebview: ^6.0.0 dev_dependencies: