update gitignore

This commit is contained in:
2026-02-18 21:35:37 +07:00
parent 4a141c37e8
commit 60024c5f61
11228 changed files with 86010 additions and 43 deletions

View File

@@ -0,0 +1,48 @@
// Flutter web plugin registrant file.
//
// Generated file. Do not edit.
//
// @dart = 2.13
// ignore_for_file: type=lint
import 'package:connectivity_plus/src/connectivity_plus_web.dart';
import 'package:file_picker/_internal/file_picker_web.dart';
import 'package:file_selector_web/file_selector_web.dart';
import 'package:flutter_inappwebview_web/web/main.dart';
import 'package:flutter_keyboard_visibility_web/flutter_keyboard_visibility_web.dart';
import 'package:fluttertoast/fluttertoast_web.dart';
import 'package:image_picker_for_web/image_picker_for_web.dart';
import 'package:mobile_scanner/src/web/mobile_scanner_web.dart';
import 'package:nb_utils/nb_utils_web.dart';
import 'package:open_file_web/open_file_web.dart';
import 'package:permission_handler_html/permission_handler_html.dart';
import 'package:pointer_interceptor_web/pointer_interceptor_web.dart';
import 'package:printing/printing_web.dart';
import 'package:restart_app/restart_web.dart';
import 'package:share_plus/src/share_plus_web.dart';
import 'package:shared_preferences_web/shared_preferences_web.dart';
import 'package:url_launcher_web/url_launcher_web.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
void registerPlugins([final Registrar? pluginRegistrar]) {
final Registrar registrar = pluginRegistrar ?? webPluginRegistrar;
ConnectivityPlusWebPlugin.registerWith(registrar);
FilePickerWeb.registerWith(registrar);
FileSelectorWeb.registerWith(registrar);
InAppWebViewFlutterPlugin.registerWith(registrar);
FlutterKeyboardVisibilityPlugin.registerWith(registrar);
FluttertoastWebPlugin.registerWith(registrar);
ImagePickerPlugin.registerWith(registrar);
MobileScannerWeb.registerWith(registrar);
NbUtilsWeb.registerWith(registrar);
OpenFilePlugin.registerWith(registrar);
WebPermissionHandler.registerWith(registrar);
PointerInterceptorWeb.registerWith(registrar);
PrintingPlugin.registerWith(registrar);
RestartWeb.registerWith(registrar);
SharePlusWebPlugin.registerWith(registrar);
SharedPreferencesPlugin.registerWith(registrar);
UrlLauncherPlugin.registerWith(registrar);
registrar.registerMessageHandler();
}

View File

@@ -0,0 +1,542 @@
//
// Generated file. Do not edit.
// This file is generated from template in file `flutter_tools/lib/src/flutter_plugins.dart`.
//
// @dart = 3.0
import 'dart:io'; // flutter_ignore: dart_io_import.
import 'package:file_picker/file_picker.dart';
import 'package:file_selector_android/file_selector_android.dart';
import 'package:flutter_inappwebview_android/flutter_inappwebview_android.dart';
import 'package:image_picker_android/image_picker_android.dart';
import 'package:open_file_android/open_file_android.dart';
import 'package:path_provider_android/path_provider_android.dart';
import 'package:shared_preferences_android/shared_preferences_android.dart';
import 'package:sqflite_android/sqflite_android.dart';
import 'package:url_launcher_android/url_launcher_android.dart';
import 'package:webview_flutter_android/webview_flutter_android.dart';
import 'package:file_picker/file_picker.dart';
import 'package:file_selector_ios/file_selector_ios.dart';
import 'package:flutter_inappwebview_ios/flutter_inappwebview_ios.dart';
import 'package:image_picker_ios/image_picker_ios.dart';
import 'package:open_file_ios/open_file_ios.dart';
import 'package:path_provider_foundation/path_provider_foundation.dart';
import 'package:pointer_interceptor_ios/pointer_interceptor_ios.dart';
import 'package:shared_preferences_foundation/shared_preferences_foundation.dart';
import 'package:sqflite_darwin/sqflite_darwin.dart';
import 'package:url_launcher_ios/url_launcher_ios.dart';
import 'package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart';
import 'package:connectivity_plus/connectivity_plus.dart';
import 'package:file_picker/file_picker.dart';
import 'package:file_selector_linux/file_selector_linux.dart';
import 'package:flutter_keyboard_visibility_linux/flutter_keyboard_visibility_linux.dart';
import 'package:image_picker_linux/image_picker_linux.dart';
import 'package:open_file_linux/open_file_linux.dart';
import 'package:path_provider_linux/path_provider_linux.dart';
import 'package:share_plus/share_plus.dart';
import 'package:shared_preferences_linux/shared_preferences_linux.dart';
import 'package:url_launcher_linux/url_launcher_linux.dart';
import 'package:file_picker/file_picker.dart';
import 'package:file_selector_macos/file_selector_macos.dart';
import 'package:flutter_inappwebview_macos/flutter_inappwebview_macos.dart';
import 'package:flutter_keyboard_visibility_macos/flutter_keyboard_visibility_macos.dart';
import 'package:image_picker_macos/image_picker_macos.dart';
import 'package:open_file_mac/open_file_mac.dart';
import 'package:path_provider_foundation/path_provider_foundation.dart';
import 'package:shared_preferences_foundation/shared_preferences_foundation.dart';
import 'package:sqflite_darwin/sqflite_darwin.dart';
import 'package:url_launcher_macos/url_launcher_macos.dart';
import 'package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart';
import 'package:file_picker/file_picker.dart';
import 'package:file_selector_windows/file_selector_windows.dart';
import 'package:flutter_inappwebview_windows/flutter_inappwebview_windows.dart';
import 'package:flutter_keyboard_visibility_windows/flutter_keyboard_visibility_windows.dart';
import 'package:image_picker_windows/image_picker_windows.dart';
import 'package:open_file_windows/open_file_windows.dart';
import 'package:path_provider_windows/path_provider_windows.dart';
import 'package:share_plus/share_plus.dart';
import 'package:shared_preferences_windows/shared_preferences_windows.dart';
import 'package:url_launcher_windows/url_launcher_windows.dart';
@pragma('vm:entry-point')
class _PluginRegistrant {
@pragma('vm:entry-point')
static void register() {
if (Platform.isAndroid) {
try {
FilePickerIO.registerWith();
} catch (err) {
print(
'`file_picker` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FileSelectorAndroid.registerWith();
} catch (err) {
print(
'`file_selector_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
AndroidInAppWebViewPlatform.registerWith();
} catch (err) {
print(
'`flutter_inappwebview_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
ImagePickerAndroid.registerWith();
} catch (err) {
print(
'`image_picker_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
OpenFileAndroid.registerWith();
} catch (err) {
print(
'`open_file_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PathProviderAndroid.registerWith();
} catch (err) {
print(
'`path_provider_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SharedPreferencesAndroid.registerWith();
} catch (err) {
print(
'`shared_preferences_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SqfliteAndroid.registerWith();
} catch (err) {
print(
'`sqflite_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
UrlLauncherAndroid.registerWith();
} catch (err) {
print(
'`url_launcher_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
AndroidWebViewPlatform.registerWith();
} catch (err) {
print(
'`webview_flutter_android` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
} else if (Platform.isIOS) {
try {
FilePickerIO.registerWith();
} catch (err) {
print(
'`file_picker` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FileSelectorIOS.registerWith();
} catch (err) {
print(
'`file_selector_ios` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
IOSInAppWebViewPlatform.registerWith();
} catch (err) {
print(
'`flutter_inappwebview_ios` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
ImagePickerIOS.registerWith();
} catch (err) {
print(
'`image_picker_ios` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
OpenFileIOS.registerWith();
} catch (err) {
print(
'`open_file_ios` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PathProviderFoundation.registerWith();
} catch (err) {
print(
'`path_provider_foundation` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PointerInterceptorIOS.registerWith();
} catch (err) {
print(
'`pointer_interceptor_ios` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SharedPreferencesFoundation.registerWith();
} catch (err) {
print(
'`shared_preferences_foundation` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SqfliteDarwin.registerWith();
} catch (err) {
print(
'`sqflite_darwin` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
UrlLauncherIOS.registerWith();
} catch (err) {
print(
'`url_launcher_ios` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
WebKitWebViewPlatform.registerWith();
} catch (err) {
print(
'`webview_flutter_wkwebview` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
} else if (Platform.isLinux) {
try {
ConnectivityPlusLinuxPlugin.registerWith();
} catch (err) {
print(
'`connectivity_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FilePickerLinux.registerWith();
} catch (err) {
print(
'`file_picker` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FileSelectorLinux.registerWith();
} catch (err) {
print(
'`file_selector_linux` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FlutterKeyboardVisibilityPluginLinux.registerWith();
} catch (err) {
print(
'`flutter_keyboard_visibility_linux` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
ImagePickerLinux.registerWith();
} catch (err) {
print(
'`image_picker_linux` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
OpenFileLinux.registerWith();
} catch (err) {
print(
'`open_file_linux` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PathProviderLinux.registerWith();
} catch (err) {
print(
'`path_provider_linux` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SharePlusLinuxPlugin.registerWith();
} catch (err) {
print(
'`share_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SharedPreferencesLinux.registerWith();
} catch (err) {
print(
'`shared_preferences_linux` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
UrlLauncherLinux.registerWith();
} catch (err) {
print(
'`url_launcher_linux` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
} else if (Platform.isMacOS) {
try {
FilePickerMacOS.registerWith();
} catch (err) {
print(
'`file_picker` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FileSelectorMacOS.registerWith();
} catch (err) {
print(
'`file_selector_macos` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
MacOSInAppWebViewPlatform.registerWith();
} catch (err) {
print(
'`flutter_inappwebview_macos` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FlutterKeyboardVisibilityPluginMacos.registerWith();
} catch (err) {
print(
'`flutter_keyboard_visibility_macos` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
ImagePickerMacOS.registerWith();
} catch (err) {
print(
'`image_picker_macos` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
OpenFileMac.registerWith();
} catch (err) {
print(
'`open_file_mac` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PathProviderFoundation.registerWith();
} catch (err) {
print(
'`path_provider_foundation` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SharedPreferencesFoundation.registerWith();
} catch (err) {
print(
'`shared_preferences_foundation` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SqfliteDarwin.registerWith();
} catch (err) {
print(
'`sqflite_darwin` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
UrlLauncherMacOS.registerWith();
} catch (err) {
print(
'`url_launcher_macos` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
WebKitWebViewPlatform.registerWith();
} catch (err) {
print(
'`webview_flutter_wkwebview` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
} else if (Platform.isWindows) {
try {
FilePickerWindows.registerWith();
} catch (err) {
print(
'`file_picker` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FileSelectorWindows.registerWith();
} catch (err) {
print(
'`file_selector_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
WindowsInAppWebViewPlatform.registerWith();
} catch (err) {
print(
'`flutter_inappwebview_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
FlutterKeyboardVisibilityPluginWindows.registerWith();
} catch (err) {
print(
'`flutter_keyboard_visibility_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
ImagePickerWindows.registerWith();
} catch (err) {
print(
'`image_picker_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
OpenFileWindows.registerWith();
} catch (err) {
print(
'`open_file_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PathProviderWindows.registerWith();
} catch (err) {
print(
'`path_provider_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SharePlusWindowsPlugin.registerWith();
} catch (err) {
print(
'`share_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
SharedPreferencesWindows.registerWith();
} catch (err) {
print(
'`shared_preferences_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
UrlLauncherWindows.registerWith();
} catch (err) {
print(
'`url_launcher_windows` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
}
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/flutter_build/de23814052964bf5dbf9c6bfcb7c7df9/dart_build_result.json:

View File

@@ -0,0 +1 @@
{"inputs":["/home/itc43/flutter/packages/flutter_tools/lib/src/build_system/targets/native_assets.dart","/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/package_config_subset"],"outputs":["/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/flutter_build/de23814052964bf5dbf9c6bfcb7c7df9/dart_build_result.json","/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/flutter_build/de23814052964bf5dbf9c6bfcb7c7df9/dart_build_result.json"]}

View File

@@ -0,0 +1 @@
{"dependencies":[],"code_assets":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"inputs":["/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/package_config_subset"],"outputs":["/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/flutter_build/dart_plugin_registrant.dart"]}

View File

@@ -0,0 +1 @@
{"inputs":[],"outputs":[]}

View File

@@ -0,0 +1 @@
/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/flutter_build/de23814052964bf5dbf9c6bfcb7c7df9/native_assets.json:

View File

@@ -0,0 +1 @@
{"inputs":["/home/itc43/flutter/packages/flutter_tools/lib/src/build_system/targets/native_assets.dart","/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/package_config_subset"],"outputs":["/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/flutter_build/de23814052964bf5dbf9c6bfcb7c7df9/native_assets.json","/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/.dart_tool/flutter_build/de23814052964bf5dbf9c6bfcb7c7df9/native_assets.json"]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"format-version":[1,0,0],"native-assets":{}}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,853 @@
_fe_analyzer_shared
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/_fe_analyzer_shared-88.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/_fe_analyzer_shared-88.0.0/lib/
analyzer
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/analyzer-8.1.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/analyzer-8.1.1/lib/
animated_notch_bottom_bar
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/animated_notch_bottom_bar-1.0.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/animated_notch_bottom_bar-1.0.3/lib/
archive
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/archive-3.6.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/archive-3.6.1/lib/
args
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/args-2.7.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/args-2.7.0/lib/
async
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/async-2.13.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/async-2.13.0/lib/
barcode
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/barcode-2.2.9/
file:///home/itc43/.pub-cache/hosted/pub.dev/barcode-2.2.9/lib/
barcode_widget
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/barcode_widget-2.0.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/barcode_widget-2.0.4/lib/
bidi
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/bidi-2.0.13/
file:///home/itc43/.pub-cache/hosted/pub.dev/bidi-2.0.13/lib/
bijoy_helper
2.16
file:///home/itc43/.pub-cache/hosted/pub.dev/bijoy_helper-1.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/bijoy_helper-1.1.0/lib/
bluetooth_print_plus
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/bluetooth_print_plus-2.4.6/
file:///home/itc43/.pub-cache/hosted/pub.dev/bluetooth_print_plus-2.4.6/lib/
boolean_selector
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/boolean_selector-2.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/boolean_selector-2.1.2/lib/
cached_network_image
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/cached_network_image-3.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/cached_network_image-3.4.1/lib/
cached_network_image_platform_interface
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.1.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.1.1/lib/
cached_network_image_web
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/cached_network_image_web-1.3.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/cached_network_image_web-1.3.1/lib/
change_app_package_name
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/change_app_package_name-1.5.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/change_app_package_name-1.5.0/lib/
characters
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/characters-1.4.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/characters-1.4.0/lib/
clock
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/clock-1.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/clock-1.1.2/lib/
collection
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/collection-1.19.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/collection-1.19.1/lib/
community_material_icon
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/community_material_icon-5.9.55/
file:///home/itc43/.pub-cache/hosted/pub.dev/community_material_icon-5.9.55/lib/
connectivity_plus
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/
file:///home/itc43/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/lib/
connectivity_plus_platform_interface
2.18
file:///home/itc43/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/connectivity_plus_platform_interface-2.0.1/lib/
convert
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/convert-3.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/convert-3.1.2/lib/
cross_file
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2/
file:///home/itc43/.pub-cache/hosted/pub.dev/cross_file-0.3.4+2/lib/
crypto
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/crypto-3.0.6/
file:///home/itc43/.pub-cache/hosted/pub.dev/crypto-3.0.6/lib/
csslib
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/csslib-1.0.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/csslib-1.0.2/lib/
cupertino_icons
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/
file:///home/itc43/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/lib/
dart_style
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/dart_style-3.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/dart_style-3.1.2/lib/
dbus
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/dbus-0.7.11/
file:///home/itc43/.pub-cache/hosted/pub.dev/dbus-0.7.11/lib/
dropdown_button2
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/dropdown_button2-2.3.9/
file:///home/itc43/.pub-cache/hosted/pub.dev/dropdown_button2-2.3.9/lib/
equatable
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/equatable-2.0.7/
file:///home/itc43/.pub-cache/hosted/pub.dev/equatable-2.0.7/lib/
esc_pos_utils_plus
2.19
file:///home/itc43/.pub-cache/hosted/pub.dev/esc_pos_utils_plus-2.0.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/esc_pos_utils_plus-2.0.4/lib/
excel
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/excel-4.0.6/
file:///home/itc43/.pub-cache/hosted/pub.dev/excel-4.0.6/lib/
fake_async
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/fake_async-1.3.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/fake_async-1.3.3/lib/
faker
2.18
file:///home/itc43/.pub-cache/hosted/pub.dev/faker-2.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/faker-2.2.0/lib/
ffi
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/ffi-2.1.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/ffi-2.1.4/lib/
file
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/file-7.0.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/file-7.0.1/lib/
file_picker
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/file_picker-10.3.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_picker-10.3.3/lib/
file_selector
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector-1.0.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector-1.0.4/lib/
file_selector_android
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_android-0.5.1+17/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_android-0.5.1+17/lib/
file_selector_ios
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_ios-0.5.3+2/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_ios-0.5.3+2/lib/
file_selector_linux
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.3+2/lib/
file_selector_macos
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+4/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.4+4/lib/
file_selector_platform_interface
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_platform_interface-2.6.2/lib/
file_selector_web
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_web-0.9.4+2/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_web-0.9.4+2/lib/
file_selector_windows
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+4/
file:///home/itc43/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+4/lib/
fixnum
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/fixnum-1.1.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/fixnum-1.1.1/lib/
fl_chart
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/fl_chart-1.1.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/fl_chart-1.1.1/lib/
flutter_cache_manager
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.4.1/lib/
flutter_easyloading
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_easyloading-3.0.5/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_easyloading-3.0.5/lib/
flutter_feather_icons
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_feather_icons-2.0.0+1/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_feather_icons-2.0.0+1/lib/
flutter_grid_button
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_grid_button-2.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_grid_button-2.1.0/lib/
flutter_inappwebview
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/lib/
flutter_inappwebview_android
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/lib/
flutter_inappwebview_internal_annotations
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_internal_annotations-1.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_internal_annotations-1.2.0/lib/
flutter_inappwebview_ios
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/lib/
flutter_inappwebview_macos
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/lib/
flutter_inappwebview_platform_interface
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_platform_interface-1.3.0+1/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_platform_interface-1.3.0+1/lib/
flutter_inappwebview_web
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/lib/
flutter_inappwebview_windows
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/lib/
flutter_keyboard_visibility
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility-6.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility-6.0.0/lib/
flutter_keyboard_visibility_linux
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_linux-1.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_linux-1.0.0/lib/
flutter_keyboard_visibility_macos
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_macos-1.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_macos-1.0.0/lib/
flutter_keyboard_visibility_platform_interface
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_platform_interface-2.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_platform_interface-2.0.0/lib/
flutter_keyboard_visibility_web
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_web-2.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_web-2.0.0/lib/
flutter_keyboard_visibility_windows
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_windows-1.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_keyboard_visibility_windows-1.0.0/lib/
flutter_lints
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_lints-6.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_lints-6.0.0/lib/
flutter_long_screenshot
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_long_screenshot-2.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_long_screenshot-2.0.0/lib/
flutter_pdfview
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_pdfview-1.4.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_pdfview-1.4.3/lib/
flutter_plugin_android_lifecycle
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.31/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.31/lib/
flutter_riverpod
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_riverpod-2.6.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_riverpod-2.6.1/lib/
flutter_slidable
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_slidable-4.0.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_slidable-4.0.3/lib/
flutter_spinkit
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_spinkit-5.2.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_spinkit-5.2.2/lib/
flutter_svg
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_svg-2.2.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_svg-2.2.1/lib/
flutter_typeahead
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_typeahead-5.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/flutter_typeahead-5.2.0/lib/
fluttertoast
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/fluttertoast-8.2.14/
file:///home/itc43/.pub-cache/hosted/pub.dev/fluttertoast-8.2.14/lib/
glob
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/glob-2.1.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/glob-2.1.3/lib/
html
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/html-0.15.6/
file:///home/itc43/.pub-cache/hosted/pub.dev/html-0.15.6/lib/
http
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/http-1.5.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/http-1.5.0/lib/
http_parser
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/http_parser-4.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/http_parser-4.1.2/lib/
hugeicons
2.18
file:///home/itc43/.pub-cache/hosted/pub.dev/hugeicons-1.1.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/hugeicons-1.1.1/lib/
iconly
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/iconly-1.0.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/iconly-1.0.1/lib/
icons_launcher
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/icons_launcher-3.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/icons_launcher-3.0.0/lib/
icons_plus
2.16
file:///home/itc43/.pub-cache/hosted/pub.dev/icons_plus-5.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/icons_plus-5.0.0/lib/
image
2.15
file:///home/itc43/.pub-cache/hosted/pub.dev/image-4.3.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/image-4.3.0/lib/
image_picker
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker-1.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker-1.2.0/lib/
image_picker_android
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+1/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+1/lib/
image_picker_for_web
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.0/lib/
image_picker_ios
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13/lib/
image_picker_linux
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/lib/
image_picker_macos
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2/lib/
image_picker_platform_interface
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.11.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.11.0/lib/
image_picker_windows
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/lib/
internet_connection_checker_plus
2.15
file:///home/itc43/.pub-cache/hosted/pub.dev/internet_connection_checker_plus-2.7.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/internet_connection_checker_plus-2.7.2/lib/
intl
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/intl-0.20.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/intl-0.20.2/lib/
intl_phone_field
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/intl_phone_field-3.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/intl_phone_field-3.2.0/lib/
intl_utils
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/intl_utils-2.8.12/
file:///home/itc43/.pub-cache/hosted/pub.dev/intl_utils-2.8.12/lib/
leak_tracker
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/leak_tracker-10.0.9/
file:///home/itc43/.pub-cache/hosted/pub.dev/leak_tracker-10.0.9/lib/
leak_tracker_flutter_testing
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.9/
file:///home/itc43/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.9/lib/
leak_tracker_testing
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/
lints
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/lints-6.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/lints-6.0.0/lib/
matcher
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/matcher-0.12.17/
file:///home/itc43/.pub-cache/hosted/pub.dev/matcher-0.12.17/lib/
material_color_utilities
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/
meta
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/meta-1.16.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/meta-1.16.0/lib/
mime
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/mime-2.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/mime-2.0.0/lib/
mobile_scanner
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/mobile_scanner-7.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/mobile_scanner-7.1.2/lib/
nb_utils
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/nb_utils-7.1.8/
file:///home/itc43/.pub-cache/hosted/pub.dev/nb_utils-7.1.8/lib/
nested
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/nested-1.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/nested-1.0.0/lib/
nm
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/nm-0.5.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/nm-0.5.0/lib/
octo_image
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/octo_image-2.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/octo_image-2.1.0/lib/
open_file
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file-3.5.10/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file-3.5.10/lib/
open_file_android
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_android-1.0.6/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_android-1.0.6/lib/
open_file_ios
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_ios-1.0.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_ios-1.0.3/lib/
open_file_linux
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_linux-0.0.5/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_linux-0.0.5/lib/
open_file_mac
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_mac-1.0.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_mac-1.0.3/lib/
open_file_platform_interface
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_platform_interface-1.0.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_platform_interface-1.0.3/lib/
open_file_web
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_web-0.0.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_web-0.0.4/lib/
open_file_windows
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_windows-0.0.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/open_file_windows-0.0.3/lib/
package_config
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/package_config-2.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/package_config-2.2.0/lib/
path
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/path-1.9.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/path-1.9.1/lib/
path_parsing
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/lib/
path_provider
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider-2.1.5/lib/
path_provider_android
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/lib/
path_provider_foundation
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/lib/
path_provider_linux
2.19
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/
path_provider_platform_interface
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/
path_provider_windows
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/lib/
pdf
2.19
file:///home/itc43/.pub-cache/hosted/pub.dev/pdf-3.11.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/pdf-3.11.3/lib/
pdf_widget_wrapper
2.18
file:///home/itc43/.pub-cache/hosted/pub.dev/pdf_widget_wrapper-1.0.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/pdf_widget_wrapper-1.0.4/lib/
permission_handler
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler-12.0.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler-12.0.1/lib/
permission_handler_android
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/lib/
permission_handler_apple
2.18
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/lib/
permission_handler_html
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_html-0.1.3+5/
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_html-0.1.3+5/lib/
permission_handler_platform_interface
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_platform_interface-4.3.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_platform_interface-4.3.0/lib/
permission_handler_windows
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/lib/
petitparser
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/petitparser-7.0.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/petitparser-7.0.1/lib/
pinput
2.15
file:///home/itc43/.pub-cache/hosted/pub.dev/pinput-5.0.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/pinput-5.0.2/lib/
platform
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/platform-3.1.6/
file:///home/itc43/.pub-cache/hosted/pub.dev/platform-3.1.6/lib/
plugin_platform_interface
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/
file:///home/itc43/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/lib/
pointer_interceptor
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor-0.10.1+2/
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor-0.10.1+2/lib/
pointer_interceptor_ios
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor_ios-0.10.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor_ios-0.10.1/lib/
pointer_interceptor_platform_interface
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor_platform_interface-0.10.0+1/
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor_platform_interface-0.10.0+1/lib/
pointer_interceptor_web
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor_web-0.10.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/pointer_interceptor_web-0.10.3/lib/
print_bluetooth_thermal
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/print_bluetooth_thermal-1.1.7/
file:///home/itc43/.pub-cache/hosted/pub.dev/print_bluetooth_thermal-1.1.7/lib/
printing
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/printing-5.14.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/printing-5.14.2/lib/
provider
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/provider-6.1.5+1/
file:///home/itc43/.pub-cache/hosted/pub.dev/provider-6.1.5+1/lib/
pub_semver
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/pub_semver-2.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/pub_semver-2.2.0/lib/
qr
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/qr-3.0.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/qr-3.0.2/lib/
qr_flutter
2.19
file:///home/itc43/.pub-cache/hosted/pub.dev/qr_flutter-4.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/qr_flutter-4.1.0/lib/
restart_app
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/restart_app-1.3.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/restart_app-1.3.2/lib/
riverpod
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/riverpod-2.6.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/riverpod-2.6.1/lib/
rxdart
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/rxdart-0.28.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/rxdart-0.28.0/lib/
screenshot
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/screenshot-3.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/screenshot-3.0.0/lib/
share_plus
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/share_plus-11.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/share_plus-11.1.0/lib/
share_plus_platform_interface
2.18
file:///home/itc43/.pub-cache/hosted/pub.dev/share_plus_platform_interface-6.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/share_plus_platform_interface-6.1.0/lib/
shared_preferences
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3/lib/
shared_preferences_android
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.13/
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.13/lib/
shared_preferences_foundation
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/lib/
shared_preferences_linux
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/lib/
shared_preferences_platform_interface
3.2
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1/lib/
shared_preferences_web
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/lib/
shared_preferences_windows
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/lib/
shimmer
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/shimmer-3.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/shimmer-3.0.0/lib/
smooth_page_indicator
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/smooth_page_indicator-1.2.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/smooth_page_indicator-1.2.1/lib/
source_span
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/source_span-1.10.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/source_span-1.10.1/lib/
sprintf
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/sprintf-7.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/sprintf-7.0.0/lib/
sqflite
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite-2.4.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite-2.4.2/lib/
sqflite_android
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_android-2.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_android-2.4.1/lib/
sqflite_common
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_common-2.5.6/
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_common-2.5.6/lib/
sqflite_darwin
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/lib/
sqflite_platform_interface
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_platform_interface-2.4.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/sqflite_platform_interface-2.4.0/lib/
stack_trace
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/stack_trace-1.12.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/stack_trace-1.12.1/lib/
state_notifier
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/state_notifier-1.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/state_notifier-1.0.0/lib/
stream_channel
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/stream_channel-2.1.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/stream_channel-2.1.4/lib/
string_scanner
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/string_scanner-1.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/string_scanner-1.4.1/lib/
synchronized
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/synchronized-3.4.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/synchronized-3.4.0/lib/
term_glyph
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/term_glyph-1.2.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/term_glyph-1.2.2/lib/
test_api
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/test_api-0.7.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/test_api-0.7.4/lib/
typed_data
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/typed_data-1.4.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/typed_data-1.4.0/lib/
universal_io
2.17
file:///home/itc43/.pub-cache/hosted/pub.dev/universal_io-2.2.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/universal_io-2.2.2/lib/
universal_platform
2.12
file:///home/itc43/.pub-cache/hosted/pub.dev/universal_platform-1.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/universal_platform-1.1.0/lib/
url_launcher
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/lib/
url_launcher_android
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.20/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.20/lib/
url_launcher_ios
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.4/lib/
url_launcher_linux
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/lib/
url_launcher_macos
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.3/lib/
url_launcher_platform_interface
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2/lib/
url_launcher_web
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/lib/
url_launcher_windows
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/lib/
uuid
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/uuid-4.5.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/uuid-4.5.1/lib/
vector_graphics
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_graphics-1.1.19/
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_graphics-1.1.19/lib/
vector_graphics_codec
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.13/
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.13/lib/
vector_graphics_compiler
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.19/
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.19/lib/
vector_math
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_math-2.2.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/
vm_service
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/vm_service-15.0.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/vm_service-15.0.0/lib/
watcher
3.1
file:///home/itc43/.pub-cache/hosted/pub.dev/watcher-1.1.4/
file:///home/itc43/.pub-cache/hosted/pub.dev/watcher-1.1.4/lib/
web
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/web-1.1.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/web-1.1.1/lib/
webview_flutter
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter-4.13.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter-4.13.0/lib/
webview_flutter_android
3.7
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter_android-4.10.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter_android-4.10.1/lib/
webview_flutter_platform_interface
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter_platform_interface-2.14.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter_platform_interface-2.14.0/lib/
webview_flutter_wkwebview
3.6
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.23.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.23.0/lib/
win32
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/win32-5.15.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/win32-5.15.0/lib/
win_ble
3.0
file:///home/itc43/.pub-cache/hosted/pub.dev/win_ble-1.1.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/win_ble-1.1.1/lib/
xdg_directories
3.3
file:///home/itc43/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/
file:///home/itc43/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/lib/
xml
3.8
file:///home/itc43/.pub-cache/hosted/pub.dev/xml-6.6.1/
file:///home/itc43/.pub-cache/hosted/pub.dev/xml-6.6.1/lib/
yaml
3.4
file:///home/itc43/.pub-cache/hosted/pub.dev/yaml-3.1.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/yaml-3.1.3/lib/
youtube_player_flutter
3.5
file:///home/itc43/.pub-cache/hosted/pub.dev/youtube_player_flutter-9.1.3/
file:///home/itc43/.pub-cache/hosted/pub.dev/youtube_player_flutter-9.1.3/lib/
sky_engine
3.7
file:///home/itc43/flutter/bin/cache/pkg/sky_engine/
file:///home/itc43/flutter/bin/cache/pkg/sky_engine/lib/
flutter
3.7
file:///home/itc43/flutter/packages/flutter/
file:///home/itc43/flutter/packages/flutter/lib/
flutter_localizations
3.7
file:///home/itc43/flutter/packages/flutter_localizations/
file:///home/itc43/flutter/packages/flutter_localizations/lib/
flutter_test
3.7
file:///home/itc43/flutter/packages/flutter_test/
file:///home/itc43/flutter/packages/flutter_test/lib/
flutter_web_plugins
3.7
file:///home/itc43/flutter/packages/flutter_web_plugins/
file:///home/itc43/flutter/packages/flutter_web_plugins/lib/
mobile_pos
3.0
file:///media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/
file:///media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/lib/
2

File diff suppressed because it is too large Load Diff

1
.dart_tool/version Normal file
View File

@@ -0,0 +1 @@
3.32.8