gitextract_95dn_tc4/ ├── .dart_tool/ │ ├── chrome-device/ │ │ └── Default/ │ │ ├── Affiliation Database │ │ ├── Affiliation Database-journal │ │ ├── AutofillStrikeDatabase/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── BudgetDatabase/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── Download Service/ │ │ │ └── EntryDB/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── Extension Scripts/ │ │ │ ├── 000003.log │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ └── MANIFEST-000001 │ │ ├── Extension State/ │ │ │ ├── 000003.log │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ └── MANIFEST-000001 │ │ ├── Favicons │ │ ├── Favicons-journal │ │ ├── Feature Engagement Tracker/ │ │ │ ├── AvailabilityDB/ │ │ │ │ ├── LOCK │ │ │ │ └── LOG │ │ │ └── EventDB/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── GCM Store/ │ │ │ └── Encryption/ │ │ │ ├── 000003.log │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ └── MANIFEST-000001 │ │ ├── History │ │ ├── History-journal │ │ ├── LOCK │ │ ├── LOG │ │ ├── Local Storage/ │ │ │ └── leveldb/ │ │ │ ├── 000003.log │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ └── MANIFEST-000001 │ │ ├── Login Data │ │ ├── Login Data For Account │ │ ├── Login Data For Account-journal │ │ ├── Login Data-journal │ │ ├── Network/ │ │ │ ├── Cookies │ │ │ ├── Cookies-journal │ │ │ ├── Network Persistent State │ │ │ ├── NetworkDataMigrated │ │ │ ├── Reporting and NEL │ │ │ ├── Reporting and NEL-journal │ │ │ └── TransportSecurity │ │ ├── Network Action Predictor │ │ ├── Network Action Predictor-journal │ │ ├── Preferences │ │ ├── PreferredApps │ │ ├── README │ │ ├── Safe Browsing Network/ │ │ │ ├── NetworkDataMigrated │ │ │ ├── Safe Browsing Cookies │ │ │ └── Safe Browsing Cookies-journal │ │ ├── Secure Preferences │ │ ├── Segmentation Platform/ │ │ │ ├── SegmentInfoDB/ │ │ │ │ ├── LOCK │ │ │ │ └── LOG │ │ │ ├── SignalDB/ │ │ │ │ ├── LOCK │ │ │ │ └── LOG │ │ │ └── SignalStorageConfigDB/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── Service Worker/ │ │ │ ├── Database/ │ │ │ │ ├── 000003.log │ │ │ │ ├── CURRENT │ │ │ │ ├── LOCK │ │ │ │ ├── LOG │ │ │ │ └── MANIFEST-000001 │ │ │ └── ScriptCache/ │ │ │ ├── 2cc80dabc69f58b6_0 │ │ │ ├── index │ │ │ └── index-dir/ │ │ │ └── the-real-index │ │ ├── Session Storage/ │ │ │ ├── 000003.log │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ └── MANIFEST-000001 │ │ ├── Sessions/ │ │ │ └── Session_13306391644296564 │ │ ├── Shortcuts │ │ ├── Shortcuts-journal │ │ ├── Site Characteristics Database/ │ │ │ ├── 000003.log │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ └── MANIFEST-000001 │ │ ├── Sync Data/ │ │ │ └── LevelDB/ │ │ │ ├── 000003.log │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ └── MANIFEST-000001 │ │ ├── Top Sites │ │ ├── Top Sites-journal │ │ ├── Trusted Vault │ │ ├── Visited Links │ │ ├── Web Data │ │ ├── Web Data-journal │ │ ├── WebStorage/ │ │ │ ├── QuotaManager │ │ │ └── QuotaManager-journal │ │ ├── coupon_db/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── databases/ │ │ │ └── Databases.db-journal │ │ ├── heavy_ad_intervention_opt_out.db-journal │ │ ├── optimization_guide_hint_cache_store/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── optimization_guide_model_metadata_store/ │ │ │ ├── LOCK │ │ │ └── LOG │ │ ├── optimization_guide_prediction_model_downloads/ │ │ │ ├── 85bb8037-66d0-4972-875d-829210977a34/ │ │ │ │ └── model.tflite │ │ │ ├── c96eca1b-1c05-45a8-9366-8013c0f5afc4/ │ │ │ │ ├── global-entities_metadata │ │ │ │ ├── global-entities_names │ │ │ │ ├── global-entities_names_filter │ │ │ │ ├── global-entities_prefixes_filter │ │ │ │ ├── model.tflite │ │ │ │ ├── model_metadata.pb │ │ │ │ └── word_embeddings │ │ │ └── fb5a698e-75cf-4ade-bc8e-13736c02886d/ │ │ │ └── model.tflite │ │ └── shared_proto_db/ │ │ ├── 000003.log │ │ ├── CURRENT │ │ ├── LOCK │ │ ├── LOG │ │ ├── MANIFEST-000001 │ │ └── metadata/ │ │ ├── 000003.log │ │ ├── CURRENT │ │ ├── LOCK │ │ ├── LOG │ │ └── MANIFEST-000001 │ ├── package_config.json │ ├── package_config_subset │ └── version ├── .gitattributes ├── .idea/ │ ├── libraries/ │ │ ├── Dart_SDK.xml │ │ └── KotlinJavaRuntime.xml │ ├── modules.xml │ ├── runConfigurations/ │ │ └── main_dart.xml │ └── workspace.xml ├── .metadata ├── .packages ├── README.md ├── activityrecordsmi-e7e64a9723e7.json ├── analysis_options.yaml ├── android/ │ ├── app/ │ │ ├── build.gradle │ │ └── src/ │ │ ├── debug/ │ │ │ └── AndroidManifest.xml │ │ ├── main/ │ │ │ ├── AndroidManifest.xml │ │ │ ├── java/ │ │ │ │ └── io/ │ │ │ │ └── flutter/ │ │ │ │ └── plugins/ │ │ │ │ └── GeneratedPluginRegistrant.java │ │ │ ├── kotlin/ │ │ │ │ └── com/ │ │ │ │ └── example/ │ │ │ │ └── remake_storedata_to_spreadsheet/ │ │ │ │ └── MainActivity.kt │ │ │ └── res/ │ │ │ ├── drawable/ │ │ │ │ └── launch_background.xml │ │ │ ├── drawable-v21/ │ │ │ │ └── launch_background.xml │ │ │ ├── values/ │ │ │ │ └── styles.xml │ │ │ └── values-night/ │ │ │ └── styles.xml │ │ └── profile/ │ │ └── AndroidManifest.xml │ ├── build.gradle │ ├── gradle/ │ │ └── wrapper/ │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties │ ├── gradle.properties │ ├── gradlew │ ├── gradlew.bat │ ├── local.properties │ ├── remake_storedata_to_spreadsheet_android.iml │ └── settings.gradle ├── build/ │ ├── 22b5cd9a4f2e87a1400bc3d7058dd1e6/ │ │ ├── _composite.stamp │ │ ├── gen_dart_plugin_registrant.stamp │ │ └── gen_localizations.stamp │ ├── c075001b96339384a97db4862b8ab8db.cache.dill.track.dill │ └── flutter_assets/ │ ├── AssetManifest.json │ ├── FontManifest.json │ ├── NOTICES │ └── fonts/ │ └── MaterialIcons-Regular.otf ├── ios/ │ ├── .gitignore │ ├── Flutter/ │ │ ├── AppFrameworkInfo.plist │ │ ├── Debug.xcconfig │ │ └── Release.xcconfig │ ├── Runner/ │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── LaunchImage.imageset/ │ │ │ ├── Contents.json │ │ │ └── README.md │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── Info.plist │ │ └── Runner-Bridging-Header.h │ ├── Runner.xcodeproj/ │ │ ├── project.pbxproj │ │ ├── project.xcworkspace/ │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata/ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ │ └── xcshareddata/ │ │ └── xcschemes/ │ │ └── Runner.xcscheme │ └── Runner.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ ├── IDEWorkspaceChecks.plist │ └── WorkspaceSettings.xcsettings ├── lib/ │ ├── googlesheets.dart │ ├── main.dart │ ├── mainscreen.dart │ └── sheetscolumn.dart ├── linux/ │ ├── .gitignore │ ├── CMakeLists.txt │ ├── flutter/ │ │ ├── CMakeLists.txt │ │ ├── generated_plugin_registrant.cc │ │ ├── generated_plugin_registrant.h │ │ └── generated_plugins.cmake │ ├── main.cc │ ├── my_application.cc │ └── my_application.h ├── macos/ │ ├── .gitignore │ ├── Flutter/ │ │ ├── Flutter-Debug.xcconfig │ │ ├── Flutter-Release.xcconfig │ │ └── GeneratedPluginRegistrant.swift │ ├── Runner/ │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets/ │ │ │ └── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ └── MainMenu.xib │ │ ├── Configs/ │ │ │ ├── AppInfo.xcconfig │ │ │ ├── Debug.xcconfig │ │ │ ├── Release.xcconfig │ │ │ └── Warnings.xcconfig │ │ ├── DebugProfile.entitlements │ │ ├── Info.plist │ │ ├── MainFlutterWindow.swift │ │ └── Release.entitlements │ ├── Runner.xcodeproj/ │ │ ├── project.pbxproj │ │ ├── project.xcworkspace/ │ │ │ └── xcshareddata/ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata/ │ │ └── xcschemes/ │ │ └── Runner.xcscheme │ └── Runner.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist ├── pubspec.yaml ├── remake_storedata_to_spreadsheet.iml ├── test/ │ └── widget_test.dart ├── web/ │ ├── index.html │ └── manifest.json └── windows/ ├── .gitignore ├── CMakeLists.txt ├── flutter/ │ ├── CMakeLists.txt │ ├── generated_plugin_registrant.cc │ ├── generated_plugin_registrant.h │ └── generated_plugins.cmake └── runner/ ├── CMakeLists.txt ├── Runner.rc ├── flutter_window.cpp ├── flutter_window.h ├── main.cpp ├── resource.h ├── runner.exe.manifest ├── utils.cpp ├── utils.h ├── win32_window.cpp └── win32_window.h