diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json new file mode 100644 index 0000000..aaee37d --- /dev/null +++ b/.dart_tool/package_config.json @@ -0,0 +1,62 @@ +{ + "configVersion": 2, + "packages": [ + { + "name": "characters", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "collection", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "flutter", + "rootUri": "file:///D:/flutter%203.7.7/packages/flutter", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "js", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "material_color_utilities", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0", + "packageUri": "lib/", + "languageVersion": "2.13" + }, + { + "name": "meta", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "sky_engine", + "rootUri": "file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "vector_math", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "flutter_screen_manager", + "rootUri": "../", + "packageUri": "lib/", + "languageVersion": "2.17" + } + ], + "generated": "2024-11-03T16:11:07.096137Z", + "generator": "pub", + "generatorVersion": "2.19.4" +} diff --git a/.dart_tool/package_config_subset b/.dart_tool/package_config_subset new file mode 100644 index 0000000..249a81f --- /dev/null +++ b/.dart_tool/package_config_subset @@ -0,0 +1,37 @@ +characters +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/lib/ +collection +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/lib/ +js +2.16 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/lib/ +material_color_utilities +2.13 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/lib/ +meta +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/lib/ +vector_math +2.14 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/lib/ +sky_engine +2.12 +file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine/ +file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine/lib/ +flutter +2.17 +file:///D:/flutter%203.7.7/packages/flutter/ +file:///D:/flutter%203.7.7/packages/flutter/lib/ +flutter_screen_manager +2.17 +file:///E:/flutter_screen/ +file:///E:/flutter_screen/lib/ +2 diff --git a/.dart_tool/version b/.dart_tool/version new file mode 100644 index 0000000..cbbb5ee --- /dev/null +++ b/.dart_tool/version @@ -0,0 +1 @@ +3.7.7 \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index 57f3ab4..3273336 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,7 +32,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:7.4.2' } } @@ -46,11 +46,11 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 28 + compileSdkVersion 34 defaultConfig { - minSdkVersion 16 - targetSdkVersion 28 + minSdkVersion 21 + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 2819f02..cfe88f6 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip diff --git a/android/src/main/kotlin/flutter/plugins/screen/ScreenPlugin.kt b/android/src/main/kotlin/flutter/plugins/screen/ScreenPlugin.kt new file mode 100644 index 0000000..643484c --- /dev/null +++ b/android/src/main/kotlin/flutter/plugins/screen/ScreenPlugin.kt @@ -0,0 +1,91 @@ +package flutter.plugins.screen + +import android.provider.Settings +import android.view.WindowManager +import io.flutter.embedding.engine.plugins.FlutterPlugin +import io.flutter.embedding.engine.plugins.activity.ActivityAware +import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding +import io.flutter.plugin.common.MethodCall +import io.flutter.plugin.common.MethodChannel +import io.flutter.plugin.common.MethodChannel.MethodCallHandler +import io.flutter.plugin.common.MethodChannel.Result + +class ScreenPlugin : FlutterPlugin, MethodCallHandler, ActivityAware { + private lateinit var channel: MethodChannel + private var activityBinding: ActivityPluginBinding? = null + + override fun onAttachedToEngine(binding: FlutterPlugin.FlutterPluginBinding) { + channel = MethodChannel(binding.binaryMessenger, "github.com/clovisnicolas/flutter_screen") + channel.setMethodCallHandler(this) + } + + override fun onMethodCall(call: MethodCall, result: Result) { + when (call.method) { + "brightness" -> { + result.success(getBrightness()) + } + "setBrightness" -> { + val brightness = call.argument("brightness") + val window = activityBinding?.activity?.window ?: return + val layoutParams = window.attributes + layoutParams.screenBrightness = brightness?.toFloat() ?: 0f + window.attributes = layoutParams + result.success(null) + } + "isKeptOn" -> { + val flags = activityBinding?.activity?.window?.attributes?.flags ?: 0 + result.success((flags and WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON) != 0) + } + "keepOn" -> { + val on = call.argument("on") ?: false + val window = activityBinding?.activity?.window ?: return + if (on) { + println("Keeping screen on") + window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON) + } else { + println("Not keeping screen on") + window.clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON) + } + result.success(null) + } + else -> { + result.notImplemented() + } + } + } + + private fun getBrightness(): Float { + val window = activityBinding?.activity?.window ?: return 1.0f + var result = window.attributes.screenBrightness + if (result < 0) { // the application is using the system brightness + try { + val contentResolver = activityBinding?.activity?.contentResolver ?: return 1.0f + result = Settings.System.getInt(contentResolver, Settings.System.SCREEN_BRIGHTNESS) / 255f + } catch (e: Settings.SettingNotFoundException) { + result = 1.0f + e.printStackTrace() + } + } + return result + } + + override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) { + channel.setMethodCallHandler(null) + } + + override fun onAttachedToActivity(binding: ActivityPluginBinding) { + activityBinding = binding + } + + override fun onDetachedFromActivity() { + activityBinding = null + } + + override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) { + onAttachedToActivity(binding) + } + + override fun onDetachedFromActivityForConfigChanges() { + onDetachedFromActivity() + } +} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/.filecache b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/.filecache new file mode 100644 index 0000000..3cb468a --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/.filecache @@ -0,0 +1 @@ +{"version":2,"files":[{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\preferred_size.dart","hash":"b5edd4494f3d78363935001b843e3433"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar_theme.dart","hash":"06e864a436aa3812172f323dd732fe98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\grid_paper.dart","hash":"53e368901ef47a75e50412f3e215fa3a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\curves.dart","hash":"eb49c5ec541135204043d41edb79c9b3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_persistent_header.dart","hash":"d7559b0aec32e6d97522f4ada374083c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_sound.dart","hash":"376f39c4c2ae7ee6b133a09ae5d9b726"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\segmented_control.dart","hash":"0cc94282b598db4e132d635b04281495"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\score\\score.dart","hash":"95586aad0f0a7b13580767122c5ce9d8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer.dart","hash":"91e1851d35db4b2b58d7e397ef6f4d50"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\unique_widget.dart","hash":"49250f2e65b32943c1c9829466932099"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar.dart","hash":"fe96b0ca1541272341a018cfb929ee4a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\frustum.dart","hash":"d975e51852aa1802c81c738dcb4c348d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\colors.dart","hash":"5ed8acdae7dd3501b64b0ff3e33c1f45"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state.dart","hash":"7384fef7d37fca3bd36104f13023cfc1"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z","hash":"1602b5c72d2831c9d01d7cbc0c7723fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch.dart","hash":"581c9b9da13237b11b0fa5f088574636"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu.dart","hash":"fe6501c0249cd409e7e142cf73c6dfcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\recognizer.dart","hash":"5ff79cfb9043d0e79d53e0d7c9a81206"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binding.dart","hash":"adbaf50ad32cbcf6a3d6ef87c56f970f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\localizations.dart","hash":"c14b3df5c26ae3e2ba195dae05a156e3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile.dart","hash":"52d3a18c9a8f04a1906e510ec213ed3d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_border.dart","hash":"c0ecace3620ba98cdf0437d6b9b332bb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_cache.dart","hash":"b5fc3a84a165eb8970bfa9b4929b1a01"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_cursor.dart","hash":"adde536eb8083a49b782689541874ccf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\button.dart","hash":"982783f9973d68f790368313ea1e5880"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta_meta.dart","hash":"36280c072e87476893ba441b9b25bc39"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codec.dart","hash":"a186752c346ed742d8d04a10c6596a39"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\desktop_text_selection_toolbar_layout_delegate.dart","hash":"c85e96c1b0ea2a1fda723992062f4c53"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE","hash":"83228a1ae32476770262d4ff2ac6f984"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_router.dart","hash":"c73badf5156e45c15d8737e32844597a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button.dart","hash":"107f4e4f78883d7d6254ba018fff1fba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\range_slider.dart","hash":"360ecf3b077540dc9f09f104fdf5e9bd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\display_feature_sub_screen.dart","hash":"96b2edc60271aef0bf411fe959d576a7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button_theme.dart","hash":"200a675ca5496f4087795751cb2d7f83"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_tracking.dart","hash":"c90689c334ad044d1b3cdfb6b964d8e7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\events.dart","hash":"dac00cde72ddb174cc512f6269c8b25e"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider_lab.dart","hash":"6566a35ff0dea9376debf257bdb08fba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_service.dart","hash":"995d19d8292eb6d7013960a33da0ad85"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_section.dart","hash":"2c4d82b468f33aa725bfb58bd18516db"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position_with_single_context.dart","hash":"bf27a4f36607ac14344ebe5faaa1dcac"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE","hash":"39062f759b587cf2d49199959513204a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\object.dart","hash":"b614d8172098403c683c68aafa3e92e8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_indicator.dart","hash":"ccaad4f4d54b9356bb9776de74820740"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shortcuts.dart","hash":"161e45d603815f0a050392961414858e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\mouse_tracker.dart","hash":"e8d66333a86af665aae4e2ea83e12ca9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\tweens.dart","hash":"7cc7aeddf9c2fc7af65f7db5dd3e5089"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\form.dart","hash":"34c9d22255e76474f47777ac3e4d46ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\persistent_hash_map.dart","hash":"5a29b5c273d1a4d5b98e7ccdea045788"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image.dart","hash":"fa5c17647a4331e056255b98c206aa02"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\theme.dart","hash":"eb552a73cab5432379b58a5ad26df734"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button_theme.dart","hash":"71f5f78fc33146d4d02fcfb1302924fa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_style.dart","hash":"1795730deaee867cc2b05755cdb23fe2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration.dart","hash":"b5f2dd09dd9143d751787588e2ffe42e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_wheel_viewport.dart","hash":"863c6005339be16b4eaf47201aba3b15"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\boollist.dart","hash":"b3d51ec0dc553b1b1e883e087d5c73cd"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\math_utils.dart","hash":"e4ee21048ab83cc50d61ac3784afa9f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_list_tile.dart","hash":"aafe031c776631d9777c98975a9f00e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_storage.dart","hash":"40a04bee64e84d9b7f3d94d23af1addc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\print.dart","hash":"d8ea4caf87b9658011833d736e16e70e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar.dart","hash":"72125e38e0034777454c006591f00851"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_input.dart","hash":"e9c8a8eac081f7f9d9740539647427c9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\user_accounts_drawer_header.dart","hash":"2580a62bd404cf630fe6e9bb4fb206dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile_bar.dart","hash":"cfd6aacbf1db5f00415359aee76fabbe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_theme.dart","hash":"f0c48772b0752421fb6425a4e1db6275"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE","hash":"901fb8012bd0bea60fea67092c26b918"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_theme.dart","hash":"53e9af10b85f30bae902cab75cbaa813"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_isolates_io.dart","hash":"10e164f78d3796d7b69c5e81b07a9d1a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\keyboard_listener.dart","hash":"089cd9006fe03cb0b8f604fc14734587"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\haptic_feedback.dart","hash":"9256b7c771d473c2e12851f3a2b0d460"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\paragraph.dart","hash":"dcd03ce49d4f656b1faadfeb743100b6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\switch.dart","hash":"3b7769ef954716150f8fa2e4fef391a5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_aware_image_provider.dart","hash":"398c49ea0ea067bb61956c5daad76ac8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\unicode.dart","hash":"226971e8ddd223293b9880f40eb886c8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\beveled_rectangle_border.dart","hash":"8dc231bef759f0797577cd7a0282ab66"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics.dart","hash":"ccc411d0b95422bab101fecb5f6d5f11"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigator.dart","hash":"857481c51a13a01e56f7232a24e42e85"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver.dart","hash":"922b00421335b7a783d7fc8044887889"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection.dart","hash":"4a39ecfb9b6bdc53fe0bc7823992c26e"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\color_utils.dart","hash":"1f336a83ee9c6cc00bf8a24d2376ebda"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration.dart","hash":"7fd8f242a46623a63e304de6a6069805"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\binding.dart","hash":"b38172165537bf4992992dce1db4a8bb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_configuration.dart","hash":"6f9d6cd2861b65c517c3d0e50041f33e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fixed_extent_list.dart","hash":"93c78b9dc0c3c0af638d5e392d961add"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_theme.dart","hash":"f4ea61516180b34abab87a53fe4bd083"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_selectable_region_context_menu.dart","hash":"225c715276cd415e4228eaef6905c0c7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tap_region.dart","hash":"a2cb9b5b4a63dca255e7cc817d7aba5b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\service_extensions.dart","hash":"92317db77f79145665877a831c73b223"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\priority_queue.dart","hash":"6c66821ec0d637772e147c298645e478"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\converter.dart","hash":"c849a009ae12459b3b92c7515578674e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme_data.dart","hash":"695a0177bc9e93625821e5f124098546"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\semantics.dart","hash":"1103b191085bd07813158fafe1869488"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_theme.dart","hash":"d895b5f0484e58bf6b161a09284da25c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme.dart","hash":"4e8986356af8c0fac0c06151f6337847"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar_theme.dart","hash":"ef82c0c1963f7e4544d931e59a0e58b1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_decoration.dart","hash":"91f708443875f1a0211a2d30d0a677cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_view.dart","hash":"4c5ed4d71a5514902adbefcc036633e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button.dart","hash":"1e89e25067030f5020d132565887d476"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_provider.dart","hash":"f93492fd066e6d06100d7e98a276ed99"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail.dart","hash":"633ea5fe66d5a16c020f5f6fe4c263d8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\interactive_viewer.dart","hash":"bf847084eea6d0738f3ae5484939bb45"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE","hash":"d2e1c26363672670d1aa5cc58334a83b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider_theme.dart","hash":"e02fd281db41710839d51fcdf183c9f9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\binding.dart","hash":"a6753ecee066e4acd0f58e52dbd117c4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table.dart","hash":"3624117dd7ac79e833ee4acfb794414c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autocomplete.dart","hash":"c45e1384e06925057c7819e0243ab6e3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_zip.dart","hash":"df699735e3bcd730f16ce377d562f787"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu_action.dart","hash":"b729c6f5e1dd329f7638e139c0978e73"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\restoration.dart","hash":"d1058b1fea11081ae0c4ca9335dab0f1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\placeholder_span.dart","hash":"7b7c55c2af1d4ab5991c00091593cf4e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\about.dart","hash":"c5afb340c3bddc316c78838cfb271a1d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\resampler.dart","hash":"9936a455cf34dd38b6cf7c303eea4b2e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar.dart","hash":"299169205556b9a1477227f3e1b7de41"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\selection.dart","hash":"b5e3def38d5b96e17ce6e48f64cf7c10"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_list_tile.dart","hash":"f9ba84c933585fcc13b50ef00524d705"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\physics.dart","hash":"ffd7e9991334466f08df7afe0c721048"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_button_item.dart","hash":"09d0b82e7da0d66a74a73fe6dd343e80"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\route.dart","hash":"422e5744a5048be002b8b7fd3c42f122"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar_button.dart","hash":"bace5d73d4cbdf468f1634b60ec9ae78"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip_theme.dart","hash":"efce58720293bf4eb98e9ed81b2a3dcd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider.dart","hash":"2280965637545e02e9f1581e4c520d98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\view.dart","hash":"67a59c5e16a0cf27908cc6cc655b0b4e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider.dart","hash":"92f6c3f18fb3a22064da16ab9088e47f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\binding.dart","hash":"dbfd90c0d141e470cf432e1a0cc9d644"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_event.dart","hash":"12d4a1cee533de32c337a8b75bb72cdc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb2.dart","hash":"f8fb1733ad7ae37b3d994f6f94750146"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar_theme.dart","hash":"911eb85f95057e793b88e4186da1abdb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_anchors.dart","hash":"1bbd45440920c2eeb8a51d16a02152d1"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct_solver.dart","hash":"33aa9632d38a7855ec7452224f80471c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button_theme.dart","hash":"013db068c29d3f8aae92c7778fd50fa4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_decoration.dart","hash":"c1b94db805bc1fe3c5d4045041c21b9d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE","hash":"39062f759b587cf2d49199959513204a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\value_listenable_builder.dart","hash":"95adfd00559f1b74749c985cbe548118"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_data.dart","hash":"12ff64c98f8562f461130353d1ed2a23"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\automatic_keep_alive.dart","hash":"aa1e0d56b72813eca15a8b61d7fa1178"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\action_chip.dart","hash":"6145095008a0917d3524da6c78822e77"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE","hash":"39062f759b587cf2d49199959513204a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\localizations.dart","hash":"0a7e9f6c019479c0f6c269d157a2d254"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\observer_list.dart","hash":"387236f694dff79733084498c52038ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\play_pause.g.dart","hash":"38fda81f2ecfd4d859e7850cba0aa5b2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codecs.dart","hash":"99a4e43e30ceceae91111cf645d6dfb3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\characters.dart","hash":"188d03c92376ce139ce247b0f9b0946e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\fractional_offset.dart","hash":"6743f7b239a9970eba5932c0ec2a6e57"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio.dart","hash":"67cb03125c62d76c8d8be9014c30629e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_span.dart","hash":"c1432d860ca1a4cdd868e871872c64aa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_border.dart","hash":"944006db43c48f3017ff648c05c4b6b6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\magnifier.dart","hash":"273f30e67138e287cdc3f4a495e77af1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\feedback.dart","hash":"7524f37c4534e5c7dec56a2ce0ef57fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport.dart","hash":"f0b8fde3649e7a08531aa387777b0d14"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation.dart","hash":"2f82a39d7d40042e3083ad65475dd8d3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tween_animation_builder.dart","hash":"6fb5b8a757f3dd97be09a2cd6248996e"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\list_extensions.dart","hash":"5e568872f7db50efc3ab16b3deb3d72c"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE","hash":"3c68a7c20b2296875f67e431093dd99e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tabs.dart","hash":"39125603745b10aed156fe74eca75067"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\banner.dart","hash":"1e4d8699aa2ffbb665b2f80bcda6200b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dismissible.dart","hash":"a402f3283c08d4af1f7f59ba33a096b7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spacer.dart","hash":"a5091d4badf10be52606b48cf822c2cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_multi_box_adaptor.dart","hash":"6692ab6d41a1ed09c6ce2f3fa12fdf9c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_well.dart","hash":"defee51a444f2798b67004006e1e3333"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile_theme.dart","hash":"edd83b2dac23384c8b218f3b0f7177c5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filter_chip.dart","hash":"10a5e47e8f83c85e3d83e3f777fc8deb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_cross_fade.dart","hash":"f4078ea331d8c0451dd31e2111c2b0b4"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE","hash":"22aea0b7487320a5aeef22c3f2dfc977"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\picker.dart","hash":"72de778154525f8db2aadc9a1374acbe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\ticker.dart","hash":"afc3fc012f702a0f6e5820dbc2c41bfa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\material.dart","hash":"ff267bee347110cb9cc53f6d2070433c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\placeholder.dart","hash":"c08bbf91b47a049cc09d34651363ac00"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selectable_region.dart","hash":"b8707bb8a9c3f22a6eba5ced43636173"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_tile.dart","hash":"18351f8d686ec31abd1f4f1a2b37b90c"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\table.dart","hash":"126c63b07d1b425e904b735cdac85afd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\assertions.dart","hash":"b2365b1e8166708859f631ab3e27c1c3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\empty_unmodifiable_set.dart","hash":"4814f7a1c3a7509ddb71fa9f13b2e169"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\disposable_build_context.dart","hash":"726bc069ff0016237a5e47314361fa05"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\stadium_border.dart","hash":"4ac756cda2e222617ee9ba074ab853ab"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection.dart","hash":"f831aa3159dcba4332c08a2425fc4371"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox.dart","hash":"1e34efd4baffefb27b89070f7685c554"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_fill.dart","hash":"01a16de1bff80f04906a1c85dc5b3307"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_controller.dart","hash":"5ec5a56b144cb3a081740dcda9836802"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\velocity_tracker.dart","hash":"8a7f1612f70c41d895d732aee13347d6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\debug.dart","hash":"9f6cc002a277937540526a91dad9b624"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_padding.dart","hash":"e5ed3ea124271e3521f5841647d0d6ab"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\sphere.dart","hash":"63473e31f03ea66a38affa41fd783752"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigation_toolbar.dart","hash":"9b645bea52999f1c1e169fd1f4b2563f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_inspector.dart","hash":"da879fae45515f47ed61d3992e5fe1fb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overlay.dart","hash":"bde52de639a1e9718479749a3714b625"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar.dart","hash":"e6372833336a1ba44a56706e3d26583b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\debug.dart","hash":"31ca060cd0631514ed19e5c94ab4b00c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker_theme.dart","hash":"bb3ccbcbfc9f7d98c32894ba241c1d34"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar.dart","hash":"c9d3b7e8cbf5a1dbbe15a0e45cf02423"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_prototype_extent_list.dart","hash":"497e2e6b8e694411ba8459ddc6fae353"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\debug.dart","hash":"58bb03b6702855190ffb470e669ccb4e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material.dart","hash":"2c874f51fe72d669bf5c67e29b381eed"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix2.dart","hash":"7f164e577cfcf8c8295947195cde2a7c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\animated_size.dart","hash":"b09b63fcd72fd1512c4a9909d8420f07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selection_area.dart","hash":"58a05e44220e2e535369dc26dd9d0911"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar_theme.dart","hash":"c44d23ad069be99392d8fc03e352f5e6"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","hash":"7f2fb21c467e6cfa00b4c27f4c784476"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\calendar_date_picker.dart","hash":"b231267a442586da1122cd2d557d6a12"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\border_radius.dart","hash":"7d5c842ba2233a4dd6636176d9696149"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_controller.dart","hash":"e4320653516289967de05cda732dcd46"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_form_field.dart","hash":"c41ec7f72deddff1d1dcda18e34c75f3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button.dart","hash":"e86daa2475090ae064967420640c219a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\refresh_indicator.dart","hash":"855d72c79c3a4add94911ab6aac2ddc6"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector4.dart","hash":"299bd3979d7999412945ac4e3199cdcf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flow.dart","hash":"61083f3192427625a7787808b3ab6030"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_theme.dart","hash":"d6b705cd8510954fd85ebd1febeda575"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_model.dart","hash":"2944430a7c4b67522845a9dc8889922a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector2.dart","hash":"6a0fa6360b3aca8deb85dc7d88176eb8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing.dart","hash":"57ef9e426c9604c3fe77c2717ff9f1c8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\synchronous_future.dart","hash":"bf7f551927cb02c134c5fd77969d5d36"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\orientation_builder.dart","hash":"7857f7eb53b69c1fc0d35883c7d4424e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\simulation.dart","hash":"ef8e59ac8fd1fb4a9b8ba40093583ad3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\gravity_simulation.dart","hash":"9006d9975a5ad8f716475cd5462d816b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\utils.dart","hash":"f60960a7a4a260f2edff8013f2416e2e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu.dart","hash":"5fea658a315df76440db0b1e000acb09"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_android.dart","hash":"cb6580188413f26dc5c699c31dc76501"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_bitfield_io.dart","hash":"668f20eaa66a2a68f8a73e86f0658d30"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_theme.dart","hash":"3c9cde43c2d3c24889decec045ee1985"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\heroes.dart","hash":"d65666936ab68368fc0bdc3576fb3d91"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\animation.dart","hash":"5cb583f807de801fa739181edf2b0bd0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\implicit_animations.dart","hash":"6cec18ee839e82cb0ac3abb3ca7dd35f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shadows.dart","hash":"490c9ff01a527fdf2e3cb3e015501951"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\utilities.dart","hash":"3f5e8feebce49c954d9c5ac1cda935c1"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\unmodifiable_wrappers.dart","hash":"ca6dcb9cea6b00d39a1deba4017fbde5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_location.dart","hash":"3ad04e7463181d93b361b2cac349fbcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_icon.dart","hash":"e3c4216b34e66d026c542e5df738c3d1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\table.dart","hash":"feeca3a0084efb4041cf76837c08bbd4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shared_app_data.dart","hash":"ba7620e789cb8295727814260337dbcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\widgets.dart","hash":"6f2f9f06244d695f96867a7a0ce62459"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag.dart","hash":"b953ec2d60be24caf2db5b670f0d0a30"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker.dart","hash":"71d9f31763e206d81e41fb96fa02083e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\_network_image_io.dart","hash":"f8522bdbf3445d9a8efb938251138012"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_box.dart","hash":"542bcf7841c4f49d0c17919085696d6d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\cam16.dart","hash":"fbc5d5b64be654228c88182f2f0e9f1e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\reorderable_list.dart","hash":"6a4f3a2c9fa78164a34ac312f9234c43"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button.dart","hash":"9bf247344f06bc77d93bbf02c84246d8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_traversal.dart","hash":"31053d78ac5ea91a5cf877f55f487ce8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_close.g.dart","hash":"e1f4c3e30b57b4ccdd0afc1d810d53b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_sliver.dart","hash":"75a9bf59eb6a45c2eaaadac9fe55ceed"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification.dart","hash":"9c39d6aa67dea0d52d61dd31cb2697ec"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\annotated_region.dart","hash":"93e0a06e4f3b1dc2fbcd6b13106e9097"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection.dart","hash":"3a6abde48f008913d4e8fc9d8626b8dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\thumb_painter.dart","hash":"fc859f4b6d01066bc918dc9d51877f85"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button_theme.dart","hash":"2c5b811d1709d15fec803f158012e835"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollbar.dart","hash":"c9dd8f706ff8fba8106a2083b8641810"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_extensions.dart","hash":"5369274e0f2aea3db2ae228646de17c2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar.dart","hash":"86577a49910eaabd12de8b7f7e6d28ea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\box.dart","hash":"ced0f17a66bf51f52c9321562afeef42"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page_transitions_theme.dart","hash":"e60500ee15713cbef81e1a639f5363a9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_controller.dart","hash":"16fa2e5a2bfcaf519d81a6958fe0be29"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card.dart","hash":"2dd80dd8290852adfc0b47501fe31910"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\collection.dart","hash":"476383869aff7b87579a7753e47722d7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport_offset.dart","hash":"1f48218976da077e5f3656be303e3f64"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug.dart","hash":"d28d30348b07b1ad7e892cec0100f62c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner_theme.dart","hash":"04a847e67e79ef05b8a38f9ccd177fdf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\rotated_box.dart","hash":"c26a50e5a559976e908666b10fcdf0ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\snapshot_widget.dart","hash":"00be3cd00540410da016768fe8d89c86"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\pages.dart","hash":"454b667389652843cf7679d19339feee"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\circle_border.dart","hash":"bdc321f0137a003ba2e7f991df24a8dc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\drag_target.dart","hash":"40f4267c2fe319b48d0565039f0155da"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\queue_list.dart","hash":"368a628be82e16cf17725d00a83f582c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\mergeable_material.dart","hash":"06659184fe458611987250553fd0499f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\binding.dart","hash":"b29df59236200e24733443a32f2258cc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\spell_check.dart","hash":"3c5361030eed7c1cab2f616f117050c9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\strut_style.dart","hash":"d3f0b398f1624d8539d68372e71859ea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style.dart","hash":"efa5b3060e12e6b35c0443c808244705"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\add_event.g.dart","hash":"a0c3b1085109189f0cf22797fcb066eb"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wu.dart","hash":"c0da8171c63f0ab4e822dd094fc2c595"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_theme.dart","hash":"ee7865a222452497632c6f966b6ed48b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multidrag.dart","hash":"952ff592322532dfa7ac0e4fc2321505"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector3.dart","hash":"478e1071c9f577b6cabb8d72c36de077"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_platform_io.dart","hash":"de3f54b6142686955427acf65bf81fb4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard.dart","hash":"230c293166bfebf12654711cdba76aa9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\eager.dart","hash":"f95cb8a87d4b3a7f157ffe6ea695814c"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\obb3.dart","hash":"5ca0b5786bf63efd4fc72fcecfe1b36c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\licenses.dart","hash":"1ec51f249977824da964dd8cc0ea2ee1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\no_splash.dart","hash":"bb9b2f065d41088c89013e11796a3317"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_chrome.dart","hash":"185a32bb0427882d515b82488e04aa12"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator_theme.dart","hash":"5beb63ceb51cf74b9e93ffb22513a4a3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set.dart","hash":"a9d0ac8febdea9748b1e274e2453730d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\scale.dart","hash":"29f495178f1067212517a1209390b554"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection.dart","hash":"266995c05d712e7889fda1e3f58131f4"},{"path":"E:\\flutter_screen\\lib\\screen.dart","hash":"4851c617b511247b87d4a38042e49a17"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_view.dart","hash":"71eab6e36c3eb8bbdff4073e49e73fac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration_properties.dart","hash":"1b61d38d785fc1b96e92046b107b2504"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\transitions.dart","hash":"3192c852c56fddfc411527973dd9f82a"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","hash":"40337392a05861cf7101bbb7627a82a2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_context.dart","hash":"dffae0bea916323d391a7c29a974d773"},{"path":"E:\\flutter_screen\\example\\.dart_tool\\package_config_subset","hash":"97c2ad94e7d931141d8e7fcc147eb734"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\arrow_menu.g.dart","hash":"8c57d62cf34fcf875f6ab7f86c6a4a03"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\media_query.dart","hash":"53d8d836cab5b8864f83f09cf4302ccf"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set_controller.dart","hash":"fcfae3ecf984ee7d09081c2a7898dcab"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\actions.dart","hash":"af171647e1b992bf79f881994bd6ced6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\sliding_segmented_control.dart","hash":"059b277a26fdc525fea07580f4d8a716"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\dialog.dart","hash":"b23157e1265bc80affcbc2f114afff50"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct.dart","hash":"88e82a2807d91088b55f29e00aa780d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\service_extensions.dart","hash":"7a511a58196a1dc37c552aad1064a87f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\fade_in_image.dart","hash":"90c6f6f9c6502d718ac8512df401c6a4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_physics.dart","hash":"ac49109f5678c28330098a53c6d634b5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\inline_span.dart","hash":"50f37d02f943b2a7319e537dc0648635"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\cupertino.dart","hash":"8b0316938fea525ec027598b04f8dc6a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar_theme.dart","hash":"13bff4b1caffee6dee05b877581d7636"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\wrap.dart","hash":"620d57fe6b4ffd7e8fd3c9aaa371106d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_form_field_row.dart","hash":"cd5b0ffb43bcb2fe4b4146fc5a7efca1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\service_extensions.dart","hash":"40a9b7cdb3f78f05a91ef02ac076fa83"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\constants.dart","hash":"35fba0794fdb13603eaa91c675bacd93"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\color_scheme.dart","hash":"4676cf11edf2a3868a8ee7f97b3689fa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons.dart","hash":"a2b65ab8bc9d298ce093ec34cde87b14"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters.dart","hash":"21bf6725b1fc374f03ae5b2cb46bd95b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\rounded_rectangle_border.dart","hash":"ea67cd4e3c7f1b8dc916fa8a6c16111f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\typography.dart","hash":"9d2f4a95f61a9ba4f6f6e023261ea196"},{"path":"D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\icon_tree_shaker.dart","hash":"eb5251fe7e8ac80c245f813bc52b5b13"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_resolution.dart","hash":"aa83f136d6dbec9ef0c180d05c317fcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\debug.dart","hash":"0aecea799b69fd5da41a8b1f18aea5c2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\node.dart","hash":"057230983bc011b9d254dc104f6fda60"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme_data.dart","hash":"6d0cf0df9f778305a7060a7310f500f6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_manager.dart","hash":"fd4aac0c2ee8d1700e803e71fd8cc72b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_decoder.dart","hash":"4b42191e7165a15c6b625f8f445a7dd1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\geometry.dart","hash":"6c9bb76b82a634c031180093925b60fd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_theme.dart","hash":"55153b9178d822d84d6394848e35dbd1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\search_ellipsis.g.dart","hash":"f4bd550468f76a4a0eaba274f1d141d5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\layout_builder.dart","hash":"b05a848cd7d8ca08775292967dc58356"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_signal_resolver.dart","hash":"cd7c63886b420326808c157a3a8c8fe9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\diagnostics.dart","hash":"0a0f13196a380d549dde69d165976864"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_theme.dart","hash":"ba4d98c4e3fa780a64872db033c25077"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_switcher.dart","hash":"a8ff58681d168a04ac00293e716fc509"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\key.dart","hash":"0ee0c2942bbdf12169b29642d2ab616c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_size.dart","hash":"8dc1fa2fdefd18136478daf51c745e98"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\intersection_result.dart","hash":"789e79772bba1132b3efdb60636a3ccb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icon_theme_data.dart","hash":"be6f30b17283b1b767eff680158fd25f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\adaptive_text_selection_toolbar.dart","hash":"0c9185d9adc04a049bb50b16ba0963c1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_theme.dart","hash":"75a38ff33761f12ba6263c73c03d6b15"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\comparators.dart","hash":"d1410f48ac374235aaad55cba40bc4be"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\hardware_keyboard.dart","hash":"dea96fd014310ff4da3c927f725eefd0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_grid.dart","hash":"1055c8a5f97cc4193b5996d0f0b0eae1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\autofill.dart","hash":"3fba9c5057eed8d6583cd5bca5257b7d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\binding.dart","hash":"cde13cf687106d23024759d244aec53e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar_text_button.dart","hash":"1d3f1a9a951413a2952ab23c6d37086b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_metrics.dart","hash":"23604b321f680d2ebbe04c36fdb981ca"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_key.g.dart","hash":"f251823c777667588e963d1f9c24daf2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_view.dart","hash":"44e436022dd8347b269c0c46ae80dde5"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\ray.dart","hash":"146741f6f87d6612ee7bbf6a6fa9c119"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterable.dart","hash":"73a1264f4048161cf1e020b447b014a8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\close_menu.g.dart","hash":"e5ac30ecc6773a9e5d8ae547d48201d6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\app.dart","hash":"bf29066c52ff7879cb1a9620d3a134f9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button.dart","hash":"697125ed3a7fe23565992b4ec5954752"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\painting.dart","hash":"65ff4e13f867fbe51f4d9e1e0f4c6b38"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\stepper.dart","hash":"bd0c46191de6b601a99bfeb052a418c5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\debug.dart","hash":"f196bc28cf948370b4af80b676ce0207"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE","hash":"bfc483b9f818def1209e4faf830541ac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_simulation.dart","hash":"f92aa09e902e10eaf93ea772fc16893b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_shadow.dart","hash":"d7205119e3eb90edee9ef75b1533f9cd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\ellipsis_search.g.dart","hash":"a87692fac215fbea5a0362483078a1c1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\clip.dart","hash":"4e741cb4c1e93e3b98d7011cfb6940bc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_arrow.g.dart","hash":"397e847af939ca57a8ae3ab1df6ca0b4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\safe_area.dart","hash":"7f705b0c7ffea4270942539fd19bf392"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\modal_barrier.dart","hash":"027000fe26bc11acad62cfc8a5d8f327"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button.dart","hash":"c3cf1162801c94418a8773ee9a33264a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\breaks.dart","hash":"359388897ae53df8791213c31ef05fe6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card_theme.dart","hash":"febafac4320e8eca4d5b0aae8ab1ee52"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\visibility.dart","hash":"1de8e7f5754c6d24df4561e26a4f8ff0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_localizations.dart","hash":"7298d0c503e878ec44fc9bdf04e84c63"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\oval_border.dart","hash":"311ffc7fde1bcf75636ee33dc4814c5b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar_theme.dart","hash":"65388fdba97bc8836998a94e2c6c9335"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\tolerance.dart","hash":"454f11813e43a193cf6fa422fc834104"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_theme.dart","hash":"b2d4bf60bb30596bb2deb87af9399be7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_macos.dart","hash":"f39d225fa4d1ead84b85f374b01d5c0d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\circle_avatar.dart","hash":"474224d8c1f4372136688c41086c3579"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\star_border.dart","hash":"09d95cd7e63967cd76b922a7070c7f18"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\stack_frame.dart","hash":"254049a8abdabb4c2c1583ebe1af6524"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flexible_space_bar.dart","hash":"47a7206ed86db19c832b83ce26eddeea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\math.dart","hash":"d8576ed8dead98c6094ec526af040db5"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_list.dart","hash":"dc536535dc9f44164bd0a1975d6e02a8"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta.dart","hash":"9ebddb9a0743de208281e764b9454978"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shape_decoration.dart","hash":"b51d5cf60dbdc3b22a6aca9880c6bb1e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\stack.dart","hash":"122fd44d948c55185c7184a37467293d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_ripple.dart","hash":"5fa5fbf5ea729a4aaf3ebbd64d4871a7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\scheduler.dart","hash":"3ac176a9235973980af3b75bd0c237ff"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip.dart","hash":"098fab7124e5d447b10961ec8f0ffa47"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\search_field.dart","hash":"4a4489a8d1bdae06ebcd602cd322b757"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scaffold.dart","hash":"63ebd22b172a5f22755af3351f9a5845"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\primary_scroll_controller.dart","hash":"dca581ae8f9ba7fc04b26125f0d15486"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_list.dart","hash":"81b2d2a545e6f66510367ee8d4bdbf51"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\image.dart","hash":"4351dfbf2817994aa350d88461468f20"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\event_add.g.dart","hash":"cc3c873013764dbf79bcdd672a940732"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flutter_logo.dart","hash":"d46c393563f87e458d94f35c06a3af0f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\magnifier.dart","hash":"a71ed3ed48e8eee76cb935eb849e9a09"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE","hash":"175792518e4ac015ab6696d16c4f607e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\debug.dart","hash":"095f4b8d6a4c4cc07cd0a16cf92183e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\routes.dart","hash":"d8c77a8897a2c802ac0014d921aa48cc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\utils.dart","hash":"fe2489ea57393e2508d17e99b05f9c99"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_date_picker_form_field.dart","hash":"8a8d72301e51a388ee6e1630838e3903"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_scope.dart","hash":"babbe418a7d4e010f306d36fd9442a98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_boundary.dart","hash":"14b72aa4f3f84331f4073332342e2071"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing_delta.dart","hash":"70d826d48d11b668915c819dcfd6e6e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\clamped_simulation.dart","hash":"b57a81d152425485d132da8f0bf1f3d7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar.dart","hash":"825b2264955f194993f4ef5cf99da931"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date_picker.dart","hash":"bde9f2160381b1313a80da651a5412be"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\isolates.dart","hash":"465099f1ce0ca5c177eb45f928204651"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flex.dart","hash":"846f4594aa961281ed36cba762882276"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip.dart","hash":"962a4c0e632162faf182b867aaff1056"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_channels.dart","hash":"867b20a736781dc9fcc5f636b8f6bd8a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\editable_text.dart","hash":"521205ebbda7649ee7f9ba0feb70f98d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb3.dart","hash":"257ca4608e7d75f1db8d4c3ab710ac70"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\triangle.dart","hash":"7d2bdb4801fc8b3a110f36d5e5fa59f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet.dart","hash":"76278130985964cc4e03da5cd1a8cf44"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\monodrag.dart","hash":"99b16300fcca2dec6ccc8370e63a2741"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\borders.dart","hash":"2876ad67f3d6d63f5284e32d2c449683"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\slider.dart","hash":"b553812c24f17d7c63126507dbcfee50"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_formatter.dart","hash":"492d0087f23bff049ccba78a823fc4e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page.dart","hash":"cc6ea15cd6a2a8c29fbd14807b299944"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_section.dart","hash":"9880b5a60a59711cfde56cbb8e367b39"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layout_helper.dart","hash":"a50da1a592ea57e2bf9cbe5d7de61bce"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\page_scaffold.dart","hash":"608fc5ef8989e4d35f8da18f7ba8d173"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_notifier.dart","hash":"83ce2c657b0545b9ed81fec7632d1351"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer.dart","hash":"96a62dee8a7c28b4a53b07c56d5f7d67"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_editing_intents.dart","hash":"3a8766f0f9533a770f5e50ef5777f4b3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\status_transitions.dart","hash":"756945330027ae142c3b530b4e5c7949"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_bar_theme.dart","hash":"495def0d96f28c9a1690a9828ad0f2cf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_decorator.dart","hash":"5884ca9c89cf7a66c48da70720f5c89f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\material_color_utilities.dart","hash":"efd86bd9a7183660b902f2528da33973"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon.dart","hash":"d994e26623c9ab275ddbb1b512b834dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_maps.g.dart","hash":"9bbdb2b8645420b0dab017ab8a9126a7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\activity_indicator.dart","hash":"e1dc1919f94971090f6f36dda641205d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons.dart","hash":"64277f50094c0b4fa1380e92d6c7cf07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile.dart","hash":"74e06dae9a221297f44d84af6a4e87dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_scroll_view.dart","hash":"dc93e6dabb15b28099a9ffac8f21c2c3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE","hash":"175792518e4ac015ab6696d16c4f607e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\binding.dart","hash":"161650e38538634050d7f161b9280e8d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\arena.dart","hash":"94835d833c960572b05c750309a4d263"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text.dart","hash":"cf50f333c1730ea33ce43fbf1a4217f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile_theme.dart","hash":"bb32793e33266959661987222e19c57f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector.dart","hash":"6a67d38bafe568f1b4047286d586fbbc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE","hash":"175792518e4ac015ab6696d16c4f607e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_splash.dart","hash":"70ec295fc9e61305c31f4ab3262c7bba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\home_menu.g.dart","hash":"6c58a7789c9eebed84e2a9c49d72a44d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\arc.dart","hash":"0b9b8798d41543ccb2b9ce4173c20a37"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_theme.dart","hash":"2deea7dcb5f73ec4a946f7bd5cf9c906"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table.dart","hash":"ef54305944b07bf4a49dae05dee3b4a0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_menu_bar.dart","hash":"b2d9b84f76bb18f667ab20881671915f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\constants.dart","hash":"dd7a529395d1ae4bd15303b9e8236eea"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quaternion.dart","hash":"698a6fc4361dd42bae9034c9c2b6cf7b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\constants.dart","hash":"8ebc22b924db0563da4010a95de5d912"},{"path":"E:\\flutter_screen\\example\\pubspec.yaml","hash":"c9c86c14631bad47adea9abb6001e9f4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\debug.dart","hash":"c1b9ee814731d1c7ef196a6e71d2dbee"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection.dart","hash":"fd3069187ae6351f1b4f81b4bb93c7c5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\platform.dart","hash":"671ae9f001bd25b14e0d3a5363ab5b56"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\binding.dart","hash":"390a70be68fe8d93911e36795c0e5ae2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_linux.dart","hash":"fa0c16a1e4d1dc76ab2c490a473dc724"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_panel.dart","hash":"cd75ff28ee0b4283f3d4f882781b4533"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\date_picker.dart","hash":"40eafe4374bea0ddc19910ab2f8f36b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\flutter_logo.dart","hash":"c930a128cdaccf87bfbfd417b00766e6"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\constants.dart","hash":"aa4b5c0cdb6a66685350611b29ca9d38"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animations.dart","hash":"8e543d3ce9dee21d2a12012d57137c8f"},{"path":"D:\\flutter 3.7.7\\bin\\internal\\engine.version","hash":"c0eea4a30d779f212e29285d2df665ac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date.dart","hash":"2f73dab220cc7fbe637852059eb944c4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\scrollbar.dart","hash":"0fa3a0dbca430d2c29a1a06dc2519b2a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autofill.dart","hash":"34f138d654278cfbb91f90009c2ba1b6"},{"path":"E:\\flutter_screen\\example\\lib\\main.dart","hash":"074d365b5501c7498b2acc30fa6c3adb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\alignment.dart","hash":"42257160a4de50edae0b1307470262a2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\debug.dart","hash":"f2138801d3af6774b0cdb3ff8f966b8c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expand_icon.dart","hash":"67014c866c54a61af915602f2a51e4b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_web.dart","hash":"a6a460524e02988a43593fa711055312"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\rendering.dart","hash":"6cf320ac0b2878efa05bb11cf1ba8bb5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\interface_level.dart","hash":"78ab16d796ac501eac5a7adc02374fb4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\gestures.dart","hash":"086c6071043ed25466b994cf69d02744"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style_button.dart","hash":"bc4fbc0cdfb123291515a156a03a2299"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\autocomplete.dart","hash":"1203a8d256b1099e95bd7d0c18d447a1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_header.dart","hash":"dd4bb411062daba574c5275dd380f20a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE","hash":"83228a1ae32476770262d4ff2ac6f984"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\plane.dart","hash":"f0c6d5d05fbdc95ab84f1a63894b7be6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_home.g.dart","hash":"9b88a6448e072159c7116adf2fba4b4c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\search.dart","hash":"b60e2d73736c76d0f7990f23dfbef330"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_map.dart","hash":"700328ab0177ddfd9a003a8c15619c1a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu.dart","hash":"fff128abafd08e435674f6c3da279bf0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button_theme.dart","hash":"5959bec4041266945fc8808da9fa7d47"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\view_list.g.dart","hash":"2ece37913cf838c564571f279b8145cd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\container.dart","hash":"11170e92d65909a061009fbfcf72a983"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver.dart","hash":"409a2a6e242f102c336adc522b438ac2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\color_filter.dart","hash":"859a4886e1e733398160d3590d676235"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\pause_play.g.dart","hash":"0cee34324310edc58cde755693fb99b0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_bar_theme.dart","hash":"e47ad13991eff91e1b5ff35b78b7b259"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","hash":"d751713988987e9331980363e24189ce"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail_theme.dart","hash":"da278c5e13d4ba1515c4467dfb0c14d3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\constants.dart","hash":"426201c7934eac02bd395312d9037b26"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_button_theme.dart","hash":"a9f27be6e73fcf7c1e22f04cf603ff6b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app.dart","hash":"75934d73e7890e102c3f7f6e7c9727e6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\draggable_scrollable_sheet.dart","hash":"dc817311aa1c82126cca18191fb04d92"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\performance_overlay.dart","hash":"0605fae01dd25d47acbde7f20cf7b75b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevation_overlay.dart","hash":"ddf64ca47386dc33fa27f8a8e331553d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_chip.dart","hash":"0af59c976064b47b823d418c7d06b38c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\tap.dart","hash":"1199df8fea9398307a5c9307220d094e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme.dart","hash":"ab7008b83dc16f8e27cefdb52d8c8c90"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer.dart","hash":"db799bf48af97b7c0edc93ad96b4a6da"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_persistent_header.dart","hash":"3c648ff40e7c76dbb30ac39d3f37cff8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_layout_builder.dart","hash":"789c67da338f2807eed6ecbea6190f8a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration_image.dart","hash":"d494fb36486c70f37a9d4c4fe750bb5d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween_sequence.dart","hash":"463e56710a5f75e6f2c8d241b900f9a9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollable.dart","hash":"90ad349b774df9980cf81cb45377386d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_body.dart","hash":"77193d1f0126359a2979376409c94f7d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\editable.dart","hash":"7c47ecbae4824294dc9fd61c6de1d928"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\paint_utilities.dart","hash":"7a23f649958f737fcf117d86f635f1e4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\debug.dart","hash":"e1e9ef5b1f417f5a23f9b5a95924f136"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_fit.dart","hash":"c1a18c3f1ce34541a5861ea8fc808dea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\error.dart","hash":"6a70714764b9cf9503e9709f0682fb00"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown.dart","hash":"5ea08fe605be54358317365bb58f4917"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_text_editing_shortcuts.dart","hash":"642d7f098abb5436919fed10d548ee7c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\size_changed_layout_notifier.dart","hash":"a70e208216fced806f09c54195046bdc"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","hash":"ac3a154b464e565b68b427f18b001306"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_anchor.dart","hash":"2e4a80f0ee928671fe682fe92ce77e76"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_ios.dart","hash":"6b911d8f7921b95ae1f2b0bbcc9194aa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_button.dart","hash":"202f15bc67e172586e791b290cc3927f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dual_transition_builder.dart","hash":"f3820f10746bd09f5ddf793bea60dbca"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spell_check.dart","hash":"5069937005cced2def4a8e9c9538b579"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\slotted_render_object_widget.dart","hash":"287c09e2b757815ea5ba746c395527cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_layout.dart","hash":"90d7c2f6e0996ee87a3f747d1a6e5d07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar.dart","hash":"6d0f8c4b53ed1086c2d2e1395ca52721"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_field.dart","hash":"97a5024eebec9afa2917d323895e625e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button.dart","hash":"897328e1f0d9f05b0a55ebd483298eef"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\service_extensions.dart","hash":"f8b573fc1de3cac6f125ecfd3a0f2435"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_map.dart","hash":"13db4f76c4c3dacee24311db33dffb5a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar_button.dart","hash":"9c1af0742ddf4724d6eeed11c9f52533"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position.dart","hash":"1d1acd52c8bcf38a479d51b38ca8d91a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\colors.dart","hash":"9a1932d06a48abcb5933ce54db3a26aa"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE","hash":"3323850953be5c35d320c2035aad1a87"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\bottom_navigation_bar_item.dart","hash":"feba2aa30b34b798dfe48d07138ea812"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar.dart","hash":"aefea5c17a582534eefef2a1003786fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\bottom_tab_bar.dart","hash":"d0624f070eae18142c16660ac6a070d2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\platform_view.dart","hash":"d0aa1ab0e26c290e63a6e7c19c09a2f6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_source.dart","hash":"ffdc2814edfc96e4679f472ebe7893bd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_span.dart","hash":"8e963736c99bf5c9e780c645fea87ea5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selectable_text.dart","hash":"e0e3c7fd81d62619c329fc627647239c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\reorderable_list.dart","hash":"c0e9510deea2dd0f8a3b29954a4ba924"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\notched_shapes.dart","hash":"5d3975a98b8a70fa2a13a1078104549f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters_impl.dart","hash":"3bb0652e163327c58784ce2a2b882a7c"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","hash":"99914b932bd37a50b983c5e7c90ae93b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shader_warm_up.dart","hash":"aa8edf889d9486b957573a27bc60eb23"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween.dart","hash":"c626b35d71547fd6d7a3c5ed87cf43a1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\services.dart","hash":"28361e5dcd9696e220d2ae2f9abd6001"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\will_pop_scope.dart","hash":"22c07581be077908bc7ac472fbbae69d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_navigator.dart","hash":"1a2d46e53c780cd3327858dd97bf280c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_activity.dart","hash":"7edd26e816a7313ef4365865a2b4f5fc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multitap.dart","hash":"45558254ea833b7b392bc9d933c28eec"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\viewport.dart","hash":"fcdd698fad99e2662b53f192453c3a79"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_windows.dart","hash":"be12f2233e555d3814e97b1d53795e5c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\framework.dart","hash":"4d2f5e35ff234c9f0cb450d3dd807c37"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\lsq_solver.dart","hash":"718ac2602aeabf478c4b900a61a9092b"},{"path":"D:\\flutter 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE","hash":"93fccc5a13669d1df317968de5b2590c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_fuchsia.dart","hash":"87d4a649ce26a0aec198e7b22dddaac3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\foundation.dart","hash":"966ab660211f75a4292ed300c8786d85"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\blend\\blend.dart","hash":"f487ad099842793e5deeebcc3a8048cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\router.dart","hash":"a3fe7faba113755d45bc928cc8b25f5d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\refresh.dart","hash":"276dffc986083f91be4c4b0f375ac57f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\scheme\\scheme.dart","hash":"f404c13ab6ba7fca8a465852af425026"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\core_palette.dart","hash":"d35b72b249d19f54a4cd6f22ff3299e9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_filter.dart","hash":"1ad55cd542cb539ca706afa353c9ce3a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_scaffold.dart","hash":"68f916a0d167acc9c32041319941a79c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\choice_chip.dart","hash":"27d859b4ad2c73fe0b3ca80dfed322c4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_sparkle.dart","hash":"921ae3920e3a6f93a83effaf4b102d18"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider.dart","hash":"7504c44d1fa6150901dd65ec78877be0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_layout_delegate.dart","hash":"1b2bb6bd6671f3be0b2530db9a44a2ee"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\constants.dart","hash":"9f9b79f577d9fdf4f20c17a26a2f1d57"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\basic_types.dart","hash":"77a06b89484e5e18a96f8bdfafcb0f8b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_selection_style.dart","hash":"7e76a223768c1e039784dd46ddcba8e4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\edge_insets.dart","hash":"cdeba1905fa421c8ff0f5dfb44103ca7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation_controller.dart","hash":"c2e730508706872f77cfa3dc39b07e28"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\semantics_debugger.dart","hash":"7ab9e5d635c9608d4bfaba4720188cb0"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\extensions.dart","hash":"38e17b28106d00f831c56d4e78ca7421"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\continuous_rectangle_border.dart","hash":"5318bb21e0646e09ffb22ca4a20d18bd"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\noise.dart","hash":"206b1db3ce5f7b9e5efd220712f8d391"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons_theme.dart","hash":"5e8b2143d21237f72681d0b7860a3cf4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge_theme.dart","hash":"61c35affab6c0aae1093308ccb284c80"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binary_messenger.dart","hash":"8496f565a5736b6dcfc30cc23b0046ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\title.dart","hash":"7c83cd61d3fa5561109df504a2fa37a0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\_background_isolate_binary_messenger_io.dart","hash":"d73eb52cadc4b09d23b07deeaf12936e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\constants.dart","hash":"0caf3bed88271c19451a9fa3f92c7c5d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\gradient.dart","hash":"8ece8b9fb70789a6c4288d6ed71c0d01"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet_theme.dart","hash":"4d8a5328e7ce3dec00bfab7beb68e67b"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quad.dart","hash":"739bb2e85022ddfb653590b93216942a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_style.dart","hash":"01021492fa97b6f0da4c16a19e69a3f1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog.dart","hash":"aeafdaac8be28addf66f38d1f3e3c27c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\shifted_box.dart","hash":"1836a4430e8ef58b4c3ccd52602c9678"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\gesture_detector.dart","hash":"278b84863406bb859697b0595528d1fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag","hash":"94ae04739ef13ae351e39a81ef846730"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar.dart","hash":"8d320d5083b6c1af4f14406e2b046ae5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile.dart","hash":"47496ed16b45f97b25380931d626a2f1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\performance_overlay.dart","hash":"526ceffb6e5b9678820cbcae8ad883b1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog_theme.dart","hash":"f1940770d97f45849a05962ca78afa60"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\viewing_conditions.dart","hash":"89ac6e1a99054eb05805c6e7a6f58e6f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality.dart","hash":"bb96a0e40a5198f25ff6a8b1dfd62a58"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_row.dart","hash":"502e34ce63f6f01a311db3ffd5882a40"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_field.dart","hash":"ed2d0ef93d757f82eeb424762cfd7b2c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\raw_keyboard_listener.dart","hash":"e3b5afca23ffa5cb70473c1212282a02"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_paint.dart","hash":"59864559d4e3cb8f454a7b16d5d8878a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\spring_simulation.dart","hash":"54fad3243b1107d7ab5c7bffe766fa08"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\algorithms.dart","hash":"42e9d4d3462785bf39af0270d42722e8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\list_wheel_scroll_view.dart","hash":"9d3e1a1dad32bd6461501b1c098380eb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_theme.dart","hash":"f35e161f42aa233ecc4211c2b8427c07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu_theme.dart","hash":"9a74f7599acb181c19d572a35fb0e9f6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons_data.dart","hash":"c0433b9c3f5edefa0cf628e56dcafe8a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator.dart","hash":"34ae8835f411d556e7ab200026c8e035"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterator.dart","hash":"6c54f90e0db5f42a13be6b3efeb4a04d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\canonicalized_map.dart","hash":"26bd7410bad665cd40432c609e68e6a9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggleable.dart","hash":"7bd0d9c5dac3d6a5407c1c73bb62f8eb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icons.dart","hash":"adf4ce1c27e4534ab20ceac33d361204"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\functions.dart","hash":"a3aa36a805436731699f39e6bf524087"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\hit_test.dart","hash":"cec8071689c52b578ff4954033ad4be4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layer.dart","hash":"d7ba278f116eaffd251e0d7d33cf1ae1"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\error_helpers.dart","hash":"39221ca00f5f1e0af7767613695bb5d2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\collections.dart","hash":"f910a489e8ca221065686475a75742d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\async.dart","hash":"e61d56c88bdda7467ba81f4049ff3937"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\LICENSE","hash":"ca58010597a5732e6aa48c6517ab7daf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug_overflow_indicator.dart","hash":"ec45fd9570b090e410a65fd3339b27cd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icons.dart","hash":"e8b961f7ae86124ac27842782908ba04"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\priority.dart","hash":"97a29ecd681c01b36d1bff88bbb7b21e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\adaptive_text_selection_toolbar.dart","hash":"f28b816cc81376f1932720f069f65144"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar_button.dart","hash":"be9ce1bd42f1a4c391e8368d7e9f96b5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\memory_allocations.dart","hash":"ab96b1af092ae643a8b440eea74fd39e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\texture.dart","hash":"4f40441075f2719a6fc9b0e948944c0f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\magnifier.dart","hash":"2de63a43ed59bab827776db26cca837f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\gesture_settings.dart","hash":"3dfeb1c06399fd369a3110026b991db9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\force_press.dart","hash":"a6bb147b43ae9d62395db38d9529e154"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\_platform_selectable_region_context_menu_io.dart","hash":"6adb2a2940151c6454c82c51e1da1f63"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer_theme.dart","hash":"d8cdf8700e9b1550dff3a4ebadbd97d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\deferred_component.dart","hash":"d43ded0f0c836b182037c2c3c86e8d89"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\wrappers.dart","hash":"11e87c02beec338363a30c8f2f49c522"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\list_view.g.dart","hash":"54b963d257153551f8d436def6c61211"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\basic.dart","hash":"981b18a53f1aa3bed149f2478cba3d34"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar_theme.dart","hash":"0a48399c4f803cc06e016d4fe27848bc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag_details.dart","hash":"33ab4a06f2b9e4be109dcff2d014c1cf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selection_container.dart","hash":"33de7a8a2c9a3d92964e3f23500e752f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge.dart","hash":"3a4fad91924350029f430b4bf45d0b6d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button_theme.dart","hash":"03d7db7a5ced43039cd3f7223530fca9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fill.dart","hash":"1e63a52be43ebb42f283b1df33cb91ac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\back_button.dart","hash":"1fd041249dcb8736b0a51e1a921b2a98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\notification_listener.dart","hash":"40af0e749b28cdacd342afc1d3abf3ff"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\font_loader.dart","hash":"e98b1a4d5852efe3fd90f32f1d1175ad"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\serialization.dart","hash":"762616f691c147e780977e73995b2c1b"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_map.dart","hash":"b6bcae6974bafba60ad95f20c12c72b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_views.dart","hash":"430d8753806036667ea3cab55ca3ba26"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\basic_types.dart","hash":"668afab93033f6655dde700defc0fb9e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table_border.dart","hash":"a31e3644c4babe30177e378de5a583f9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\nav_bar.dart","hash":"2fb09617f4b9b66a550f57786b753420"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\nested_scroll_view.dart","hash":"f5c6eb715650579d13e6fd2173512255"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification_observer.dart","hash":"caf105e7bb30caa0229a9081691a90de"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\colors.dart","hash":"b18df00cd06772c12654ad4373f81af3"},{"path":"E:\\flutter_screen\\LICENSE","hash":"5d766977a791bf62085565eaee55709c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overflow_bar.dart","hash":"65389f4ad9bf170b1328b1f7b81a6642"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\service_extensions.dart","hash":"22fbb11f5bca422cecd02d408f16ceb8"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\tonal_palette.dart","hash":"005fa9073603c7ee7b06d03658207e2a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\clipboard.dart","hash":"47fbbe62a2b80310a58a05fa85b26da5"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","hash":"a081f2fe92a7a174e84e289653c4d5f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state_mixin.dart","hash":"de4fd8542f6953722ca49063168f0086"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_visibility.dart","hash":"3c43ad555416595327d35bf5fabc0a75"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time.dart","hash":"c1343e0191c10964650f7f54f2f7ce87"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu_theme.dart","hash":"4c24edb4a9fdd51db132af4802acd5ca"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\friction_simulation.dart","hash":"b4317068d9d7b3f0eb870c72d09ddb5e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar.dart","hash":"9c00c898d4df0135d9d7e335b3b14a02"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_highlight.dart","hash":"3ec4da0a6589910931ce8c9b87c15a5a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\ticker_provider.dart","hash":"d0aaac8305eee92e103505acb008f5e9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\object.dart","hash":"ef72d1fc7e404210e8db75b6873b941e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\consolidate_response.dart","hash":"56aa4cf09cba185339457c2befb19a9d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\texture.dart","hash":"31d82a5713f64793f851e35192a400ae"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overscroll_indicator.dart","hash":"5870142e76a971ddac1af87fbef302f0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_painter.dart","hash":"de75a0123ff50c767d45365cfadf8086"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\team.dart","hash":"9731acb8bafacb4d5155f69bc8ae5b6b"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix3.dart","hash":"447b270ddd29fa75f44c389fee5cadd1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\asset_bundle.dart","hash":"4de76b6093bc9cbd853f6501d30ca65b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_layout_metrics.dart","hash":"9b7bf838e6bb445028113d3ebbd50417"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\curves.dart","hash":"5013dc831f401bcb81c09a5561a55e59"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_list_tile.dart","hash":"c929f2139c7f36ee5c7e455e43171350"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_celebi.dart","hash":"b95b66e84724047193f602210d547054"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\long_press.dart","hash":"caf4cfe2346a67b68219bdf11a23f58c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_view.dart","hash":"d9cc44db64c2e9c59bd8547f51b17e76"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_stream.dart","hash":"5df7bd038ad933b0387b9a015a4a115f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner.dart","hash":"09c233704dad89ecb1d3ead4b10ce2bb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\bitfield.dart","hash":"d540f5a7e71095a9b49cd7ef8ba54bb4"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wsmeans.dart","hash":"c98d039d1ce1e92fa79f1039f0263385"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\vector_math_64.dart","hash":"bd1315cfa157d271f8a38242c2abd0d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\annotations.dart","hash":"ae568db0bd2c30a0083e0cabf5d32bfc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix4.dart","hash":"b5f0b0da99e8a07d58c21ae071800404"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\single_child_scroll_view.dart","hash":"3dc482d502343b7a8aca156278417364"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\opengl.dart","hash":"9e22ead5e19c7b5da6de0678c8c13dca"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_channel.dart","hash":"530d9c577da07f7880d48b617fad1d04"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons.dart","hash":"281d5969a19c0a082223be1d115c7741"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider_theme.dart","hash":"6200f91ba6eef61d9026852a320453ed"},{"path":"E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\928037447358656884d83c98e394569b\\app.dill","hash":"a081f2fe92a7a174e84e289653c4d5f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\matrix_utils.dart","hash":"e53afebab4c90a7e977b36727e31dfd4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\change_notifier.dart","hash":"1a78f2682fa873defd5546b1579d6edd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\paginated_data_table.dart","hash":"e0b334efa125a4606c009c294b0d004e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\app.dart","hash":"b347830eae7cfe4f295b94882fc2323e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\colors.dart","hash":"17d9ee9a3eb98e05d3afd297b9af3ed4"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_set.dart","hash":"4b5d82ddeb09bc46ae0e980616ce0109"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button.dart","hash":"299d433a201f1ce8af2e52df525fcfcc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\common.dart","hash":"c812cb6d55ceca6efc8bffb28939b147"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\listener_helpers.dart","hash":"55e2bfe8be9272daed91a206b48a4584"}]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/app.dill b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/app.dill new file mode 100644 index 0000000..cee50eb Binary files /dev/null and b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/app.dill differ diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/debug_android_application.stamp b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/debug_android_application.stamp new file mode 100644 index 0000000..70d3ef5 --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/debug_android_application.stamp @@ -0,0 +1 @@ +{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\928037447358656884d83c98e394569b\\app.dill","D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\icon_tree_shaker.dart","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","E:\\flutter_screen\\example\\pubspec.yaml","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE","D:\\flutter 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE","D:\\flutter 3.7.7\\packages\\flutter\\LICENSE","E:\\flutter_screen\\LICENSE"],"outputs":["E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z"]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/flutter_assets.d b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/flutter_assets.d new file mode 100644 index 0000000..bfe09dc --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/flutter_assets.d @@ -0,0 +1 @@ + E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z: E:\\flutter_screen\\example\\pubspec.yaml D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE D:\\flutter\ 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE D:\\flutter\ 3.7.7\\packages\\flutter\\LICENSE E:\\flutter_screen\\LICENSE \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/gen_dart_plugin_registrant.stamp b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/gen_dart_plugin_registrant.stamp new file mode 100644 index 0000000..ccd988f --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/gen_dart_plugin_registrant.stamp @@ -0,0 +1 @@ +{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\package_config_subset"],"outputs":[]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/gen_localizations.stamp b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/gen_localizations.stamp new file mode 100644 index 0000000..1b2d28c --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/gen_localizations.stamp @@ -0,0 +1 @@ +{"inputs":[],"outputs":[]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/kernel_snapshot.d b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/kernel_snapshot.d new file mode 100644 index 0000000..cb42cbd --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/kernel_snapshot.d @@ -0,0 +1 @@ +E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\928037447358656884d83c98e394569b\\app.dill: E:\\flutter_screen\\example\\lib\\main.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\material.dart E:\\flutter_screen\\lib\\screen.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\about.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\action_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\adaptive_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\app.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\arc.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\autocomplete.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\back_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\badge.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\badge_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\banner.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\banner_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\calendar_date_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\card.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\card_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\chip_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\choice_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\circle_avatar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\color_scheme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\colors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\curves.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_source.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\date.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\date_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\divider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\divider_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\elevation_overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expand_icon.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_panel.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\feedback.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\filter_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\flexible_space_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_location.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\flutter_logo.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_highlight.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_ripple.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_sparkle.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_splash.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_well.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_date_picker_form_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_decorator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\magnifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_localizations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state_mixin.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_anchor.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\mergeable_material.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\no_splash.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\page.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\page_transitions_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\paginated_data_table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\radio.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\range_slider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\refresh_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\reorderable_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\scaffold.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\search.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\selectable_text.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\selection_area.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\shadows.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\slider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\slider_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\stepper.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\switch.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tabs.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_form_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar_text_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\theme_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\time.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\toggleable.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_visibility.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\typography.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\user_accounts_drawer_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\widgets.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\services.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\foundation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\scheduler.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\cupertino.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\rendering.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\add_event.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\arrow_menu.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\close_menu.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\ellipsis_search.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\event_add.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\home_menu.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\list_view.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_arrow.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_close.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_home.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\pause_play.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\play_pause.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\search_ellipsis.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\view_list.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\animation.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\vector_math_64.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\gestures.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\material_color_utilities.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\painting.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\semantics.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\characters.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\actions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_cross_fade.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_size.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_switcher.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\annotated_region.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\app.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\async.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autocomplete.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autofill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\automatic_keep_alive.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\banner.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\basic.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\bottom_navigation_bar_item.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\color_filter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\container.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_button_item.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_selection_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_text_editing_shortcuts.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\desktop_text_selection_toolbar_layout_delegate.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dismissible.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\display_feature_sub_screen.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\disposable_build_context.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\drag_target.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\draggable_scrollable_sheet.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dual_transition_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\editable_text.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\fade_in_image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_manager.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_scope.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_traversal.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\form.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\framework.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\gesture_detector.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\grid_paper.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\heroes.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_filter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_icon.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\implicit_animations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_model.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_notifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\interactive_viewer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\keyboard_listener.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\layout_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\list_wheel_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\localizations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\magnifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\media_query.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\modal_barrier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigation_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\nested_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\notification_listener.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\orientation_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overflow_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overscroll_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_storage.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\pages.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\performance_overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\placeholder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_menu_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_selectable_region_context_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\preferred_size.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\primary_scroll_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\raw_keyboard_listener.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\reorderable_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration_properties.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\router.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\routes.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\safe_area.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_activity.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_aware_image_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_configuration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_context.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_metrics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification_observer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_physics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position_with_single_context.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollable.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selectable_region.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selection_container.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\semantics_debugger.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shared_app_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shortcuts.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\single_child_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\size_changed_layout_notifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_fill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_layout_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_persistent_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_prototype_extent_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\slotted_render_object_widget.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\snapshot_widget.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spacer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spell_check.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\status_transitions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tap_region.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_editing_intents.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_anchors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_layout_delegate.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\texture.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\ticker_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\title.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\transitions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tween_animation_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\unique_widget.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\value_listenable_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\viewport.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\visibility.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_inspector.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\will_pop_scope.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\asset_bundle.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\autofill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\binary_messenger.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\clipboard.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\deferred_component.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\font_loader.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\haptic_feedback.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\hardware_keyboard.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_key.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_maps.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codec.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codecs.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_cursor.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_tracking.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_channel.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_views.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_android.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_fuchsia.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_ios.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_linux.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_macos.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_web.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_windows.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\restoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\spell_check.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_channels.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_chrome.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_navigator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_sound.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_boundary.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing_delta.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_formatter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_input.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_layout_metrics.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\annotations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\assertions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\basic_types.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\bitfield.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\change_notifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\collections.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\consolidate_response.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\diagnostics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\isolates.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\key.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\licenses.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\math.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\memory_allocations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\node.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\object.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\observer_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\persistent_hash_map.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\platform.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\print.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\serialization.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\stack_frame.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\synchronous_future.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\unicode.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\priority.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\ticker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\activity_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\adaptive_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\app.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\bottom_tab_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\colors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu_action.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\date_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\dialog.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_row.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_section.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icon_theme_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\interface_level.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_section.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\localizations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\magnifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\nav_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\page_scaffold.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\refresh.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\route.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\scrollbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\search_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\segmented_control.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\slider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\sliding_segmented_control.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\switch.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_scaffold.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_form_field_row.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\thumb_painter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\animated_size.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_layout.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_paint.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug_overflow_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\editable.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\error.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flex.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flow.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layout_helper.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_body.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_wheel_viewport.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\mouse_tracker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\object.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\paragraph.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\performance_overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\platform_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_sliver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\rotated_box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\shifted_box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fixed_extent_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_grid.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_multi_box_adaptor.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_padding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_persistent_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\stack.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\texture.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\tweens.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport_offset.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\wrap.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\animations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\curves.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\listener_helpers.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween_sequence.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb2.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\colors.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\constants.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\error_helpers.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\frustum.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\intersection_result.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix2.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix4.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\noise.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\obb3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\opengl.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\plane.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quad.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quaternion.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\ray.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\sphere.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\triangle.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\utilities.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector2.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector4.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\arena.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\converter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag_details.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\eager.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\events.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\force_press.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\gesture_settings.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\hit_test.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\long_press.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\lsq_solver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\monodrag.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multidrag.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multitap.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_router.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_signal_resolver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\recognizer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\resampler.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\scale.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\tap.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\team.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\velocity_tracker.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\blend\\blend.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\cam16.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\viewing_conditions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\core_palette.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\tonal_palette.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_celebi.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wsmeans.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wu.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\scheme\\scheme.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\score\\score.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\alignment.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\basic_types.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\beveled_rectangle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\border_radius.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\borders.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_fit.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_shadow.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\circle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\clip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\colors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\continuous_rectangle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration_image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\edge_insets.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\flutter_logo.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\fractional_offset.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\geometry.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\gradient.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_cache.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_decoder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_resolution.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_stream.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\inline_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\matrix_utils.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\notched_shapes.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\oval_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\paint_utilities.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\placeholder_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\rounded_rectangle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\shader_warm_up.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\shape_decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\stadium_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\star_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\strut_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_painter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_event.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_service.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\physics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\_platform_selectable_region_context_menu_io.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\_background_isolate_binary_messenger_io.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta_meta.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_bitfield_io.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_isolates_io.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_platform_io.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\collection.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\math_utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\color_utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct_solver.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider_lab.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\_network_image_io.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters_impl.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\clamped_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\friction_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\gravity_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\spring_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\tolerance.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\algorithms.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\boollist.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\canonicalized_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterable.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_list.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\comparators.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_set.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\functions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_extensions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_zip.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\list_extensions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\priority_queue.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\queue_list.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set_controller.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\unmodifiable_wrappers.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\wrappers.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\table.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\constants.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\breaks.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterator.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\empty_unmodifiable_set.dart diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/kernel_snapshot.stamp b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/kernel_snapshot.stamp new file mode 100644 index 0000000..60e10ba --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/kernel_snapshot.stamp @@ -0,0 +1 @@ +{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\package_config_subset","D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\common.dart","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","E:\\flutter_screen\\example\\lib\\main.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\material.dart","E:\\flutter_screen\\lib\\screen.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\about.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\action_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\adaptive_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\arc.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\autocomplete.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\back_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\calendar_date_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\choice_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\circle_avatar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\color_scheme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\colors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\curves.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_source.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevation_overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expand_icon.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_panel.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\feedback.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filter_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flexible_space_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_location.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flutter_logo.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_highlight.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_ripple.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_sparkle.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_splash.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_well.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_date_picker_form_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_decorator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\magnifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_localizations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state_mixin.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_anchor.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\mergeable_material.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\no_splash.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page_transitions_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\paginated_data_table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\range_slider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\refresh_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\reorderable_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scaffold.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\search.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selectable_text.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selection_area.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shadows.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\stepper.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tabs.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_form_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar_text_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggleable.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_visibility.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\typography.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\user_accounts_drawer_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\widgets.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\services.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\foundation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\scheduler.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\cupertino.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\rendering.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\add_event.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\arrow_menu.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\close_menu.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\ellipsis_search.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\event_add.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\home_menu.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\list_view.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_arrow.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_close.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_home.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\pause_play.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\play_pause.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\search_ellipsis.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\view_list.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\animation.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\vector_math_64.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\gestures.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\material_color_utilities.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\painting.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\semantics.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\characters.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\actions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_cross_fade.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_size.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_switcher.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\annotated_region.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\app.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\async.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autocomplete.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autofill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\automatic_keep_alive.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\banner.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\basic.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\bottom_navigation_bar_item.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\color_filter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\container.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_button_item.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_selection_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_text_editing_shortcuts.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\desktop_text_selection_toolbar_layout_delegate.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dismissible.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\display_feature_sub_screen.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\disposable_build_context.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\drag_target.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\draggable_scrollable_sheet.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dual_transition_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\editable_text.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\fade_in_image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_manager.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_scope.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_traversal.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\form.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\framework.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\gesture_detector.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\grid_paper.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\heroes.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_filter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_icon.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\implicit_animations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_model.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_notifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\interactive_viewer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\keyboard_listener.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\layout_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\list_wheel_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\localizations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\magnifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\media_query.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\modal_barrier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigation_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\nested_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\notification_listener.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\orientation_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overflow_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overscroll_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_storage.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\pages.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\performance_overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\placeholder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_menu_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_selectable_region_context_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\preferred_size.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\primary_scroll_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\raw_keyboard_listener.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\reorderable_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration_properties.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\router.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\routes.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\safe_area.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_activity.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_aware_image_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_configuration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_context.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_metrics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification_observer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_physics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position_with_single_context.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollable.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selectable_region.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selection_container.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\semantics_debugger.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shared_app_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shortcuts.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\single_child_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\size_changed_layout_notifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_fill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_layout_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_persistent_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_prototype_extent_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\slotted_render_object_widget.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\snapshot_widget.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spacer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spell_check.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\status_transitions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tap_region.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_editing_intents.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_anchors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_layout_delegate.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\texture.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\ticker_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\title.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\transitions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tween_animation_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\unique_widget.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\value_listenable_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\viewport.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\visibility.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_inspector.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\will_pop_scope.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\asset_bundle.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\autofill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binary_messenger.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\clipboard.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\deferred_component.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\font_loader.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\haptic_feedback.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\hardware_keyboard.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_key.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_maps.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codec.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codecs.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_cursor.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_tracking.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_channel.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_views.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_android.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_fuchsia.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_ios.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_linux.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_macos.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_web.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_windows.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\restoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\spell_check.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_channels.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_chrome.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_navigator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_sound.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_boundary.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing_delta.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_formatter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_input.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_layout_metrics.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\annotations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\assertions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\basic_types.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\bitfield.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\change_notifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\collections.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\consolidate_response.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\diagnostics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\isolates.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\key.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\licenses.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\math.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\memory_allocations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\node.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\object.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\observer_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\persistent_hash_map.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\platform.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\print.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\serialization.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\stack_frame.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\synchronous_future.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\unicode.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\priority.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\ticker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\activity_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\adaptive_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\app.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\bottom_tab_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\colors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu_action.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\date_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\dialog.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_row.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_section.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icon_theme_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\interface_level.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_section.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\localizations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\magnifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\nav_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\page_scaffold.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\refresh.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\route.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\scrollbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\search_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\segmented_control.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\slider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\sliding_segmented_control.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\switch.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_scaffold.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_form_field_row.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\thumb_painter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\animated_size.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_layout.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_paint.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug_overflow_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\editable.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\error.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flex.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flow.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layout_helper.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_body.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_wheel_viewport.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\mouse_tracker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\object.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\paragraph.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\performance_overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\platform_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_sliver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\rotated_box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\shifted_box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fixed_extent_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_grid.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_multi_box_adaptor.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_padding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_persistent_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\stack.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\texture.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\tweens.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport_offset.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\wrap.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\curves.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\listener_helpers.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween_sequence.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb2.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\colors.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\constants.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\error_helpers.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\frustum.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\intersection_result.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix2.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix4.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\noise.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\obb3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\opengl.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\plane.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quad.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quaternion.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\ray.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\sphere.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\triangle.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\utilities.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector2.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector4.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\arena.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\converter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag_details.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\eager.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\events.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\force_press.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\gesture_settings.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\hit_test.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\long_press.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\lsq_solver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\monodrag.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multidrag.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multitap.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_router.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_signal_resolver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\recognizer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\resampler.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\scale.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\tap.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\team.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\velocity_tracker.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\blend\\blend.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\cam16.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\viewing_conditions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\core_palette.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\tonal_palette.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_celebi.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wsmeans.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wu.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\scheme\\scheme.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\score\\score.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\alignment.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\basic_types.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\beveled_rectangle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\border_radius.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\borders.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_fit.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_shadow.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\circle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\clip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\colors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\continuous_rectangle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration_image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\edge_insets.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\flutter_logo.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\fractional_offset.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\geometry.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\gradient.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_cache.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_decoder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_resolution.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_stream.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\inline_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\matrix_utils.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\notched_shapes.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\oval_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\paint_utilities.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\placeholder_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\rounded_rectangle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shader_warm_up.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shape_decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\stadium_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\star_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\strut_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_painter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_event.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_service.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\physics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\_platform_selectable_region_context_menu_io.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\_background_isolate_binary_messenger_io.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta_meta.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_bitfield_io.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_isolates_io.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_platform_io.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\collection.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\math_utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\color_utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct_solver.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider_lab.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\_network_image_io.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters_impl.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\clamped_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\friction_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\gravity_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\spring_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\tolerance.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\algorithms.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\boollist.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\canonicalized_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterable.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_list.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\comparators.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_set.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\functions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_extensions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_zip.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\list_extensions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\priority_queue.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\queue_list.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set_controller.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\unmodifiable_wrappers.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\wrappers.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\table.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\constants.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\breaks.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterator.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\empty_unmodifiable_set.dart"],"outputs":["E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\928037447358656884d83c98e394569b\\app.dill"]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/outputs.json b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/outputs.json new file mode 100644 index 0000000..2af6d99 --- /dev/null +++ b/example/.dart_tool/flutter_build/928037447358656884d83c98e394569b/outputs.json @@ -0,0 +1 @@ +["E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z"] \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/.filecache b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/.filecache new file mode 100644 index 0000000..c2e9baa --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/.filecache @@ -0,0 +1 @@ +{"version":2,"files":[{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\preferred_size.dart","hash":"b5edd4494f3d78363935001b843e3433"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar_theme.dart","hash":"06e864a436aa3812172f323dd732fe98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\grid_paper.dart","hash":"53e368901ef47a75e50412f3e215fa3a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\curves.dart","hash":"eb49c5ec541135204043d41edb79c9b3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_persistent_header.dart","hash":"d7559b0aec32e6d97522f4ada374083c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_sound.dart","hash":"376f39c4c2ae7ee6b133a09ae5d9b726"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\segmented_control.dart","hash":"0cc94282b598db4e132d635b04281495"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\score\\score.dart","hash":"95586aad0f0a7b13580767122c5ce9d8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer.dart","hash":"91e1851d35db4b2b58d7e397ef6f4d50"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\unique_widget.dart","hash":"49250f2e65b32943c1c9829466932099"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar.dart","hash":"fe96b0ca1541272341a018cfb929ee4a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\frustum.dart","hash":"d975e51852aa1802c81c738dcb4c348d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\colors.dart","hash":"5ed8acdae7dd3501b64b0ff3e33c1f45"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state.dart","hash":"7384fef7d37fca3bd36104f13023cfc1"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z","hash":"1602b5c72d2831c9d01d7cbc0c7723fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch.dart","hash":"581c9b9da13237b11b0fa5f088574636"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu.dart","hash":"fe6501c0249cd409e7e142cf73c6dfcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\recognizer.dart","hash":"5ff79cfb9043d0e79d53e0d7c9a81206"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binding.dart","hash":"adbaf50ad32cbcf6a3d6ef87c56f970f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\localizations.dart","hash":"c14b3df5c26ae3e2ba195dae05a156e3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile.dart","hash":"52d3a18c9a8f04a1906e510ec213ed3d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_border.dart","hash":"c0ecace3620ba98cdf0437d6b9b332bb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_cache.dart","hash":"b5fc3a84a165eb8970bfa9b4929b1a01"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_cursor.dart","hash":"adde536eb8083a49b782689541874ccf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\button.dart","hash":"982783f9973d68f790368313ea1e5880"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta_meta.dart","hash":"36280c072e87476893ba441b9b25bc39"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codec.dart","hash":"a186752c346ed742d8d04a10c6596a39"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\desktop_text_selection_toolbar_layout_delegate.dart","hash":"c85e96c1b0ea2a1fda723992062f4c53"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE","hash":"83228a1ae32476770262d4ff2ac6f984"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_router.dart","hash":"c73badf5156e45c15d8737e32844597a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button.dart","hash":"107f4e4f78883d7d6254ba018fff1fba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\range_slider.dart","hash":"360ecf3b077540dc9f09f104fdf5e9bd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\display_feature_sub_screen.dart","hash":"96b2edc60271aef0bf411fe959d576a7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button_theme.dart","hash":"200a675ca5496f4087795751cb2d7f83"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_tracking.dart","hash":"c90689c334ad044d1b3cdfb6b964d8e7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\events.dart","hash":"dac00cde72ddb174cc512f6269c8b25e"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider_lab.dart","hash":"6566a35ff0dea9376debf257bdb08fba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_service.dart","hash":"995d19d8292eb6d7013960a33da0ad85"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_section.dart","hash":"2c4d82b468f33aa725bfb58bd18516db"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position_with_single_context.dart","hash":"bf27a4f36607ac14344ebe5faaa1dcac"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE","hash":"39062f759b587cf2d49199959513204a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\object.dart","hash":"b614d8172098403c683c68aafa3e92e8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_indicator.dart","hash":"ccaad4f4d54b9356bb9776de74820740"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shortcuts.dart","hash":"161e45d603815f0a050392961414858e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\mouse_tracker.dart","hash":"e8d66333a86af665aae4e2ea83e12ca9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\tweens.dart","hash":"7cc7aeddf9c2fc7af65f7db5dd3e5089"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\form.dart","hash":"34c9d22255e76474f47777ac3e4d46ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\persistent_hash_map.dart","hash":"5a29b5c273d1a4d5b98e7ccdea045788"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image.dart","hash":"fa5c17647a4331e056255b98c206aa02"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\theme.dart","hash":"eb552a73cab5432379b58a5ad26df734"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button_theme.dart","hash":"71f5f78fc33146d4d02fcfb1302924fa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_style.dart","hash":"1795730deaee867cc2b05755cdb23fe2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration.dart","hash":"b5f2dd09dd9143d751787588e2ffe42e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_wheel_viewport.dart","hash":"863c6005339be16b4eaf47201aba3b15"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\boollist.dart","hash":"b3d51ec0dc553b1b1e883e087d5c73cd"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\math_utils.dart","hash":"e4ee21048ab83cc50d61ac3784afa9f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_list_tile.dart","hash":"aafe031c776631d9777c98975a9f00e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_storage.dart","hash":"40a04bee64e84d9b7f3d94d23af1addc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\print.dart","hash":"d8ea4caf87b9658011833d736e16e70e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar.dart","hash":"72125e38e0034777454c006591f00851"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_input.dart","hash":"e9c8a8eac081f7f9d9740539647427c9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\user_accounts_drawer_header.dart","hash":"2580a62bd404cf630fe6e9bb4fb206dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile_bar.dart","hash":"cfd6aacbf1db5f00415359aee76fabbe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_theme.dart","hash":"f0c48772b0752421fb6425a4e1db6275"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE","hash":"901fb8012bd0bea60fea67092c26b918"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_theme.dart","hash":"53e9af10b85f30bae902cab75cbaa813"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_isolates_io.dart","hash":"10e164f78d3796d7b69c5e81b07a9d1a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\keyboard_listener.dart","hash":"089cd9006fe03cb0b8f604fc14734587"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\haptic_feedback.dart","hash":"9256b7c771d473c2e12851f3a2b0d460"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\paragraph.dart","hash":"dcd03ce49d4f656b1faadfeb743100b6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\switch.dart","hash":"3b7769ef954716150f8fa2e4fef391a5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_aware_image_provider.dart","hash":"398c49ea0ea067bb61956c5daad76ac8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\unicode.dart","hash":"226971e8ddd223293b9880f40eb886c8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\beveled_rectangle_border.dart","hash":"8dc231bef759f0797577cd7a0282ab66"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics.dart","hash":"ccc411d0b95422bab101fecb5f6d5f11"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigator.dart","hash":"857481c51a13a01e56f7232a24e42e85"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver.dart","hash":"922b00421335b7a783d7fc8044887889"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection.dart","hash":"4a39ecfb9b6bdc53fe0bc7823992c26e"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\color_utils.dart","hash":"1f336a83ee9c6cc00bf8a24d2376ebda"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration.dart","hash":"7fd8f242a46623a63e304de6a6069805"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\binding.dart","hash":"b38172165537bf4992992dce1db4a8bb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_configuration.dart","hash":"6f9d6cd2861b65c517c3d0e50041f33e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fixed_extent_list.dart","hash":"93c78b9dc0c3c0af638d5e392d961add"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_theme.dart","hash":"f4ea61516180b34abab87a53fe4bd083"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_selectable_region_context_menu.dart","hash":"225c715276cd415e4228eaef6905c0c7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tap_region.dart","hash":"a2cb9b5b4a63dca255e7cc817d7aba5b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\service_extensions.dart","hash":"92317db77f79145665877a831c73b223"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\priority_queue.dart","hash":"6c66821ec0d637772e147c298645e478"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\converter.dart","hash":"c849a009ae12459b3b92c7515578674e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme_data.dart","hash":"695a0177bc9e93625821e5f124098546"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\semantics.dart","hash":"1103b191085bd07813158fafe1869488"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_theme.dart","hash":"d895b5f0484e58bf6b161a09284da25c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme.dart","hash":"4e8986356af8c0fac0c06151f6337847"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar_theme.dart","hash":"ef82c0c1963f7e4544d931e59a0e58b1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_decoration.dart","hash":"91f708443875f1a0211a2d30d0a677cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_view.dart","hash":"4c5ed4d71a5514902adbefcc036633e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button.dart","hash":"1e89e25067030f5020d132565887d476"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_provider.dart","hash":"f93492fd066e6d06100d7e98a276ed99"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail.dart","hash":"633ea5fe66d5a16c020f5f6fe4c263d8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\interactive_viewer.dart","hash":"bf847084eea6d0738f3ae5484939bb45"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE","hash":"d2e1c26363672670d1aa5cc58334a83b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider_theme.dart","hash":"e02fd281db41710839d51fcdf183c9f9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\binding.dart","hash":"a6753ecee066e4acd0f58e52dbd117c4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table.dart","hash":"3624117dd7ac79e833ee4acfb794414c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autocomplete.dart","hash":"c45e1384e06925057c7819e0243ab6e3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_zip.dart","hash":"df699735e3bcd730f16ce377d562f787"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu_action.dart","hash":"b729c6f5e1dd329f7638e139c0978e73"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\restoration.dart","hash":"d1058b1fea11081ae0c4ca9335dab0f1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\placeholder_span.dart","hash":"7b7c55c2af1d4ab5991c00091593cf4e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\about.dart","hash":"c5afb340c3bddc316c78838cfb271a1d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\resampler.dart","hash":"9936a455cf34dd38b6cf7c303eea4b2e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar.dart","hash":"299169205556b9a1477227f3e1b7de41"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\selection.dart","hash":"b5e3def38d5b96e17ce6e48f64cf7c10"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_list_tile.dart","hash":"f9ba84c933585fcc13b50ef00524d705"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\physics.dart","hash":"ffd7e9991334466f08df7afe0c721048"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_button_item.dart","hash":"09d0b82e7da0d66a74a73fe6dd343e80"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\route.dart","hash":"422e5744a5048be002b8b7fd3c42f122"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar_button.dart","hash":"bace5d73d4cbdf468f1634b60ec9ae78"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip_theme.dart","hash":"efce58720293bf4eb98e9ed81b2a3dcd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider.dart","hash":"2280965637545e02e9f1581e4c520d98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\view.dart","hash":"67a59c5e16a0cf27908cc6cc655b0b4e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider.dart","hash":"92f6c3f18fb3a22064da16ab9088e47f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\binding.dart","hash":"dbfd90c0d141e470cf432e1a0cc9d644"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_event.dart","hash":"12d4a1cee533de32c337a8b75bb72cdc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb2.dart","hash":"f8fb1733ad7ae37b3d994f6f94750146"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar_theme.dart","hash":"911eb85f95057e793b88e4186da1abdb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_anchors.dart","hash":"1bbd45440920c2eeb8a51d16a02152d1"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct_solver.dart","hash":"33aa9632d38a7855ec7452224f80471c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button_theme.dart","hash":"013db068c29d3f8aae92c7778fd50fa4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_decoration.dart","hash":"c1b94db805bc1fe3c5d4045041c21b9d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE","hash":"39062f759b587cf2d49199959513204a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\value_listenable_builder.dart","hash":"95adfd00559f1b74749c985cbe548118"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_data.dart","hash":"12ff64c98f8562f461130353d1ed2a23"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\automatic_keep_alive.dart","hash":"aa1e0d56b72813eca15a8b61d7fa1178"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\action_chip.dart","hash":"6145095008a0917d3524da6c78822e77"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE","hash":"39062f759b587cf2d49199959513204a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\localizations.dart","hash":"0a7e9f6c019479c0f6c269d157a2d254"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\observer_list.dart","hash":"387236f694dff79733084498c52038ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\play_pause.g.dart","hash":"38fda81f2ecfd4d859e7850cba0aa5b2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codecs.dart","hash":"99a4e43e30ceceae91111cf645d6dfb3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\characters.dart","hash":"188d03c92376ce139ce247b0f9b0946e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\fractional_offset.dart","hash":"6743f7b239a9970eba5932c0ec2a6e57"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio.dart","hash":"67cb03125c62d76c8d8be9014c30629e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_span.dart","hash":"c1432d860ca1a4cdd868e871872c64aa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_border.dart","hash":"944006db43c48f3017ff648c05c4b6b6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\magnifier.dart","hash":"273f30e67138e287cdc3f4a495e77af1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\feedback.dart","hash":"7524f37c4534e5c7dec56a2ce0ef57fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport.dart","hash":"f0b8fde3649e7a08531aa387777b0d14"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation.dart","hash":"2f82a39d7d40042e3083ad65475dd8d3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tween_animation_builder.dart","hash":"6fb5b8a757f3dd97be09a2cd6248996e"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\list_extensions.dart","hash":"5e568872f7db50efc3ab16b3deb3d72c"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE","hash":"3c68a7c20b2296875f67e431093dd99e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tabs.dart","hash":"39125603745b10aed156fe74eca75067"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\banner.dart","hash":"1e4d8699aa2ffbb665b2f80bcda6200b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dismissible.dart","hash":"a402f3283c08d4af1f7f59ba33a096b7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spacer.dart","hash":"a5091d4badf10be52606b48cf822c2cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_multi_box_adaptor.dart","hash":"6692ab6d41a1ed09c6ce2f3fa12fdf9c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_well.dart","hash":"defee51a444f2798b67004006e1e3333"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile_theme.dart","hash":"edd83b2dac23384c8b218f3b0f7177c5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filter_chip.dart","hash":"10a5e47e8f83c85e3d83e3f777fc8deb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_cross_fade.dart","hash":"f4078ea331d8c0451dd31e2111c2b0b4"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE","hash":"22aea0b7487320a5aeef22c3f2dfc977"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\picker.dart","hash":"72de778154525f8db2aadc9a1374acbe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\ticker.dart","hash":"afc3fc012f702a0f6e5820dbc2c41bfa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\material.dart","hash":"ff267bee347110cb9cc53f6d2070433c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\placeholder.dart","hash":"c08bbf91b47a049cc09d34651363ac00"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selectable_region.dart","hash":"b8707bb8a9c3f22a6eba5ced43636173"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_tile.dart","hash":"18351f8d686ec31abd1f4f1a2b37b90c"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\table.dart","hash":"126c63b07d1b425e904b735cdac85afd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\assertions.dart","hash":"b2365b1e8166708859f631ab3e27c1c3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\empty_unmodifiable_set.dart","hash":"4814f7a1c3a7509ddb71fa9f13b2e169"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\disposable_build_context.dart","hash":"726bc069ff0016237a5e47314361fa05"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\stadium_border.dart","hash":"4ac756cda2e222617ee9ba074ab853ab"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection.dart","hash":"f831aa3159dcba4332c08a2425fc4371"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox.dart","hash":"1e34efd4baffefb27b89070f7685c554"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_fill.dart","hash":"01a16de1bff80f04906a1c85dc5b3307"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_controller.dart","hash":"5ec5a56b144cb3a081740dcda9836802"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\velocity_tracker.dart","hash":"8a7f1612f70c41d895d732aee13347d6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\debug.dart","hash":"9f6cc002a277937540526a91dad9b624"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_padding.dart","hash":"e5ed3ea124271e3521f5841647d0d6ab"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\sphere.dart","hash":"63473e31f03ea66a38affa41fd783752"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigation_toolbar.dart","hash":"9b645bea52999f1c1e169fd1f4b2563f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_inspector.dart","hash":"da879fae45515f47ed61d3992e5fe1fb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overlay.dart","hash":"bde52de639a1e9718479749a3714b625"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar.dart","hash":"e6372833336a1ba44a56706e3d26583b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\debug.dart","hash":"31ca060cd0631514ed19e5c94ab4b00c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker_theme.dart","hash":"bb3ccbcbfc9f7d98c32894ba241c1d34"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar.dart","hash":"c9d3b7e8cbf5a1dbbe15a0e45cf02423"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_prototype_extent_list.dart","hash":"497e2e6b8e694411ba8459ddc6fae353"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\debug.dart","hash":"58bb03b6702855190ffb470e669ccb4e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material.dart","hash":"2c874f51fe72d669bf5c67e29b381eed"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix2.dart","hash":"7f164e577cfcf8c8295947195cde2a7c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\animated_size.dart","hash":"b09b63fcd72fd1512c4a9909d8420f07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selection_area.dart","hash":"58a05e44220e2e535369dc26dd9d0911"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar_theme.dart","hash":"c44d23ad069be99392d8fc03e352f5e6"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","hash":"7f2fb21c467e6cfa00b4c27f4c784476"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\calendar_date_picker.dart","hash":"b231267a442586da1122cd2d557d6a12"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\border_radius.dart","hash":"7d5c842ba2233a4dd6636176d9696149"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_controller.dart","hash":"e4320653516289967de05cda732dcd46"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_form_field.dart","hash":"c41ec7f72deddff1d1dcda18e34c75f3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button.dart","hash":"e86daa2475090ae064967420640c219a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\refresh_indicator.dart","hash":"855d72c79c3a4add94911ab6aac2ddc6"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector4.dart","hash":"299bd3979d7999412945ac4e3199cdcf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flow.dart","hash":"61083f3192427625a7787808b3ab6030"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_theme.dart","hash":"d6b705cd8510954fd85ebd1febeda575"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_model.dart","hash":"2944430a7c4b67522845a9dc8889922a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector2.dart","hash":"6a0fa6360b3aca8deb85dc7d88176eb8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing.dart","hash":"57ef9e426c9604c3fe77c2717ff9f1c8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\synchronous_future.dart","hash":"bf7f551927cb02c134c5fd77969d5d36"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\orientation_builder.dart","hash":"7857f7eb53b69c1fc0d35883c7d4424e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\simulation.dart","hash":"ef8e59ac8fd1fb4a9b8ba40093583ad3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\gravity_simulation.dart","hash":"9006d9975a5ad8f716475cd5462d816b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\utils.dart","hash":"f60960a7a4a260f2edff8013f2416e2e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu.dart","hash":"5fea658a315df76440db0b1e000acb09"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_android.dart","hash":"cb6580188413f26dc5c699c31dc76501"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_bitfield_io.dart","hash":"668f20eaa66a2a68f8a73e86f0658d30"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_theme.dart","hash":"3c9cde43c2d3c24889decec045ee1985"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\heroes.dart","hash":"d65666936ab68368fc0bdc3576fb3d91"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\animation.dart","hash":"5cb583f807de801fa739181edf2b0bd0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\implicit_animations.dart","hash":"6cec18ee839e82cb0ac3abb3ca7dd35f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shadows.dart","hash":"490c9ff01a527fdf2e3cb3e015501951"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\utilities.dart","hash":"3f5e8feebce49c954d9c5ac1cda935c1"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\unmodifiable_wrappers.dart","hash":"ca6dcb9cea6b00d39a1deba4017fbde5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_location.dart","hash":"3ad04e7463181d93b361b2cac349fbcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_icon.dart","hash":"e3c4216b34e66d026c542e5df738c3d1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\table.dart","hash":"feeca3a0084efb4041cf76837c08bbd4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shared_app_data.dart","hash":"ba7620e789cb8295727814260337dbcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\widgets.dart","hash":"6f2f9f06244d695f96867a7a0ce62459"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag.dart","hash":"b953ec2d60be24caf2db5b670f0d0a30"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker.dart","hash":"71d9f31763e206d81e41fb96fa02083e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\_network_image_io.dart","hash":"f8522bdbf3445d9a8efb938251138012"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_box.dart","hash":"542bcf7841c4f49d0c17919085696d6d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\cam16.dart","hash":"fbc5d5b64be654228c88182f2f0e9f1e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\reorderable_list.dart","hash":"6a4f3a2c9fa78164a34ac312f9234c43"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button.dart","hash":"9bf247344f06bc77d93bbf02c84246d8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_traversal.dart","hash":"31053d78ac5ea91a5cf877f55f487ce8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_close.g.dart","hash":"e1f4c3e30b57b4ccdd0afc1d810d53b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_sliver.dart","hash":"75a9bf59eb6a45c2eaaadac9fe55ceed"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification.dart","hash":"9c39d6aa67dea0d52d61dd31cb2697ec"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\annotated_region.dart","hash":"93e0a06e4f3b1dc2fbcd6b13106e9097"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection.dart","hash":"3a6abde48f008913d4e8fc9d8626b8dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\thumb_painter.dart","hash":"fc859f4b6d01066bc918dc9d51877f85"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button_theme.dart","hash":"2c5b811d1709d15fec803f158012e835"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollbar.dart","hash":"c9dd8f706ff8fba8106a2083b8641810"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_extensions.dart","hash":"5369274e0f2aea3db2ae228646de17c2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar.dart","hash":"86577a49910eaabd12de8b7f7e6d28ea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\box.dart","hash":"ced0f17a66bf51f52c9321562afeef42"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page_transitions_theme.dart","hash":"e60500ee15713cbef81e1a639f5363a9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_controller.dart","hash":"16fa2e5a2bfcaf519d81a6958fe0be29"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card.dart","hash":"2dd80dd8290852adfc0b47501fe31910"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\collection.dart","hash":"476383869aff7b87579a7753e47722d7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport_offset.dart","hash":"1f48218976da077e5f3656be303e3f64"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug.dart","hash":"d28d30348b07b1ad7e892cec0100f62c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner_theme.dart","hash":"04a847e67e79ef05b8a38f9ccd177fdf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\rotated_box.dart","hash":"c26a50e5a559976e908666b10fcdf0ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\snapshot_widget.dart","hash":"00be3cd00540410da016768fe8d89c86"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\pages.dart","hash":"454b667389652843cf7679d19339feee"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\circle_border.dart","hash":"bdc321f0137a003ba2e7f991df24a8dc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\drag_target.dart","hash":"40f4267c2fe319b48d0565039f0155da"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\queue_list.dart","hash":"368a628be82e16cf17725d00a83f582c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\mergeable_material.dart","hash":"06659184fe458611987250553fd0499f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\binding.dart","hash":"b29df59236200e24733443a32f2258cc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\spell_check.dart","hash":"3c5361030eed7c1cab2f616f117050c9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\strut_style.dart","hash":"d3f0b398f1624d8539d68372e71859ea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style.dart","hash":"efa5b3060e12e6b35c0443c808244705"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\add_event.g.dart","hash":"a0c3b1085109189f0cf22797fcb066eb"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wu.dart","hash":"c0da8171c63f0ab4e822dd094fc2c595"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_theme.dart","hash":"ee7865a222452497632c6f966b6ed48b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multidrag.dart","hash":"952ff592322532dfa7ac0e4fc2321505"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector3.dart","hash":"478e1071c9f577b6cabb8d72c36de077"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_platform_io.dart","hash":"de3f54b6142686955427acf65bf81fb4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard.dart","hash":"230c293166bfebf12654711cdba76aa9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\eager.dart","hash":"f95cb8a87d4b3a7f157ffe6ea695814c"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\obb3.dart","hash":"5ca0b5786bf63efd4fc72fcecfe1b36c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\licenses.dart","hash":"1ec51f249977824da964dd8cc0ea2ee1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\no_splash.dart","hash":"bb9b2f065d41088c89013e11796a3317"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_chrome.dart","hash":"185a32bb0427882d515b82488e04aa12"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator_theme.dart","hash":"5beb63ceb51cf74b9e93ffb22513a4a3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set.dart","hash":"a9d0ac8febdea9748b1e274e2453730d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\scale.dart","hash":"29f495178f1067212517a1209390b554"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection.dart","hash":"266995c05d712e7889fda1e3f58131f4"},{"path":"E:\\flutter_screen\\lib\\screen.dart","hash":"4851c617b511247b87d4a38042e49a17"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_view.dart","hash":"71eab6e36c3eb8bbdff4073e49e73fac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration_properties.dart","hash":"1b61d38d785fc1b96e92046b107b2504"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\transitions.dart","hash":"3192c852c56fddfc411527973dd9f82a"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","hash":"40337392a05861cf7101bbb7627a82a2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_context.dart","hash":"dffae0bea916323d391a7c29a974d773"},{"path":"E:\\flutter_screen\\example\\.dart_tool\\package_config_subset","hash":"97c2ad94e7d931141d8e7fcc147eb734"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\arrow_menu.g.dart","hash":"8c57d62cf34fcf875f6ab7f86c6a4a03"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\media_query.dart","hash":"53d8d836cab5b8864f83f09cf4302ccf"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set_controller.dart","hash":"fcfae3ecf984ee7d09081c2a7898dcab"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\actions.dart","hash":"af171647e1b992bf79f881994bd6ced6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\sliding_segmented_control.dart","hash":"059b277a26fdc525fea07580f4d8a716"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\dialog.dart","hash":"b23157e1265bc80affcbc2f114afff50"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct.dart","hash":"88e82a2807d91088b55f29e00aa780d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\service_extensions.dart","hash":"7a511a58196a1dc37c552aad1064a87f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\fade_in_image.dart","hash":"90c6f6f9c6502d718ac8512df401c6a4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_physics.dart","hash":"ac49109f5678c28330098a53c6d634b5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\inline_span.dart","hash":"50f37d02f943b2a7319e537dc0648635"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\cupertino.dart","hash":"8b0316938fea525ec027598b04f8dc6a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar_theme.dart","hash":"13bff4b1caffee6dee05b877581d7636"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\wrap.dart","hash":"620d57fe6b4ffd7e8fd3c9aaa371106d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_form_field_row.dart","hash":"cd5b0ffb43bcb2fe4b4146fc5a7efca1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\service_extensions.dart","hash":"40a9b7cdb3f78f05a91ef02ac076fa83"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\constants.dart","hash":"35fba0794fdb13603eaa91c675bacd93"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\color_scheme.dart","hash":"4676cf11edf2a3868a8ee7f97b3689fa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons.dart","hash":"a2b65ab8bc9d298ce093ec34cde87b14"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters.dart","hash":"21bf6725b1fc374f03ae5b2cb46bd95b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\rounded_rectangle_border.dart","hash":"ea67cd4e3c7f1b8dc916fa8a6c16111f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\typography.dart","hash":"9d2f4a95f61a9ba4f6f6e023261ea196"},{"path":"D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\icon_tree_shaker.dart","hash":"eb5251fe7e8ac80c245f813bc52b5b13"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_resolution.dart","hash":"aa83f136d6dbec9ef0c180d05c317fcb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\debug.dart","hash":"0aecea799b69fd5da41a8b1f18aea5c2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\node.dart","hash":"057230983bc011b9d254dc104f6fda60"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme_data.dart","hash":"6d0cf0df9f778305a7060a7310f500f6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_manager.dart","hash":"fd4aac0c2ee8d1700e803e71fd8cc72b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_decoder.dart","hash":"4b42191e7165a15c6b625f8f445a7dd1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\geometry.dart","hash":"6c9bb76b82a634c031180093925b60fd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_theme.dart","hash":"55153b9178d822d84d6394848e35dbd1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\search_ellipsis.g.dart","hash":"f4bd550468f76a4a0eaba274f1d141d5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\layout_builder.dart","hash":"b05a848cd7d8ca08775292967dc58356"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_signal_resolver.dart","hash":"cd7c63886b420326808c157a3a8c8fe9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\diagnostics.dart","hash":"0a0f13196a380d549dde69d165976864"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_theme.dart","hash":"ba4d98c4e3fa780a64872db033c25077"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_switcher.dart","hash":"a8ff58681d168a04ac00293e716fc509"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\key.dart","hash":"0ee0c2942bbdf12169b29642d2ab616c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_size.dart","hash":"8dc1fa2fdefd18136478daf51c745e98"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\intersection_result.dart","hash":"789e79772bba1132b3efdb60636a3ccb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icon_theme_data.dart","hash":"be6f30b17283b1b767eff680158fd25f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\adaptive_text_selection_toolbar.dart","hash":"0c9185d9adc04a049bb50b16ba0963c1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_theme.dart","hash":"75a38ff33761f12ba6263c73c03d6b15"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\comparators.dart","hash":"d1410f48ac374235aaad55cba40bc4be"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\hardware_keyboard.dart","hash":"dea96fd014310ff4da3c927f725eefd0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_grid.dart","hash":"1055c8a5f97cc4193b5996d0f0b0eae1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\autofill.dart","hash":"3fba9c5057eed8d6583cd5bca5257b7d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\binding.dart","hash":"cde13cf687106d23024759d244aec53e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar_text_button.dart","hash":"1d3f1a9a951413a2952ab23c6d37086b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_metrics.dart","hash":"23604b321f680d2ebbe04c36fdb981ca"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_key.g.dart","hash":"f251823c777667588e963d1f9c24daf2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_view.dart","hash":"44e436022dd8347b269c0c46ae80dde5"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\ray.dart","hash":"146741f6f87d6612ee7bbf6a6fa9c119"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterable.dart","hash":"73a1264f4048161cf1e020b447b014a8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\close_menu.g.dart","hash":"e5ac30ecc6773a9e5d8ae547d48201d6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\app.dart","hash":"bf29066c52ff7879cb1a9620d3a134f9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button.dart","hash":"697125ed3a7fe23565992b4ec5954752"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\painting.dart","hash":"65ff4e13f867fbe51f4d9e1e0f4c6b38"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\stepper.dart","hash":"bd0c46191de6b601a99bfeb052a418c5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\debug.dart","hash":"f196bc28cf948370b4af80b676ce0207"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE","hash":"bfc483b9f818def1209e4faf830541ac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_simulation.dart","hash":"f92aa09e902e10eaf93ea772fc16893b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_shadow.dart","hash":"d7205119e3eb90edee9ef75b1533f9cd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\ellipsis_search.g.dart","hash":"a87692fac215fbea5a0362483078a1c1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\clip.dart","hash":"4e741cb4c1e93e3b98d7011cfb6940bc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_arrow.g.dart","hash":"397e847af939ca57a8ae3ab1df6ca0b4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\safe_area.dart","hash":"7f705b0c7ffea4270942539fd19bf392"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\modal_barrier.dart","hash":"027000fe26bc11acad62cfc8a5d8f327"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button.dart","hash":"c3cf1162801c94418a8773ee9a33264a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\breaks.dart","hash":"359388897ae53df8791213c31ef05fe6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card_theme.dart","hash":"febafac4320e8eca4d5b0aae8ab1ee52"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\visibility.dart","hash":"1de8e7f5754c6d24df4561e26a4f8ff0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_localizations.dart","hash":"7298d0c503e878ec44fc9bdf04e84c63"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\oval_border.dart","hash":"311ffc7fde1bcf75636ee33dc4814c5b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar_theme.dart","hash":"65388fdba97bc8836998a94e2c6c9335"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\tolerance.dart","hash":"454f11813e43a193cf6fa422fc834104"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_theme.dart","hash":"b2d4bf60bb30596bb2deb87af9399be7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_macos.dart","hash":"f39d225fa4d1ead84b85f374b01d5c0d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\circle_avatar.dart","hash":"474224d8c1f4372136688c41086c3579"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\star_border.dart","hash":"09d95cd7e63967cd76b922a7070c7f18"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\stack_frame.dart","hash":"254049a8abdabb4c2c1583ebe1af6524"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flexible_space_bar.dart","hash":"47a7206ed86db19c832b83ce26eddeea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\math.dart","hash":"d8576ed8dead98c6094ec526af040db5"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_list.dart","hash":"dc536535dc9f44164bd0a1975d6e02a8"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta.dart","hash":"9ebddb9a0743de208281e764b9454978"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shape_decoration.dart","hash":"b51d5cf60dbdc3b22a6aca9880c6bb1e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\stack.dart","hash":"122fd44d948c55185c7184a37467293d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_ripple.dart","hash":"5fa5fbf5ea729a4aaf3ebbd64d4871a7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\scheduler.dart","hash":"3ac176a9235973980af3b75bd0c237ff"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip.dart","hash":"098fab7124e5d447b10961ec8f0ffa47"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\search_field.dart","hash":"4a4489a8d1bdae06ebcd602cd322b757"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scaffold.dart","hash":"63ebd22b172a5f22755af3351f9a5845"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\primary_scroll_controller.dart","hash":"dca581ae8f9ba7fc04b26125f0d15486"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_list.dart","hash":"81b2d2a545e6f66510367ee8d4bdbf51"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\image.dart","hash":"4351dfbf2817994aa350d88461468f20"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\event_add.g.dart","hash":"cc3c873013764dbf79bcdd672a940732"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flutter_logo.dart","hash":"d46c393563f87e458d94f35c06a3af0f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\magnifier.dart","hash":"a71ed3ed48e8eee76cb935eb849e9a09"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE","hash":"175792518e4ac015ab6696d16c4f607e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\debug.dart","hash":"095f4b8d6a4c4cc07cd0a16cf92183e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\routes.dart","hash":"d8c77a8897a2c802ac0014d921aa48cc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\utils.dart","hash":"fe2489ea57393e2508d17e99b05f9c99"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_date_picker_form_field.dart","hash":"8a8d72301e51a388ee6e1630838e3903"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_scope.dart","hash":"babbe418a7d4e010f306d36fd9442a98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_boundary.dart","hash":"14b72aa4f3f84331f4073332342e2071"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing_delta.dart","hash":"70d826d48d11b668915c819dcfd6e6e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\clamped_simulation.dart","hash":"b57a81d152425485d132da8f0bf1f3d7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar.dart","hash":"825b2264955f194993f4ef5cf99da931"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date_picker.dart","hash":"bde9f2160381b1313a80da651a5412be"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\isolates.dart","hash":"465099f1ce0ca5c177eb45f928204651"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flex.dart","hash":"846f4594aa961281ed36cba762882276"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip.dart","hash":"962a4c0e632162faf182b867aaff1056"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_channels.dart","hash":"867b20a736781dc9fcc5f636b8f6bd8a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\editable_text.dart","hash":"521205ebbda7649ee7f9ba0feb70f98d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb3.dart","hash":"257ca4608e7d75f1db8d4c3ab710ac70"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\triangle.dart","hash":"7d2bdb4801fc8b3a110f36d5e5fa59f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet.dart","hash":"76278130985964cc4e03da5cd1a8cf44"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\monodrag.dart","hash":"99b16300fcca2dec6ccc8370e63a2741"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\borders.dart","hash":"2876ad67f3d6d63f5284e32d2c449683"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\slider.dart","hash":"b553812c24f17d7c63126507dbcfee50"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_formatter.dart","hash":"492d0087f23bff049ccba78a823fc4e0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page.dart","hash":"cc6ea15cd6a2a8c29fbd14807b299944"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_section.dart","hash":"9880b5a60a59711cfde56cbb8e367b39"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layout_helper.dart","hash":"a50da1a592ea57e2bf9cbe5d7de61bce"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\page_scaffold.dart","hash":"608fc5ef8989e4d35f8da18f7ba8d173"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_notifier.dart","hash":"83ce2c657b0545b9ed81fec7632d1351"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer.dart","hash":"96a62dee8a7c28b4a53b07c56d5f7d67"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_editing_intents.dart","hash":"3a8766f0f9533a770f5e50ef5777f4b3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\status_transitions.dart","hash":"756945330027ae142c3b530b4e5c7949"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_bar_theme.dart","hash":"495def0d96f28c9a1690a9828ad0f2cf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_decorator.dart","hash":"5884ca9c89cf7a66c48da70720f5c89f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\material_color_utilities.dart","hash":"efd86bd9a7183660b902f2528da33973"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon.dart","hash":"d994e26623c9ab275ddbb1b512b834dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_maps.g.dart","hash":"9bbdb2b8645420b0dab017ab8a9126a7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\activity_indicator.dart","hash":"e1dc1919f94971090f6f36dda641205d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons.dart","hash":"64277f50094c0b4fa1380e92d6c7cf07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile.dart","hash":"74e06dae9a221297f44d84af6a4e87dd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_scroll_view.dart","hash":"dc93e6dabb15b28099a9ffac8f21c2c3"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE","hash":"175792518e4ac015ab6696d16c4f607e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\binding.dart","hash":"161650e38538634050d7f161b9280e8d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\arena.dart","hash":"94835d833c960572b05c750309a4d263"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text.dart","hash":"cf50f333c1730ea33ce43fbf1a4217f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile_theme.dart","hash":"bb32793e33266959661987222e19c57f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector.dart","hash":"6a67d38bafe568f1b4047286d586fbbc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE","hash":"175792518e4ac015ab6696d16c4f607e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_splash.dart","hash":"70ec295fc9e61305c31f4ab3262c7bba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\home_menu.g.dart","hash":"6c58a7789c9eebed84e2a9c49d72a44d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\arc.dart","hash":"0b9b8798d41543ccb2b9ce4173c20a37"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_theme.dart","hash":"2deea7dcb5f73ec4a946f7bd5cf9c906"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table.dart","hash":"ef54305944b07bf4a49dae05dee3b4a0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_menu_bar.dart","hash":"b2d9b84f76bb18f667ab20881671915f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\constants.dart","hash":"dd7a529395d1ae4bd15303b9e8236eea"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quaternion.dart","hash":"698a6fc4361dd42bae9034c9c2b6cf7b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\constants.dart","hash":"8ebc22b924db0563da4010a95de5d912"},{"path":"E:\\flutter_screen\\example\\pubspec.yaml","hash":"c9c86c14631bad47adea9abb6001e9f4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\debug.dart","hash":"c1b9ee814731d1c7ef196a6e71d2dbee"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection.dart","hash":"fd3069187ae6351f1b4f81b4bb93c7c5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\platform.dart","hash":"671ae9f001bd25b14e0d3a5363ab5b56"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\binding.dart","hash":"390a70be68fe8d93911e36795c0e5ae2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_linux.dart","hash":"fa0c16a1e4d1dc76ab2c490a473dc724"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_panel.dart","hash":"cd75ff28ee0b4283f3d4f882781b4533"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\date_picker.dart","hash":"40eafe4374bea0ddc19910ab2f8f36b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\flutter_logo.dart","hash":"c930a128cdaccf87bfbfd417b00766e6"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\constants.dart","hash":"aa4b5c0cdb6a66685350611b29ca9d38"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animations.dart","hash":"8e543d3ce9dee21d2a12012d57137c8f"},{"path":"D:\\flutter 3.7.7\\bin\\internal\\engine.version","hash":"c0eea4a30d779f212e29285d2df665ac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date.dart","hash":"2f73dab220cc7fbe637852059eb944c4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\scrollbar.dart","hash":"0fa3a0dbca430d2c29a1a06dc2519b2a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autofill.dart","hash":"34f138d654278cfbb91f90009c2ba1b6"},{"path":"E:\\flutter_screen\\example\\lib\\main.dart","hash":"074d365b5501c7498b2acc30fa6c3adb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\alignment.dart","hash":"42257160a4de50edae0b1307470262a2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\debug.dart","hash":"f2138801d3af6774b0cdb3ff8f966b8c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expand_icon.dart","hash":"67014c866c54a61af915602f2a51e4b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_web.dart","hash":"a6a460524e02988a43593fa711055312"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\rendering.dart","hash":"6cf320ac0b2878efa05bb11cf1ba8bb5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\interface_level.dart","hash":"78ab16d796ac501eac5a7adc02374fb4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\gestures.dart","hash":"086c6071043ed25466b994cf69d02744"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style_button.dart","hash":"bc4fbc0cdfb123291515a156a03a2299"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\autocomplete.dart","hash":"1203a8d256b1099e95bd7d0c18d447a1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_header.dart","hash":"dd4bb411062daba574c5275dd380f20a"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE","hash":"83228a1ae32476770262d4ff2ac6f984"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\plane.dart","hash":"f0c6d5d05fbdc95ab84f1a63894b7be6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_home.g.dart","hash":"9b88a6448e072159c7116adf2fba4b4c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\search.dart","hash":"b60e2d73736c76d0f7990f23dfbef330"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_map.dart","hash":"700328ab0177ddfd9a003a8c15619c1a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu.dart","hash":"fff128abafd08e435674f6c3da279bf0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button_theme.dart","hash":"5959bec4041266945fc8808da9fa7d47"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\view_list.g.dart","hash":"2ece37913cf838c564571f279b8145cd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\container.dart","hash":"11170e92d65909a061009fbfcf72a983"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver.dart","hash":"409a2a6e242f102c336adc522b438ac2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\color_filter.dart","hash":"859a4886e1e733398160d3590d676235"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\pause_play.g.dart","hash":"0cee34324310edc58cde755693fb99b0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_bar_theme.dart","hash":"e47ad13991eff91e1b5ff35b78b7b259"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","hash":"d751713988987e9331980363e24189ce"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail_theme.dart","hash":"da278c5e13d4ba1515c4467dfb0c14d3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\constants.dart","hash":"426201c7934eac02bd395312d9037b26"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_button_theme.dart","hash":"a9f27be6e73fcf7c1e22f04cf603ff6b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app.dart","hash":"75934d73e7890e102c3f7f6e7c9727e6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\draggable_scrollable_sheet.dart","hash":"dc817311aa1c82126cca18191fb04d92"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\performance_overlay.dart","hash":"0605fae01dd25d47acbde7f20cf7b75b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevation_overlay.dart","hash":"ddf64ca47386dc33fa27f8a8e331553d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_chip.dart","hash":"0af59c976064b47b823d418c7d06b38c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\tap.dart","hash":"1199df8fea9398307a5c9307220d094e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme.dart","hash":"ab7008b83dc16f8e27cefdb52d8c8c90"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer.dart","hash":"db799bf48af97b7c0edc93ad96b4a6da"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_persistent_header.dart","hash":"3c648ff40e7c76dbb30ac39d3f37cff8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_layout_builder.dart","hash":"789c67da338f2807eed6ecbea6190f8a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration_image.dart","hash":"d494fb36486c70f37a9d4c4fe750bb5d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween_sequence.dart","hash":"463e56710a5f75e6f2c8d241b900f9a9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollable.dart","hash":"90ad349b774df9980cf81cb45377386d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_body.dart","hash":"77193d1f0126359a2979376409c94f7d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\editable.dart","hash":"7c47ecbae4824294dc9fd61c6de1d928"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\paint_utilities.dart","hash":"7a23f649958f737fcf117d86f635f1e4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\debug.dart","hash":"e1e9ef5b1f417f5a23f9b5a95924f136"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_fit.dart","hash":"c1a18c3f1ce34541a5861ea8fc808dea"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\error.dart","hash":"6a70714764b9cf9503e9709f0682fb00"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown.dart","hash":"5ea08fe605be54358317365bb58f4917"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_text_editing_shortcuts.dart","hash":"642d7f098abb5436919fed10d548ee7c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\size_changed_layout_notifier.dart","hash":"a70e208216fced806f09c54195046bdc"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","hash":"ac3a154b464e565b68b427f18b001306"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_anchor.dart","hash":"2e4a80f0ee928671fe682fe92ce77e76"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_ios.dart","hash":"6b911d8f7921b95ae1f2b0bbcc9194aa"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_button.dart","hash":"202f15bc67e172586e791b290cc3927f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dual_transition_builder.dart","hash":"f3820f10746bd09f5ddf793bea60dbca"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spell_check.dart","hash":"5069937005cced2def4a8e9c9538b579"},{"path":"E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\f2a29113ee71cb1f10cbbbe2a016322e\\app.dill","hash":"a081f2fe92a7a174e84e289653c4d5f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\slotted_render_object_widget.dart","hash":"287c09e2b757815ea5ba746c395527cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_layout.dart","hash":"90d7c2f6e0996ee87a3f747d1a6e5d07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar.dart","hash":"6d0f8c4b53ed1086c2d2e1395ca52721"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_field.dart","hash":"97a5024eebec9afa2917d323895e625e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button.dart","hash":"897328e1f0d9f05b0a55ebd483298eef"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\service_extensions.dart","hash":"f8b573fc1de3cac6f125ecfd3a0f2435"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_map.dart","hash":"13db4f76c4c3dacee24311db33dffb5a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar_button.dart","hash":"9c1af0742ddf4724d6eeed11c9f52533"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position.dart","hash":"1d1acd52c8bcf38a479d51b38ca8d91a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\colors.dart","hash":"9a1932d06a48abcb5933ce54db3a26aa"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE","hash":"3323850953be5c35d320c2035aad1a87"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\bottom_navigation_bar_item.dart","hash":"feba2aa30b34b798dfe48d07138ea812"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar.dart","hash":"aefea5c17a582534eefef2a1003786fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\bottom_tab_bar.dart","hash":"d0624f070eae18142c16660ac6a070d2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\platform_view.dart","hash":"d0aa1ab0e26c290e63a6e7c19c09a2f6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_source.dart","hash":"ffdc2814edfc96e4679f472ebe7893bd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_span.dart","hash":"8e963736c99bf5c9e780c645fea87ea5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selectable_text.dart","hash":"e0e3c7fd81d62619c329fc627647239c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\reorderable_list.dart","hash":"c0e9510deea2dd0f8a3b29954a4ba924"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\notched_shapes.dart","hash":"5d3975a98b8a70fa2a13a1078104549f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters_impl.dart","hash":"3bb0652e163327c58784ce2a2b882a7c"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","hash":"99914b932bd37a50b983c5e7c90ae93b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shader_warm_up.dart","hash":"aa8edf889d9486b957573a27bc60eb23"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween.dart","hash":"c626b35d71547fd6d7a3c5ed87cf43a1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\services.dart","hash":"28361e5dcd9696e220d2ae2f9abd6001"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\will_pop_scope.dart","hash":"22c07581be077908bc7ac472fbbae69d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_navigator.dart","hash":"1a2d46e53c780cd3327858dd97bf280c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_activity.dart","hash":"7edd26e816a7313ef4365865a2b4f5fc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multitap.dart","hash":"45558254ea833b7b392bc9d933c28eec"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\viewport.dart","hash":"fcdd698fad99e2662b53f192453c3a79"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_windows.dart","hash":"be12f2233e555d3814e97b1d53795e5c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\framework.dart","hash":"4d2f5e35ff234c9f0cb450d3dd807c37"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\lsq_solver.dart","hash":"718ac2602aeabf478c4b900a61a9092b"},{"path":"D:\\flutter 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE","hash":"93fccc5a13669d1df317968de5b2590c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_fuchsia.dart","hash":"87d4a649ce26a0aec198e7b22dddaac3"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\foundation.dart","hash":"966ab660211f75a4292ed300c8786d85"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\blend\\blend.dart","hash":"f487ad099842793e5deeebcc3a8048cb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\router.dart","hash":"a3fe7faba113755d45bc928cc8b25f5d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\refresh.dart","hash":"276dffc986083f91be4c4b0f375ac57f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\scheme\\scheme.dart","hash":"f404c13ab6ba7fca8a465852af425026"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\core_palette.dart","hash":"d35b72b249d19f54a4cd6f22ff3299e9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_filter.dart","hash":"1ad55cd542cb539ca706afa353c9ce3a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_scaffold.dart","hash":"68f916a0d167acc9c32041319941a79c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\choice_chip.dart","hash":"27d859b4ad2c73fe0b3ca80dfed322c4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_sparkle.dart","hash":"921ae3920e3a6f93a83effaf4b102d18"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider.dart","hash":"7504c44d1fa6150901dd65ec78877be0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_layout_delegate.dart","hash":"1b2bb6bd6671f3be0b2530db9a44a2ee"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\constants.dart","hash":"9f9b79f577d9fdf4f20c17a26a2f1d57"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\basic_types.dart","hash":"77a06b89484e5e18a96f8bdfafcb0f8b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_selection_style.dart","hash":"7e76a223768c1e039784dd46ddcba8e4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\edge_insets.dart","hash":"cdeba1905fa421c8ff0f5dfb44103ca7"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation_controller.dart","hash":"c2e730508706872f77cfa3dc39b07e28"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\semantics_debugger.dart","hash":"7ab9e5d635c9608d4bfaba4720188cb0"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\extensions.dart","hash":"38e17b28106d00f831c56d4e78ca7421"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\continuous_rectangle_border.dart","hash":"5318bb21e0646e09ffb22ca4a20d18bd"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\noise.dart","hash":"206b1db3ce5f7b9e5efd220712f8d391"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons_theme.dart","hash":"5e8b2143d21237f72681d0b7860a3cf4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge_theme.dart","hash":"61c35affab6c0aae1093308ccb284c80"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binary_messenger.dart","hash":"8496f565a5736b6dcfc30cc23b0046ba"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\title.dart","hash":"7c83cd61d3fa5561109df504a2fa37a0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\_background_isolate_binary_messenger_io.dart","hash":"d73eb52cadc4b09d23b07deeaf12936e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\constants.dart","hash":"0caf3bed88271c19451a9fa3f92c7c5d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\gradient.dart","hash":"8ece8b9fb70789a6c4288d6ed71c0d01"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet_theme.dart","hash":"4d8a5328e7ce3dec00bfab7beb68e67b"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quad.dart","hash":"739bb2e85022ddfb653590b93216942a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_style.dart","hash":"01021492fa97b6f0da4c16a19e69a3f1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog.dart","hash":"aeafdaac8be28addf66f38d1f3e3c27c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\shifted_box.dart","hash":"1836a4430e8ef58b4c3ccd52602c9678"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\gesture_detector.dart","hash":"278b84863406bb859697b0595528d1fe"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag","hash":"94ae04739ef13ae351e39a81ef846730"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar.dart","hash":"8d320d5083b6c1af4f14406e2b046ae5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile.dart","hash":"47496ed16b45f97b25380931d626a2f1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\performance_overlay.dart","hash":"526ceffb6e5b9678820cbcae8ad883b1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog_theme.dart","hash":"f1940770d97f45849a05962ca78afa60"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\viewing_conditions.dart","hash":"89ac6e1a99054eb05805c6e7a6f58e6f"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality.dart","hash":"bb96a0e40a5198f25ff6a8b1dfd62a58"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_row.dart","hash":"502e34ce63f6f01a311db3ffd5882a40"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_field.dart","hash":"ed2d0ef93d757f82eeb424762cfd7b2c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\raw_keyboard_listener.dart","hash":"e3b5afca23ffa5cb70473c1212282a02"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_paint.dart","hash":"59864559d4e3cb8f454a7b16d5d8878a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\spring_simulation.dart","hash":"54fad3243b1107d7ab5c7bffe766fa08"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\algorithms.dart","hash":"42e9d4d3462785bf39af0270d42722e8"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\list_wheel_scroll_view.dart","hash":"9d3e1a1dad32bd6461501b1c098380eb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_theme.dart","hash":"f35e161f42aa233ecc4211c2b8427c07"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu_theme.dart","hash":"9a74f7599acb181c19d572a35fb0e9f6"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons_data.dart","hash":"c0433b9c3f5edefa0cf628e56dcafe8a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator.dart","hash":"34ae8835f411d556e7ab200026c8e035"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterator.dart","hash":"6c54f90e0db5f42a13be6b3efeb4a04d"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\canonicalized_map.dart","hash":"26bd7410bad665cd40432c609e68e6a9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggleable.dart","hash":"7bd0d9c5dac3d6a5407c1c73bb62f8eb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icons.dart","hash":"adf4ce1c27e4534ab20ceac33d361204"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\functions.dart","hash":"a3aa36a805436731699f39e6bf524087"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\hit_test.dart","hash":"cec8071689c52b578ff4954033ad4be4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layer.dart","hash":"d7ba278f116eaffd251e0d7d33cf1ae1"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\error_helpers.dart","hash":"39221ca00f5f1e0af7767613695bb5d2"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\collections.dart","hash":"f910a489e8ca221065686475a75742d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\async.dart","hash":"e61d56c88bdda7467ba81f4049ff3937"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\LICENSE","hash":"ca58010597a5732e6aa48c6517ab7daf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug_overflow_indicator.dart","hash":"ec45fd9570b090e410a65fd3339b27cd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icons.dart","hash":"e8b961f7ae86124ac27842782908ba04"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\priority.dart","hash":"97a29ecd681c01b36d1bff88bbb7b21e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\adaptive_text_selection_toolbar.dart","hash":"f28b816cc81376f1932720f069f65144"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar_button.dart","hash":"be9ce1bd42f1a4c391e8368d7e9f96b5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\memory_allocations.dart","hash":"ab96b1af092ae643a8b440eea74fd39e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\texture.dart","hash":"4f40441075f2719a6fc9b0e948944c0f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\magnifier.dart","hash":"2de63a43ed59bab827776db26cca837f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\gesture_settings.dart","hash":"3dfeb1c06399fd369a3110026b991db9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\force_press.dart","hash":"a6bb147b43ae9d62395db38d9529e154"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\_platform_selectable_region_context_menu_io.dart","hash":"6adb2a2940151c6454c82c51e1da1f63"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer_theme.dart","hash":"d8cdf8700e9b1550dff3a4ebadbd97d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\deferred_component.dart","hash":"d43ded0f0c836b182037c2c3c86e8d89"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\wrappers.dart","hash":"11e87c02beec338363a30c8f2f49c522"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\list_view.g.dart","hash":"54b963d257153551f8d436def6c61211"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\basic.dart","hash":"981b18a53f1aa3bed149f2478cba3d34"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar_theme.dart","hash":"0a48399c4f803cc06e016d4fe27848bc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag_details.dart","hash":"33ab4a06f2b9e4be109dcff2d014c1cf"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selection_container.dart","hash":"33de7a8a2c9a3d92964e3f23500e752f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge.dart","hash":"3a4fad91924350029f430b4bf45d0b6d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button_theme.dart","hash":"03d7db7a5ced43039cd3f7223530fca9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fill.dart","hash":"1e63a52be43ebb42f283b1df33cb91ac"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\back_button.dart","hash":"1fd041249dcb8736b0a51e1a921b2a98"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\notification_listener.dart","hash":"40af0e749b28cdacd342afc1d3abf3ff"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\font_loader.dart","hash":"e98b1a4d5852efe3fd90f32f1d1175ad"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\serialization.dart","hash":"762616f691c147e780977e73995b2c1b"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_map.dart","hash":"b6bcae6974bafba60ad95f20c12c72b9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_views.dart","hash":"430d8753806036667ea3cab55ca3ba26"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\basic_types.dart","hash":"668afab93033f6655dde700defc0fb9e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table_border.dart","hash":"a31e3644c4babe30177e378de5a583f9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\nav_bar.dart","hash":"2fb09617f4b9b66a550f57786b753420"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\nested_scroll_view.dart","hash":"f5c6eb715650579d13e6fd2173512255"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification_observer.dart","hash":"caf105e7bb30caa0229a9081691a90de"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\colors.dart","hash":"b18df00cd06772c12654ad4373f81af3"},{"path":"E:\\flutter_screen\\LICENSE","hash":"5d766977a791bf62085565eaee55709c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overflow_bar.dart","hash":"65389f4ad9bf170b1328b1f7b81a6642"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\service_extensions.dart","hash":"22fbb11f5bca422cecd02d408f16ceb8"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\tonal_palette.dart","hash":"005fa9073603c7ee7b06d03658207e2a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\clipboard.dart","hash":"47fbbe62a2b80310a58a05fa85b26da5"},{"path":"E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","hash":"a081f2fe92a7a174e84e289653c4d5f5"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state_mixin.dart","hash":"de4fd8542f6953722ca49063168f0086"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_visibility.dart","hash":"3c43ad555416595327d35bf5fabc0a75"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time.dart","hash":"c1343e0191c10964650f7f54f2f7ce87"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu_theme.dart","hash":"4c24edb4a9fdd51db132af4802acd5ca"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\friction_simulation.dart","hash":"b4317068d9d7b3f0eb870c72d09ddb5e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar.dart","hash":"9c00c898d4df0135d9d7e335b3b14a02"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE","hash":"e9f463669bd6dfea2166dcdcbf392645"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_highlight.dart","hash":"3ec4da0a6589910931ce8c9b87c15a5a"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\ticker_provider.dart","hash":"d0aaac8305eee92e103505acb008f5e9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\object.dart","hash":"ef72d1fc7e404210e8db75b6873b941e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\consolidate_response.dart","hash":"56aa4cf09cba185339457c2befb19a9d"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\texture.dart","hash":"31d82a5713f64793f851e35192a400ae"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overscroll_indicator.dart","hash":"5870142e76a971ddac1af87fbef302f0"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_painter.dart","hash":"de75a0123ff50c767d45365cfadf8086"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\team.dart","hash":"9731acb8bafacb4d5155f69bc8ae5b6b"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix3.dart","hash":"447b270ddd29fa75f44c389fee5cadd1"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\asset_bundle.dart","hash":"4de76b6093bc9cbd853f6501d30ca65b"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_layout_metrics.dart","hash":"9b7bf838e6bb445028113d3ebbd50417"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\curves.dart","hash":"5013dc831f401bcb81c09a5561a55e59"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_list_tile.dart","hash":"c929f2139c7f36ee5c7e455e43171350"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_celebi.dart","hash":"b95b66e84724047193f602210d547054"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\long_press.dart","hash":"caf4cfe2346a67b68219bdf11a23f58c"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_view.dart","hash":"d9cc44db64c2e9c59bd8547f51b17e76"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_stream.dart","hash":"5df7bd038ad933b0387b9a015a4a115f"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner.dart","hash":"09c233704dad89ecb1d3ead4b10ce2bb"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\bitfield.dart","hash":"d540f5a7e71095a9b49cd7ef8ba54bb4"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wsmeans.dart","hash":"c98d039d1ce1e92fa79f1039f0263385"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\vector_math_64.dart","hash":"bd1315cfa157d271f8a38242c2abd0d9"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\annotations.dart","hash":"ae568db0bd2c30a0083e0cabf5d32bfc"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix4.dart","hash":"b5f0b0da99e8a07d58c21ae071800404"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\single_child_scroll_view.dart","hash":"3dc482d502343b7a8aca156278417364"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\opengl.dart","hash":"9e22ead5e19c7b5da6de0678c8c13dca"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_channel.dart","hash":"530d9c577da07f7880d48b617fad1d04"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons.dart","hash":"281d5969a19c0a082223be1d115c7741"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider_theme.dart","hash":"6200f91ba6eef61d9026852a320453ed"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\matrix_utils.dart","hash":"e53afebab4c90a7e977b36727e31dfd4"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\change_notifier.dart","hash":"1a78f2682fa873defd5546b1579d6edd"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\paginated_data_table.dart","hash":"e0b334efa125a4606c009c294b0d004e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\app.dart","hash":"b347830eae7cfe4f295b94882fc2323e"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\colors.dart","hash":"17d9ee9a3eb98e05d3afd297b9af3ed4"},{"path":"C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_set.dart","hash":"4b5d82ddeb09bc46ae0e980616ce0109"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button.dart","hash":"299d433a201f1ce8af2e52df525fcfcc"},{"path":"D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\common.dart","hash":"c812cb6d55ceca6efc8bffb28939b147"},{"path":"D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\listener_helpers.dart","hash":"55e2bfe8be9272daed91a206b48a4584"}]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/app.dill b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/app.dill new file mode 100644 index 0000000..cee50eb Binary files /dev/null and b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/app.dill differ diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/debug_android_application.stamp b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/debug_android_application.stamp new file mode 100644 index 0000000..163e57b --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/debug_android_application.stamp @@ -0,0 +1 @@ +{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\f2a29113ee71cb1f10cbbbe2a016322e\\app.dill","D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\icon_tree_shaker.dart","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","E:\\flutter_screen\\example\\pubspec.yaml","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE","D:\\flutter 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE","D:\\flutter 3.7.7\\packages\\flutter\\LICENSE","E:\\flutter_screen\\LICENSE"],"outputs":["E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z"]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/flutter_assets.d b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/flutter_assets.d new file mode 100644 index 0000000..bfe09dc --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/flutter_assets.d @@ -0,0 +1 @@ + E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z: E:\\flutter_screen\\example\\pubspec.yaml D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE D:\\flutter\ 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE D:\\flutter\ 3.7.7\\packages\\flutter\\LICENSE E:\\flutter_screen\\LICENSE \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/gen_dart_plugin_registrant.stamp b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/gen_dart_plugin_registrant.stamp new file mode 100644 index 0000000..ccd988f --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/gen_dart_plugin_registrant.stamp @@ -0,0 +1 @@ +{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\package_config_subset"],"outputs":[]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/gen_localizations.stamp b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/gen_localizations.stamp new file mode 100644 index 0000000..1b2d28c --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/gen_localizations.stamp @@ -0,0 +1 @@ +{"inputs":[],"outputs":[]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/kernel_snapshot.d b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/kernel_snapshot.d new file mode 100644 index 0000000..9007eb5 --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/kernel_snapshot.d @@ -0,0 +1 @@ +E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\f2a29113ee71cb1f10cbbbe2a016322e\\app.dill: E:\\flutter_screen\\example\\lib\\main.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\material.dart E:\\flutter_screen\\lib\\screen.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\about.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\action_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\adaptive_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\app.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\arc.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\autocomplete.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\back_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\badge.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\badge_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\banner.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\banner_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\calendar_date_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\card.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\card_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\chip_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\choice_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\circle_avatar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\color_scheme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\colors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\curves.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_source.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\date.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\date_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\divider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\divider_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\elevation_overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expand_icon.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_panel.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\feedback.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\filter_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\flexible_space_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_location.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\flutter_logo.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_highlight.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_ripple.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_sparkle.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_splash.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_well.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_chip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_date_picker_form_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\input_decorator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\magnifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_localizations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state_mixin.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_anchor.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\mergeable_material.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\no_splash.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\page.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\page_transitions_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\paginated_data_table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\radio.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\range_slider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\refresh_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\reorderable_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\scaffold.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\search.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\selectable_text.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\selection_area.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\shadows.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\slider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\slider_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\stepper.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\switch.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_bar_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tabs.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_form_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar_text_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\text_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\theme_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\time.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\toggleable.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_visibility.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\typography.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\user_accounts_drawer_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\widgets.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\services.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\foundation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\scheduler.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\cupertino.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\rendering.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\add_event.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\arrow_menu.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\close_menu.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\ellipsis_search.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\event_add.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\home_menu.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\list_view.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_arrow.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_close.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_home.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\pause_play.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\play_pause.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\search_ellipsis.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\view_list.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\animation.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\vector_math_64.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\gestures.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\material_color_utilities.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\painting.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\semantics.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\characters.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\actions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_cross_fade.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_size.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_switcher.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\annotated_region.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\app.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\async.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autocomplete.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autofill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\automatic_keep_alive.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\banner.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\basic.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\bottom_navigation_bar_item.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\color_filter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\container.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_button_item.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_selection_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_text_editing_shortcuts.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\desktop_text_selection_toolbar_layout_delegate.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dismissible.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\display_feature_sub_screen.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\disposable_build_context.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\drag_target.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\draggable_scrollable_sheet.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dual_transition_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\editable_text.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\fade_in_image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_manager.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_scope.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_traversal.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\form.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\framework.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\gesture_detector.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\grid_paper.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\heroes.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_filter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_icon.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\implicit_animations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_model.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_notifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\interactive_viewer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\keyboard_listener.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\layout_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\list_wheel_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\localizations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\magnifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\media_query.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\modal_barrier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigation_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\nested_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\notification_listener.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\orientation_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overflow_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overscroll_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_storage.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\pages.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\performance_overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\placeholder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_menu_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_selectable_region_context_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\preferred_size.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\primary_scroll_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\raw_keyboard_listener.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\reorderable_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration_properties.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\router.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\routes.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\safe_area.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_activity.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_aware_image_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_configuration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_context.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_metrics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification_observer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_physics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position_with_single_context.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollable.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selectable_region.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selection_container.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\semantics_debugger.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shared_app_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shortcuts.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\single_child_scroll_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\size_changed_layout_notifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_fill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_layout_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_persistent_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_prototype_extent_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\slotted_render_object_widget.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\snapshot_widget.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spacer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spell_check.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\status_transitions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tap_region.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_editing_intents.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_anchors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_layout_delegate.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\texture.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\ticker_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\title.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\transitions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tween_animation_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\unique_widget.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\value_listenable_builder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\viewport.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\visibility.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_inspector.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\will_pop_scope.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\asset_bundle.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\autofill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\binary_messenger.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\clipboard.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\deferred_component.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\font_loader.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\haptic_feedback.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\hardware_keyboard.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_key.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_maps.g.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codec.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codecs.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_cursor.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_tracking.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_channel.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_views.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_android.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_fuchsia.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_ios.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_linux.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_macos.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_web.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_windows.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\restoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\spell_check.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_channels.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_chrome.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_navigator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\system_sound.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_boundary.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing_delta.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_formatter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_input.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\text_layout_metrics.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\annotations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\assertions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\basic_types.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\bitfield.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\change_notifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\collections.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\consolidate_response.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\diagnostics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\isolates.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\key.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\licenses.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\math.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\memory_allocations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\node.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\object.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\observer_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\persistent_hash_map.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\platform.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\print.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\serialization.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\stack_frame.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\synchronous_future.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\unicode.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\priority.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\ticker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\activity_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\adaptive_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\app.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\bottom_tab_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\colors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu_action.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\date_picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\dialog.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_row.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_section.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icon_theme_data.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icons.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\interface_level.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_section.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_tile.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\localizations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\magnifier.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\nav_bar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\page_scaffold.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\picker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\refresh.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\route.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\scrollbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\search_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\segmented_control.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\slider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\sliding_segmented_control.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\switch.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_scaffold.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_field.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_form_field_row.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar_button.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\theme.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\thumb_painter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\animated_size.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_layout.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_paint.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug_overflow_indicator.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\editable.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\error.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flex.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flow.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layout_helper.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_body.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_wheel_viewport.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\mouse_tracker.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\object.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\paragraph.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\performance_overlay.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\platform_view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_sliver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\rotated_box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\selection.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\service_extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\shifted_box.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fill.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fixed_extent_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_grid.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_list.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_multi_box_adaptor.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_padding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_persistent_header.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\stack.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\texture.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\tweens.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\view.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport_offset.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\rendering\\wrap.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation_controller.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\animations.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\curves.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\listener_helpers.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween_sequence.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb2.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\colors.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\constants.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\error_helpers.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\frustum.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\intersection_result.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix2.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix4.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\noise.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\obb3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\opengl.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\plane.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quad.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quaternion.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\ray.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\sphere.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\triangle.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\utilities.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector2.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector3.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector4.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\arena.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\converter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag_details.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\eager.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\events.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\force_press.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\gesture_settings.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\hit_test.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\long_press.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\lsq_solver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\monodrag.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multidrag.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multitap.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_router.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_signal_resolver.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\recognizer.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\resampler.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\scale.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\tap.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\team.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\gestures\\velocity_tracker.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\blend\\blend.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\cam16.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\viewing_conditions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\core_palette.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\tonal_palette.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_celebi.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wsmeans.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wu.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\scheme\\scheme.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\score\\score.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\alignment.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\basic_types.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\beveled_rectangle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\border_radius.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\borders.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_fit.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_shadow.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\circle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\clip.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\colors.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\continuous_rectangle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration_image.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\edge_insets.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\flutter_logo.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\fractional_offset.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\geometry.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\gradient.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_cache.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_decoder.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_resolution.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_stream.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\inline_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\matrix_utils.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\notched_shapes.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\oval_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\paint_utilities.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\placeholder_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\rounded_rectangle_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\shader_warm_up.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\shape_decoration.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\stadium_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\star_border.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\strut_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_painter.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_span.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_style.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\binding.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\debug.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_event.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_service.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\extensions.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\constants.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\physics.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\widgets\\_platform_selectable_region_context_menu_io.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\services\\_background_isolate_binary_messenger_io.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta_meta.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_bitfield_io.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_isolates_io.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_platform_io.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\collection.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\math_utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\color_utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct_solver.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider_lab.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\painting\\_network_image_io.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters_impl.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\clamped_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\friction_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\gravity_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\spring_simulation.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\tolerance.dart D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\physics\\utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\algorithms.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\boollist.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\canonicalized_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterable.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_list.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\comparators.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_map.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_set.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\functions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_extensions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_zip.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\list_extensions.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\priority_queue.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\queue_list.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set_controller.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\unmodifiable_wrappers.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\wrappers.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\table.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\constants.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\breaks.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\utils.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterator.dart C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\empty_unmodifiable_set.dart diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/kernel_snapshot.stamp b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/kernel_snapshot.stamp new file mode 100644 index 0000000..f6d22a8 --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/kernel_snapshot.stamp @@ -0,0 +1 @@ +{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\package_config_subset","D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\common.dart","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","E:\\flutter_screen\\example\\lib\\main.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\material.dart","E:\\flutter_screen\\lib\\screen.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\about.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\action_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\adaptive_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\app_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\arc.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\autocomplete.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\back_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\badge_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\banner_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_app_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_navigation_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\bottom_sheet_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_style_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\calendar_date_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\card_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\checkbox_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\chip_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\choice_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\circle_avatar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\color_scheme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\colors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\curves.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_source.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\data_table_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\date_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\desktop_text_selection_toolbar_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dialog_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\divider_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\drawer_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\dropdown_menu_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevated_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\elevation_overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expand_icon.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_panel.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\expansion_tile_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\feedback.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filled_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\filter_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flexible_space_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_location.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\floating_action_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\flutter_logo.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\grid_tile_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icon_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_highlight.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_ripple.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_sparkle.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_splash.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\ink_well.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_chip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_date_picker_form_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\input_decorator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\list_tile_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\magnifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_localizations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\material_state_mixin.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_anchor.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\menu_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\mergeable_material.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_drawer_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\navigation_rail_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\no_splash.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\outlined_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\page_transitions_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\paginated_data_table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\popup_menu_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\progress_indicator_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\radio_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\range_slider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\refresh_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\reorderable_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scaffold.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\scrollbar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\search.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\segmented_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selectable_text.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\selection_area.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shadows.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\slider_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\snack_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\stepper.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\switch_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_bar_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tab_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tabs.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_button_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_form_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_selection_toolbar_text_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\text_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\theme_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\time_picker_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggle_buttons_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\toggleable.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\tooltip_visibility.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\typography.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\user_accounts_drawer_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\widgets.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\services.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\foundation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\scheduler.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\cupertino.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\rendering.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\animated_icons_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\add_event.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\arrow_menu.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\close_menu.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\ellipsis_search.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\event_add.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\home_menu.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\list_view.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_arrow.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_close.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\menu_home.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\pause_play.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\play_pause.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\search_ellipsis.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\animated_icons\\data\\view_list.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\animation.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\vector_math_64.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\gestures.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\material_color_utilities.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\painting.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\semantics.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\characters.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\actions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_cross_fade.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_size.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\animated_switcher.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\annotated_region.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\app.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\async.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autocomplete.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\autofill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\automatic_keep_alive.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\banner.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\basic.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\bottom_navigation_bar_item.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\color_filter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\container.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_button_item.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\context_menu_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_selection_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\default_text_editing_shortcuts.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\desktop_text_selection_toolbar_layout_delegate.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dismissible.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\display_feature_sub_screen.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\disposable_build_context.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\drag_target.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\draggable_scrollable_sheet.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\dual_transition_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\editable_text.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\fade_in_image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_manager.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_scope.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\focus_traversal.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\form.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\framework.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\gesture_detector.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\grid_paper.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\heroes.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\icon_theme_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_filter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\image_icon.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\implicit_animations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_model.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_notifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\inherited_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\interactive_viewer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\keyboard_listener.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\layout_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\list_wheel_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\localizations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\magnifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\media_query.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\modal_barrier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigation_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\navigator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\nested_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\notification_listener.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\orientation_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overflow_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\overscroll_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_storage.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\page_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\pages.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\performance_overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\placeholder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_menu_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_selectable_region_context_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\platform_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\preferred_size.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\primary_scroll_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\raw_keyboard_listener.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\reorderable_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\restoration_properties.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\router.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\routes.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\safe_area.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_activity.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_aware_image_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_configuration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_context.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_metrics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_notification_observer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_physics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_position_with_single_context.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollable.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\scrollbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selectable_region.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\selection_container.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\semantics_debugger.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shared_app_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\shortcuts.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\single_child_scroll_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\size_changed_layout_notifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_fill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_layout_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_persistent_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\sliver_prototype_extent_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\slotted_render_object_widget.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\snapshot_widget.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spacer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\spell_check.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\status_transitions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tap_region.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_editing_intents.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_anchors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\text_selection_toolbar_layout_delegate.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\texture.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\ticker_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\title.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\transitions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\tween_animation_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\unique_widget.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\value_listenable_builder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\viewport.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\visibility.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_inspector.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\widget_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\will_pop_scope.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\asset_bundle.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\autofill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binary_messenger.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\clipboard.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\deferred_component.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\font_loader.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\haptic_feedback.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\hardware_keyboard.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_key.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\keyboard_maps.g.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codec.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\message_codecs.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_cursor.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\mouse_tracking.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_channel.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\platform_views.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_android.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_fuchsia.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_ios.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_linux.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_macos.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_web.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\raw_keyboard_windows.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\restoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\spell_check.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_channels.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_chrome.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_navigator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\system_sound.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_boundary.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_editing_delta.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_formatter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_input.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\text_layout_metrics.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\annotations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\assertions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\basic_types.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\bitfield.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\change_notifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\collections.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\consolidate_response.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\diagnostics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\isolates.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\key.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\licenses.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\math.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\memory_allocations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\node.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\object.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\observer_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\persistent_hash_map.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\platform.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\print.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\serialization.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\stack_frame.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\synchronous_future.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\unicode.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\priority.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\scheduler\\ticker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\activity_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\adaptive_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\app.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\bottom_tab_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\colors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\context_menu_action.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\date_picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\desktop_text_selection_toolbar_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\dialog.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_row.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\form_section.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icon_theme_data.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\icons.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\interface_level.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_section.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\list_tile.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\localizations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\magnifier.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\nav_bar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\page_scaffold.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\picker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\refresh.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\route.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\scrollbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\search_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\segmented_control.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\slider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\sliding_segmented_control.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\switch.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_scaffold.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\tab_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_field.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_form_field_row.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_selection_toolbar_button.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\text_theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\theme.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\cupertino\\thumb_painter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\animated_size.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_layout.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\custom_paint.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\debug_overflow_indicator.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\editable.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\error.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flex.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\flow.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\layout_helper.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_body.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\list_wheel_viewport.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\mouse_tracker.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\object.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\paragraph.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\performance_overlay.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\platform_view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\proxy_sliver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\rotated_box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\selection.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\service_extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\shifted_box.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fill.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_fixed_extent_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_grid.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_list.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_multi_box_adaptor.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_padding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\sliver_persistent_header.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\stack.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\table_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\texture.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\tweens.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\view.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\viewport_offset.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\rendering\\wrap.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animation_controller.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\animations.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\curves.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\listener_helpers.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\animation\\tween_sequence.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb2.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\aabb3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\colors.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\constants.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\error_helpers.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\frustum.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\intersection_result.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix2.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\matrix4.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\noise.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\obb3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\opengl.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\plane.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quad.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\quaternion.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\ray.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\sphere.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\triangle.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\utilities.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector2.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector3.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\lib\\src\\vector_math_64\\vector4.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\arena.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\converter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\drag_details.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\eager.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\events.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\force_press.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\gesture_settings.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\hit_test.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\long_press.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\lsq_solver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\monodrag.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multidrag.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\multitap.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_router.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\pointer_signal_resolver.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\recognizer.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\resampler.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\scale.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\tap.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\team.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\gestures\\velocity_tracker.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\blend\\blend.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\cam16.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\viewing_conditions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\core_palette.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\palettes\\tonal_palette.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_celebi.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wsmeans.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\quantizer_wu.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\scheme\\scheme.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\score\\score.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\alignment.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\basic_types.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\beveled_rectangle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\border_radius.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\borders.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_fit.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\box_shadow.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\circle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\clip.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\colors.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\continuous_rectangle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\decoration_image.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\edge_insets.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\flutter_logo.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\fractional_offset.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\geometry.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\gradient.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_cache.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_decoder.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_resolution.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\image_stream.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\inline_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\matrix_utils.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\notched_shapes.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\oval_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\paint_utilities.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\placeholder_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\rounded_rectangle_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shader_warm_up.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\shape_decoration.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\stadium_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\star_border.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\strut_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_painter.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_span.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\text_style.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\binding.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\debug.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_event.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\semantics\\semantics_service.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\extensions.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\constants.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\physics.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\widgets\\_platform_selectable_region_context_menu_io.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\services\\_background_isolate_binary_messenger_io.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\lib\\meta_meta.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_bitfield_io.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_isolates_io.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\foundation\\_platform_io.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\collection.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\math_utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\utils\\color_utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\hct\\hct_solver.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider_lab.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\lib\\quantize\\point_provider.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\painting\\_network_image_io.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\characters_impl.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\clamped_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\friction_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\gravity_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\spring_simulation.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\tolerance.dart","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\physics\\utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\algorithms.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\boollist.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\canonicalized_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterable.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_list.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\comparators.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_map.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\equality_set.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\functions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_extensions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\iterable_zip.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\list_extensions.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\priority_queue.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\queue_list.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\union_set_controller.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\unmodifiable_wrappers.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\wrappers.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\table.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\constants.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\lib\\src\\grapheme_clusters\\breaks.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\utils.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\combined_wrappers\\combined_iterator.dart","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\lib\\src\\empty_unmodifiable_set.dart"],"outputs":["E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\f2a29113ee71cb1f10cbbbe2a016322e\\app.dill"]} \ No newline at end of file diff --git a/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/outputs.json b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/outputs.json new file mode 100644 index 0000000..2af6d99 --- /dev/null +++ b/example/.dart_tool/flutter_build/f2a29113ee71cb1f10cbbbe2a016322e/outputs.json @@ -0,0 +1 @@ +["E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z"] \ No newline at end of file diff --git a/example/.dart_tool/package_config.json b/example/.dart_tool/package_config.json new file mode 100644 index 0000000..81f0d2d --- /dev/null +++ b/example/.dart_tool/package_config.json @@ -0,0 +1,146 @@ +{ + "configVersion": 2, + "packages": [ + { + "name": "async", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.10.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "boolean_selector", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "characters", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "clock", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "collection", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "fake_async", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "flutter", + "rootUri": "file:///D:/flutter%203.7.7/packages/flutter", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_screen_manager", + "rootUri": "../../", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "flutter_test", + "rootUri": "file:///D:/flutter%203.7.7/packages/flutter_test", + "packageUri": "lib/", + "languageVersion": "2.17" + }, + { + "name": "js", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5", + "packageUri": "lib/", + "languageVersion": "2.16" + }, + { + "name": "matcher", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.13", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "material_color_utilities", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0", + "packageUri": "lib/", + "languageVersion": "2.13" + }, + { + "name": "meta", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "path", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.2", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "sky_engine", + "rootUri": "file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "source_span", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "stack_trace", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "stream_channel", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "string_scanner", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "term_glyph", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1", + "packageUri": "lib/", + "languageVersion": "2.12" + }, + { + "name": "test_api", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.4.16", + "packageUri": "lib/", + "languageVersion": "2.18" + }, + { + "name": "vector_math", + "rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4", + "packageUri": "lib/", + "languageVersion": "2.14" + }, + { + "name": "flutter_screen_manager_example", + "rootUri": "../", + "packageUri": "lib/", + "languageVersion": "2.12" + } + ], + "generated": "2024-11-03T16:29:45.778118Z", + "generator": "pub", + "generatorVersion": "2.19.4" +} diff --git a/example/.dart_tool/package_config_subset b/example/.dart_tool/package_config_subset new file mode 100644 index 0000000..9df23df --- /dev/null +++ b/example/.dart_tool/package_config_subset @@ -0,0 +1,93 @@ +async +2.18 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.10.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.10.0/lib/ +boolean_selector +2.17 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/lib/ +characters +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/lib/ +clock +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/lib/ +collection +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/lib/ +fake_async +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/lib/ +js +2.16 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/lib/ +matcher +2.18 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.13/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.13/lib/ +material_color_utilities +2.13 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/lib/ +meta +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/lib/ +path +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.2/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.2/lib/ +source_span +2.14 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.9.1/lib/ +stack_trace +2.18 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.0/lib/ +stream_channel +2.14 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.1/lib/ +string_scanner +2.18 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/lib/ +term_glyph +2.12 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/lib/ +test_api +2.18 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.4.16/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.4.16/lib/ +vector_math +2.14 +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/ +file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/lib/ +sky_engine +2.12 +file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine/ +file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine/lib/ +flutter +2.17 +file:///D:/flutter%203.7.7/packages/flutter/ +file:///D:/flutter%203.7.7/packages/flutter/lib/ +flutter_test +2.17 +file:///D:/flutter%203.7.7/packages/flutter_test/ +file:///D:/flutter%203.7.7/packages/flutter_test/lib/ +flutter_screen_manager +2.17 +file:///E:/flutter_screen/ +file:///E:/flutter_screen/lib/ +flutter_screen_manager_example +2.12 +file:///E:/flutter_screen/example/ +file:///E:/flutter_screen/example/lib/ +2 diff --git a/example/.dart_tool/version b/example/.dart_tool/version new file mode 100644 index 0000000..cbbb5ee --- /dev/null +++ b/example/.dart_tool/version @@ -0,0 +1 @@ +3.7.7 \ No newline at end of file diff --git a/example/.flutter-plugins-dependencies b/example/.flutter-plugins-dependencies new file mode 100644 index 0000000..c6c5733 --- /dev/null +++ b/example/.flutter-plugins-dependencies @@ -0,0 +1 @@ +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_screen_manager","path":"E:\\\\flutter_screen\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"flutter_screen_manager","path":"E:\\\\flutter_screen\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_screen_manager","dependencies":[]}],"date_created":"2024-11-03 23:42:00.954360","version":"3.7.7"} \ No newline at end of file diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 45914f5..f70215e 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -25,7 +25,8 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 28 + namespace 'flutter.plugins.screen.screenexample' + compileSdkVersion 34 lintOptions { disable 'InvalidPackage' @@ -33,8 +34,8 @@ android { defaultConfig { applicationId "flutter.plugins.screen.screenexample" - minSdkVersion 16 - targetSdkVersion 28 + minSdkVersion 21 + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index e3cb76f..ca8830e 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,41 +1,31 @@ - - - - + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> + - + \ No newline at end of file diff --git a/example/android/app/src/main/java/flutter/plugins/screen/screenexample/MainActivity.java b/example/android/app/src/main/java/flutter/plugins/screen/screenexample/MainActivity.java index 89e1199..0b99566 100644 --- a/example/android/app/src/main/java/flutter/plugins/screen/screenexample/MainActivity.java +++ b/example/android/app/src/main/java/flutter/plugins/screen/screenexample/MainActivity.java @@ -1,14 +1,13 @@ package flutter.plugins.screen.screenexample; -import android.os.Bundle; - -import io.flutter.app.FlutterActivity; +import io.flutter.embedding.android.FlutterActivity; +import io.flutter.embedding.engine.FlutterEngine; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - GeneratedPluginRegistrant.registerWith(this); + public void configureFlutterEngine(FlutterEngine flutterEngine) { + super.configureFlutterEngine(flutterEngine); + GeneratedPluginRegistrant.registerWith(flutterEngine); } -} +} \ No newline at end of file diff --git a/example/android/app/src/main/res/drawable/launch_background.xml b/example/android/app/src/main/res/drawable/launch_background.xml index 304732f..dc44895 100644 --- a/example/android/app/src/main/res/drawable/launch_background.xml +++ b/example/android/app/src/main/res/drawable/launch_background.xml @@ -1,12 +1,4 @@ - - - - - + \ No newline at end of file diff --git a/example/android/app/src/main/res/values/styles.xml b/example/android/app/src/main/res/values/styles.xml index 00fa441..0168296 100644 --- a/example/android/app/src/main/res/values/styles.xml +++ b/example/android/app/src/main/res/values/styles.xml @@ -1,8 +1,15 @@ - - + + + \ No newline at end of file diff --git a/example/android/build.gradle b/example/android/build.gradle index 7801b38..980c89d 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -1,11 +1,11 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:7.4.2' } } @@ -13,7 +13,7 @@ buildscript { allprojects { repositories { google() - jcenter() + mavenCentral() } } diff --git a/example/android/gradle.properties b/example/android/gradle.properties index 8bd86f6..94adc3a 100644 --- a/example/android/gradle.properties +++ b/example/android/gradle.properties @@ -1 +1,3 @@ org.gradle.jvmargs=-Xmx1536M +android.useAndroidX=true +android.enableJetifier=true diff --git a/example/android/gradle/wrapper/gradle-wrapper.properties b/example/android/gradle/wrapper/gradle-wrapper.properties index 2819f02..cfe88f6 100644 --- a/example/android/gradle/wrapper/gradle-wrapper.properties +++ b/example/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip diff --git a/example/ios/Flutter/flutter_export_environment.sh b/example/ios/Flutter/flutter_export_environment.sh new file mode 100644 index 0000000..ea249c1 --- /dev/null +++ b/example/ios/Flutter/flutter_export_environment.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# This is a generated file; do not edit or check into version control. +export "FLUTTER_ROOT=D:\flutter 3.7.7" +export "FLUTTER_APPLICATION_PATH=E:\flutter_screen\example" +export "COCOAPODS_PARALLEL_CODE_SIGN=true" +export "FLUTTER_TARGET=lib\main.dart" +export "FLUTTER_BUILD_DIR=build" +export "FLUTTER_BUILD_NAME=1.0.0" +export "FLUTTER_BUILD_NUMBER=1" +export "DART_OBFUSCATION=false" +export "TRACK_WIDGET_CREATION=true" +export "TREE_SHAKE_ICONS=false" +export "PACKAGE_CONFIG=.dart_tool/package_config.json" diff --git a/example/lib/main.dart b/example/lib/main.dart index bf59225..cffc01d 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -1,5 +1,5 @@ import 'package:flutter/material.dart'; -import 'package:screen/screen.dart'; +import 'package:flutter_screen_manager/screen.dart'; void main() => runApp(new MyApp()); @@ -21,7 +21,7 @@ class _MyAppState extends State { initPlatformState() async { bool keptOn = await Screen.isKeptOn; double brightness = await Screen.brightness; - setState((){ + setState(() { _isKeptOn = keptOn; _brightness = brightness; }); @@ -33,26 +33,28 @@ class _MyAppState extends State { home: new Scaffold( appBar: new AppBar(title: new Text('Screen plugin example')), body: new Center( - child: new Column( - children: [ - new Row( - mainAxisAlignment: MainAxisAlignment.center, - children: [ - new Text("Screen is kept on ? "), - new Checkbox(value: _isKeptOn, onChanged: (bool b){ - Screen.keepOn(b); - setState((){_isKeptOn = b; }); - }) - ] - ), - new Text("Brightness :"), - new Slider(value : _brightness, onChanged : (double b){ - setState((){_brightness = b;}); - Screen.setBrightness(b); - }) - ] - ) - ), + child: new Column(children: [ + new Row( + mainAxisAlignment: MainAxisAlignment.center, + children: [ + new Text("Screen is kept on ? "), + new Checkbox( + value: _isKeptOn, + onChanged: (bool? b) => setState(() { + Screen.keepOn(b!); + _isKeptOn = b; + })) + ]), + new Text("Brightness :"), + new Slider( + value: _brightness, + onChanged: (double b) { + setState(() { + _brightness = b; + }); + Screen.setBrightness(b); + }) + ])), ), ); } diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 91bd273..da45e01 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,59 +1,17 @@ -name: screen_example -description: Demonstrates how to use the screen plugin. +name: flutter_screen_manager_example +description: Example app for flutter_screen_manager plugin. +publish_to: 'none' + +environment: + sdk: '>=2.12.0 <4.0.0' + flutter: ">=3.0.0" dependencies: flutter: sdk: flutter - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.0 + flutter_screen_manager: + path: ../ dev_dependencies: flutter_test: - sdk: flutter - - screen: - path: ../ - -# For information on the generic Dart part of this file, see the -# following page: https://www.dartlang.org/tools/pub/pubspec - -# The following section is specific to Flutter. -flutter: - - # The following line ensures that the Material Icons font is - # included with your application, so that you can use the icons in - # the material Icons class. - uses-material-design: true - - # To add assets to your application, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg - - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.io/assets-and-images/#resolution-aware. - - # For details regarding adding assets from package dependencies, see - # https://flutter.io/assets-and-images/#from-packages - - # To add custom fonts to your application, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts from package dependencies, - # see https://flutter.io/custom-fonts/#from-packages + sdk: flutter \ No newline at end of file diff --git a/example/test/widget_test.dart b/example/test/widget_test.dart index 61ca60e..3f6843c 100644 --- a/example/test/widget_test.dart +++ b/example/test/widget_test.dart @@ -7,7 +7,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; -import 'package:screen_example/main.dart'; +import 'package:flutter_screen_manager_example/main.dart'; void main() { testWidgets('Counter increments smoke test', (WidgetTester tester) async { diff --git a/pubspec.yaml b/pubspec.yaml index c3531d0..6cd0dfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,52 +1,17 @@ -name: screen +name: flutter_screen_manager description: A Flutter plugin to manage the device's screen on Android and iOS. -version: 0.0.5 -author: Clovis Nicolas +version: 1.0.0 homepage: https://github.com/clovisnicolas/flutter_screen environment: - sdk: '>=2.0.0 <3.0.0' + sdk: '>=2.17.0 <4.0.0' + flutter: ">=3.0.0" dependencies: flutter: sdk: flutter -# For information on the generic Dart part of this file, see the -# following page: https://www.dartlang.org/tools/pub/pubspec - -# The following section is specific to Flutter. flutter: plugin: androidPackage: flutter.plugins.screen.screen - pluginClass: ScreenPlugin - - # To add assets to your plugin package, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg - # - # For details regarding assets in packages, see - # https://flutter.io/assets-and-images/#from-packages - # - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.io/assets-and-images/#resolution-aware. - - # To add custom fonts to your plugin package, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts in packages, see - # https://flutter.io/custom-fonts/#from-packages + pluginClass: ScreenPlugin \ No newline at end of file