first commit
31
.dart_tool/extension_discovery/README.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
Extension Discovery Cache
|
||||||
|
=========================
|
||||||
|
|
||||||
|
This folder is used by `package:extension_discovery` to cache lists of
|
||||||
|
packages that contains extensions for other packages.
|
||||||
|
|
||||||
|
DO NOT USE THIS FOLDER
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
* Do not read (or rely) the contents of this folder.
|
||||||
|
* Do write to this folder.
|
||||||
|
|
||||||
|
If you're interested in the lists of extensions stored in this folder use the
|
||||||
|
API offered by package `extension_discovery` to get this information.
|
||||||
|
|
||||||
|
If this package doesn't work for your use-case, then don't try to read the
|
||||||
|
contents of this folder. It may change, and will not remain stable.
|
||||||
|
|
||||||
|
Use package `extension_discovery`
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
If you want to access information from this folder.
|
||||||
|
|
||||||
|
Feel free to delete this folder
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
Files in this folder act as a cache, and the cache is discarded if the files
|
||||||
|
are older than the modification time of `.dart_tool/package_config.json`.
|
||||||
|
|
||||||
|
Hence, it should never be necessary to clear this cache manually, if you find a
|
||||||
|
need to do please file a bug.
|
||||||
1
.dart_tool/extension_discovery/vs_code.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"version":2,"entries":[{"package":"remever","rootUri":"../","packageUri":"lib/"},{"package":"flutter_gen","rootUri":"flutter_gen/","packageUri":"flutter_gen/"}]}
|
||||||
82
.dart_tool/flutter_build/dart_plugin_registrant.dart
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
//
|
||||||
|
// Generated file. Do not edit.
|
||||||
|
// This file is generated from template in file `flutter_tools/lib/src/flutter_plugins.dart`.
|
||||||
|
//
|
||||||
|
|
||||||
|
// @dart = 3.7
|
||||||
|
|
||||||
|
import 'dart:io'; // flutter_ignore: dart_io_import.
|
||||||
|
import 'package:path_provider_android/path_provider_android.dart';
|
||||||
|
import 'package:path_provider_foundation/path_provider_foundation.dart';
|
||||||
|
import 'package:path_provider_linux/path_provider_linux.dart';
|
||||||
|
import 'package:path_provider_foundation/path_provider_foundation.dart';
|
||||||
|
import 'package:flutter_secure_storage_windows/flutter_secure_storage_windows.dart';
|
||||||
|
import 'package:path_provider_windows/path_provider_windows.dart';
|
||||||
|
|
||||||
|
@pragma('vm:entry-point')
|
||||||
|
class _PluginRegistrant {
|
||||||
|
|
||||||
|
@pragma('vm:entry-point')
|
||||||
|
static void register() {
|
||||||
|
if (Platform.isAndroid) {
|
||||||
|
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'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
} else if (Platform.isIOS) {
|
||||||
|
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'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
} else if (Platform.isLinux) {
|
||||||
|
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'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
} else if (Platform.isMacOS) {
|
||||||
|
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'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
} else if (Platform.isWindows) {
|
||||||
|
try {
|
||||||
|
FlutterSecureStorageWindows.registerWith();
|
||||||
|
} catch (err) {
|
||||||
|
print(
|
||||||
|
'`flutter_secure_storage_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'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/Users/vitalijnecitajlo/work/my/new\ remover/.dart_tool/flutter_build/f8aeafefd67128b8dbf5f95a00355084/dart_build_result.json:
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"inputs":["/Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_tools/lib/src/build_system/targets/native_assets.dart","/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/package_config_subset"],"outputs":["/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/flutter_build/f8aeafefd67128b8dbf5f95a00355084/dart_build_result.json","/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/flutter_build/f8aeafefd67128b8dbf5f95a00355084/dart_build_result.json"]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"dependencies":[],"code_assets":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"inputs":["/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/package_config_subset"],"outputs":["/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/flutter_build/dart_plugin_registrant.dart"]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"inputs":[],"outputs":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/Users/vitalijnecitajlo/work/my/new\ remover/.dart_tool/flutter_build/f8aeafefd67128b8dbf5f95a00355084/native_assets.json:
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"inputs":["/Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_tools/lib/src/build_system/targets/native_assets.dart","/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/package_config_subset"],"outputs":["/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/flutter_build/f8aeafefd67128b8dbf5f95a00355084/native_assets.json","/Users/vitalijnecitajlo/work/my/new remover/.dart_tool/flutter_build/f8aeafefd67128b8dbf5f95a00355084/native_assets.json"]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"format-version":[1,0,0],"native-assets":{}}
|
||||||
1
.dart_tool/package_config.json
Normal file
625
.dart_tool/package_config_subset
Normal file
@@ -0,0 +1,625 @@
|
|||||||
|
_fe_analyzer_shared
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/_fe_analyzer_shared-80.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/_fe_analyzer_shared-80.0.0/lib/
|
||||||
|
analyzer
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/analyzer-7.3.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/analyzer-7.3.0/lib/
|
||||||
|
archive
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/archive-4.0.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/archive-4.0.2/lib/
|
||||||
|
args
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/args-2.6.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/args-2.6.0/lib/
|
||||||
|
async
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/async-2.12.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/async-2.12.0/lib/
|
||||||
|
auto_route
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/auto_route-9.3.0+1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/auto_route-9.3.0+1/lib/
|
||||||
|
auto_route_generator
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/auto_route_generator-9.3.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/auto_route_generator-9.3.1/lib/
|
||||||
|
bloc
|
||||||
|
2.14
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/bloc-9.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/bloc-9.0.0/lib/
|
||||||
|
boolean_selector
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/boolean_selector-2.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/boolean_selector-2.1.2/lib/
|
||||||
|
build
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build-2.4.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build-2.4.2/lib/
|
||||||
|
build_config
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_config-1.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_config-1.1.2/lib/
|
||||||
|
build_daemon
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_daemon-4.0.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_daemon-4.0.4/lib/
|
||||||
|
build_resolvers
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_resolvers-2.4.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_resolvers-2.4.4/lib/
|
||||||
|
build_runner
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_runner-2.4.15/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_runner-2.4.15/lib/
|
||||||
|
build_runner_core
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_runner_core-8.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_runner_core-8.0.0/lib/
|
||||||
|
build_verify
|
||||||
|
2.18
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_verify-3.1.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/build_verify-3.1.0/lib/
|
||||||
|
built_collection
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/built_collection-5.1.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/built_collection-5.1.1/lib/
|
||||||
|
built_value
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/built_value-8.9.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/built_value-8.9.3/lib/
|
||||||
|
characters
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/characters-1.4.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/characters-1.4.0/lib/
|
||||||
|
checked_yaml
|
||||||
|
2.19
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/checked_yaml-2.0.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/checked_yaml-2.0.3/lib/
|
||||||
|
clock
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/clock-1.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/clock-1.1.2/lib/
|
||||||
|
code_builder
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/code_builder-4.10.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/code_builder-4.10.1/lib/
|
||||||
|
collection
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/collection-1.19.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/collection-1.19.1/lib/
|
||||||
|
color
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/color-3.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/color-3.0.0/lib/
|
||||||
|
convert
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/convert-3.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/convert-3.1.2/lib/
|
||||||
|
coverage
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/coverage-1.11.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/coverage-1.11.1/lib/
|
||||||
|
crypto
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/crypto-3.0.6/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/crypto-3.0.6/lib/
|
||||||
|
csv
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/csv-6.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/csv-6.0.0/lib/
|
||||||
|
cupertino_icons
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/lib/
|
||||||
|
curl_logger_dio_interceptor
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/curl_logger_dio_interceptor-1.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/curl_logger_dio_interceptor-1.0.0/lib/
|
||||||
|
dart_style
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dart_style-3.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dart_style-3.0.1/lib/
|
||||||
|
dartx
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dartx-1.2.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dartx-1.2.0/lib/
|
||||||
|
dio
|
||||||
|
2.18
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dio-5.8.0+1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dio-5.8.0+1/lib/
|
||||||
|
dio_smart_retry
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dio_smart_retry-7.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dio_smart_retry-7.0.1/lib/
|
||||||
|
dio_web_adapter
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dio_web_adapter-2.1.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/dio_web_adapter-2.1.0/lib/
|
||||||
|
event_bus
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/event_bus-2.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/event_bus-2.0.1/lib/
|
||||||
|
fake_async
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/fake_async-1.3.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/fake_async-1.3.2/lib/
|
||||||
|
ffi
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/ffi-2.1.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/ffi-2.1.3/lib/
|
||||||
|
file
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/file-7.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/file-7.0.1/lib/
|
||||||
|
fixnum
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/fixnum-1.1.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/fixnum-1.1.1/lib/
|
||||||
|
flutter_bloc
|
||||||
|
2.14
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_bloc-9.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_bloc-9.0.0/lib/
|
||||||
|
flutter_displaymode
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_displaymode-0.6.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_displaymode-0.6.0/lib/
|
||||||
|
flutter_gen_core
|
||||||
|
2.17
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_gen_core-5.9.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_gen_core-5.9.0/lib/
|
||||||
|
flutter_gen_runner
|
||||||
|
2.17
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_gen_runner-5.9.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_gen_runner-5.9.0/lib/
|
||||||
|
flutter_lints
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_lints-5.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_lints-5.0.0/lib/
|
||||||
|
flutter_screenutil
|
||||||
|
2.17
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_screenutil-5.9.3/lib/
|
||||||
|
flutter_secure_storage
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.4/lib/
|
||||||
|
flutter_secure_storage_linux
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.2.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.2.2/lib/
|
||||||
|
flutter_secure_storage_macos
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.3/lib/
|
||||||
|
flutter_secure_storage_platform_interface
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.1.2/lib/
|
||||||
|
flutter_secure_storage_web
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.2.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.2.1/lib/
|
||||||
|
flutter_secure_storage_windows
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.1.2/lib/
|
||||||
|
fps_widget
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/fps_widget-1.0.1+2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/fps_widget-1.0.1+2/lib/
|
||||||
|
freezed
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/freezed-2.5.8/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/freezed-2.5.8/lib/
|
||||||
|
freezed_annotation
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/freezed_annotation-2.4.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/freezed_annotation-2.4.4/lib/
|
||||||
|
frontend_server_client
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/frontend_server_client-4.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/frontend_server_client-4.0.0/lib/
|
||||||
|
functional_listener
|
||||||
|
2.18
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/functional_listener-2.3.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/functional_listener-2.3.1/lib/
|
||||||
|
get_it
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/get_it-7.7.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/get_it-7.7.0/lib/
|
||||||
|
get_it_mixin
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/get_it_mixin-4.2.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/get_it_mixin-4.2.2/lib/
|
||||||
|
glob
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/glob-2.1.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/glob-2.1.3/lib/
|
||||||
|
google_fonts
|
||||||
|
2.14
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/google_fonts-6.2.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/google_fonts-6.2.1/lib/
|
||||||
|
graphs
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/graphs-2.3.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/graphs-2.3.2/lib/
|
||||||
|
hashcodes
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hashcodes-2.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hashcodes-2.0.0/lib/
|
||||||
|
hive_ce
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hive_ce-2.10.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hive_ce-2.10.1/lib/
|
||||||
|
hive_ce_flutter
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hive_ce_flutter-2.2.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hive_ce_flutter-2.2.0/lib/
|
||||||
|
hive_ce_generator
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hive_ce_generator-1.8.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/hive_ce_generator-1.8.2/lib/
|
||||||
|
http
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/http-1.3.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/http-1.3.0/lib/
|
||||||
|
http_multi_server
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/http_multi_server-3.2.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/http_multi_server-3.2.2/lib/
|
||||||
|
http_parser
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/http_parser-4.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/http_parser-4.1.2/lib/
|
||||||
|
image_size_getter
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/image_size_getter-2.4.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/image_size_getter-2.4.0/lib/
|
||||||
|
import_sorter
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/import_sorter-4.6.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/import_sorter-4.6.0/lib/
|
||||||
|
injectable
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/injectable-2.5.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/injectable-2.5.0/lib/
|
||||||
|
injectable_generator
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/injectable_generator-2.7.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/injectable_generator-2.7.0/lib/
|
||||||
|
intl
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/intl-0.19.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/intl-0.19.0/lib/
|
||||||
|
io
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/io-1.0.5/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/io-1.0.5/lib/
|
||||||
|
js
|
||||||
|
2.19
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/js-0.6.7/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/js-0.6.7/lib/
|
||||||
|
json2yaml
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/json2yaml-3.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/json2yaml-3.0.1/lib/
|
||||||
|
json_annotation
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/json_annotation-4.9.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/json_annotation-4.9.0/lib/
|
||||||
|
json_serializable
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/json_serializable-6.9.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/json_serializable-6.9.4/lib/
|
||||||
|
leak_tracker
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/leak_tracker-10.0.8/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/leak_tracker-10.0.8/lib/
|
||||||
|
leak_tracker_flutter_testing
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.9/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.9/lib/
|
||||||
|
leak_tracker_testing
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/
|
||||||
|
lints
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/lints-5.1.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/lints-5.1.1/lib/
|
||||||
|
logging
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/logging-1.3.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/logging-1.3.0/lib/
|
||||||
|
matcher
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/matcher-0.12.17/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/matcher-0.12.17/lib/
|
||||||
|
material_color_utilities
|
||||||
|
2.17
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/
|
||||||
|
meta
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/meta-1.16.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/meta-1.16.0/lib/
|
||||||
|
mime
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/mime-2.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/mime-2.0.0/lib/
|
||||||
|
modal_bottom_sheet
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/modal_bottom_sheet-3.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/modal_bottom_sheet-3.0.0/lib/
|
||||||
|
nested
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/nested-1.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/nested-1.0.0/lib/
|
||||||
|
node_preamble
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/node_preamble-2.0.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/node_preamble-2.0.2/lib/
|
||||||
|
package_config
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/package_config-2.1.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/package_config-2.1.1/lib/
|
||||||
|
path
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path-1.9.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path-1.9.1/lib/
|
||||||
|
path_parsing
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_parsing-1.1.0/lib/
|
||||||
|
path_provider
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider-2.1.5/lib/
|
||||||
|
path_provider_android
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/lib/
|
||||||
|
path_provider_foundation
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/lib/
|
||||||
|
path_provider_linux
|
||||||
|
2.19
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/
|
||||||
|
path_provider_platform_interface
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/
|
||||||
|
path_provider_windows
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/lib/
|
||||||
|
petitparser
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/petitparser-6.1.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/petitparser-6.1.0/lib/
|
||||||
|
pin_code_fields
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pin_code_fields-8.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pin_code_fields-8.0.1/lib/
|
||||||
|
platform
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/platform-3.1.6/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/platform-3.1.6/lib/
|
||||||
|
plugin_platform_interface
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/lib/
|
||||||
|
pool
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pool-1.5.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pool-1.5.1/lib/
|
||||||
|
posix
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/posix-6.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/posix-6.0.1/lib/
|
||||||
|
pretty_dio_logger
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pretty_dio_logger-1.4.0/lib/
|
||||||
|
provider
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/provider-6.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/provider-6.1.2/lib/
|
||||||
|
pub_semver
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pub_semver-2.1.5/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pub_semver-2.1.5/lib/
|
||||||
|
pubspec_parse
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pubspec_parse-1.5.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/pubspec_parse-1.5.0/lib/
|
||||||
|
recase
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/recase-4.1.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/recase-4.1.0/lib/
|
||||||
|
settings_ui
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/settings_ui-2.0.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/settings_ui-2.0.2/lib/
|
||||||
|
shelf
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf-1.4.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf-1.4.2/lib/
|
||||||
|
shelf_packages_handler
|
||||||
|
2.17
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf_packages_handler-3.0.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf_packages_handler-3.0.2/lib/
|
||||||
|
shelf_static
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf_static-1.1.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf_static-1.1.3/lib/
|
||||||
|
shelf_web_socket
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf_web_socket-3.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/shelf_web_socket-3.0.0/lib/
|
||||||
|
slang
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/slang-4.4.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/slang-4.4.1/lib/
|
||||||
|
slang_build_runner
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/slang_build_runner-4.4.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/slang_build_runner-4.4.2/lib/
|
||||||
|
slang_flutter
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/slang_flutter-4.4.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/slang_flutter-4.4.0/lib/
|
||||||
|
source_gen
|
||||||
|
3.6
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_gen-2.0.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_gen-2.0.0/lib/
|
||||||
|
source_helper
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_helper-1.3.5/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_helper-1.3.5/lib/
|
||||||
|
source_map_stack_trace
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_map_stack_trace-2.1.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_map_stack_trace-2.1.2/lib/
|
||||||
|
source_maps
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_maps-0.10.13/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_maps-0.10.13/lib/
|
||||||
|
source_span
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_span-1.10.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/source_span-1.10.1/lib/
|
||||||
|
stack_trace
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/stack_trace-1.12.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/stack_trace-1.12.1/lib/
|
||||||
|
stream_channel
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/stream_channel-2.1.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/stream_channel-2.1.4/lib/
|
||||||
|
stream_transform
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/stream_transform-2.1.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/stream_transform-2.1.1/lib/
|
||||||
|
string_scanner
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/string_scanner-1.4.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/string_scanner-1.4.1/lib/
|
||||||
|
term_glyph
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/term_glyph-1.2.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/term_glyph-1.2.2/lib/
|
||||||
|
test
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/test-1.25.15/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/test-1.25.15/lib/
|
||||||
|
test_api
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/test_api-0.7.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/test_api-0.7.4/lib/
|
||||||
|
test_core
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/test_core-0.6.8/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/test_core-0.6.8/lib/
|
||||||
|
time
|
||||||
|
2.12
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/time-2.1.5/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/time-2.1.5/lib/
|
||||||
|
timing
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/timing-1.0.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/timing-1.0.2/lib/
|
||||||
|
tint
|
||||||
|
2.18
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/tint-2.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/tint-2.0.1/lib/
|
||||||
|
typed_data
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/typed_data-1.4.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/typed_data-1.4.0/lib/
|
||||||
|
vector_graphics_codec
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.13/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.13/lib/
|
||||||
|
vector_graphics_compiler
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.16/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.16/lib/
|
||||||
|
vector_math
|
||||||
|
2.14
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vector_math-2.1.4/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/
|
||||||
|
vm_service
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vm_service-14.3.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/vm_service-14.3.1/lib/
|
||||||
|
watcher
|
||||||
|
3.1
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/watcher-1.1.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/watcher-1.1.1/lib/
|
||||||
|
web
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/web-1.1.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/web-1.1.0/lib/
|
||||||
|
web_socket
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/web_socket-0.1.6/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/web_socket-0.1.6/lib/
|
||||||
|
web_socket_channel
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/web_socket_channel-3.0.2/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/web_socket_channel-3.0.2/lib/
|
||||||
|
webkit_inspection_protocol
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.1/lib/
|
||||||
|
win32
|
||||||
|
3.5
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/win32-5.10.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/win32-5.10.1/lib/
|
||||||
|
xdg_directories
|
||||||
|
3.3
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/lib/
|
||||||
|
xml
|
||||||
|
3.2
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/xml-6.5.0/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/xml-6.5.0/lib/
|
||||||
|
yaml
|
||||||
|
3.4
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/yaml-3.1.3/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/yaml-3.1.3/lib/
|
||||||
|
yaml_writer
|
||||||
|
3.0
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/yaml_writer-2.0.1/
|
||||||
|
file:///Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/yaml_writer-2.0.1/lib/
|
||||||
|
sky_engine
|
||||||
|
3.7
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/bin/cache/pkg/sky_engine/
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/bin/cache/pkg/sky_engine/lib/
|
||||||
|
flutter
|
||||||
|
3.7
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter/
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter/lib/
|
||||||
|
flutter_localizations
|
||||||
|
3.7
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_localizations/
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_localizations/lib/
|
||||||
|
flutter_test
|
||||||
|
3.7
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_test/
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_test/lib/
|
||||||
|
flutter_web_plugins
|
||||||
|
3.7
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_web_plugins/
|
||||||
|
file:///Users/vitalijnecitajlo/fvm/versions/3.29.0/packages/flutter_web_plugins/lib/
|
||||||
|
remever
|
||||||
|
3.7
|
||||||
|
file:///Users/vitalijnecitajlo/work/my/new%20remover/
|
||||||
|
file:///Users/vitalijnecitajlo/work/my/new%20remover/lib/
|
||||||
|
2
|
||||||
1
.dart_tool/version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.29.0
|
||||||
12
.flutter-plugins
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# This is a generated file; do not edit or check into version control.
|
||||||
|
flutter_displaymode=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_displaymode-0.6.0/
|
||||||
|
flutter_secure_storage=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.4/
|
||||||
|
flutter_secure_storage_linux=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.2.2/
|
||||||
|
flutter_secure_storage_macos=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.3/
|
||||||
|
flutter_secure_storage_web=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.2.1/
|
||||||
|
flutter_secure_storage_windows=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.1.2/
|
||||||
|
path_provider=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
|
||||||
|
path_provider_android=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/
|
||||||
|
path_provider_foundation=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/
|
||||||
|
path_provider_linux=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
|
||||||
|
path_provider_windows=/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
|
||||||
1
.flutter-plugins-dependencies
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_secure_storage","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.4/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"android":[{"name":"flutter_displaymode","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_displaymode-0.6.0/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"flutter_secure_storage","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.4/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_android","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/","native_build":true,"dependencies":[],"dev_dependency":false}],"macos":[{"name":"flutter_secure_storage_macos","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.3/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"linux":[{"name":"flutter_secure_storage_linux","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.2.2/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_linux","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[],"dev_dependency":false}],"windows":[{"name":"flutter_secure_storage_windows","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.1.2/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_windows","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[],"dev_dependency":false}],"web":[{"name":"flutter_secure_storage_web","path":"/Users/vitalijnecitajlo/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.2.1/","dependencies":[],"dev_dependency":false}]},"dependencyGraph":[{"name":"flutter_displaymode","dependencies":[]},{"name":"flutter_secure_storage","dependencies":["flutter_secure_storage_linux","flutter_secure_storage_macos","flutter_secure_storage_web","flutter_secure_storage_windows"]},{"name":"flutter_secure_storage_linux","dependencies":[]},{"name":"flutter_secure_storage_macos","dependencies":[]},{"name":"flutter_secure_storage_web","dependencies":[]},{"name":"flutter_secure_storage_windows","dependencies":["path_provider"]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2025-03-03 20:27:56.031824","version":"3.29.0","swift_package_manager_enabled":{"ios":false,"macos":false}}
|
||||||
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
# FVM Version Cache
|
||||||
|
.fvm/
|
||||||
25
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
|
||||||
|
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
|
||||||
|
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "new remover",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "new remover (profile mode)",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "profile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "new remover (release mode)",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "release"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"dart.flutterSdkPath": ".fvm/versions/3.29.0"
|
||||||
|
}
|
||||||
46
Makefile
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
PROJECT_NAME=JY
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
|
||||||
|
clean:
|
||||||
|
fvm flutter clean && fvm flutter pub get
|
||||||
|
|
||||||
|
codegen: clean
|
||||||
|
fvm flutter pub run build_runner build --delete-conflicting-outputs
|
||||||
|
|
||||||
|
watchgen: clean
|
||||||
|
fvm flutter pub run build_runner watch --delete-conflicting-outputs
|
||||||
|
|
||||||
|
|
||||||
|
iosPod:
|
||||||
|
cd ios && rm -rf Podfile.lock Pods Runner.xcworkspace && fvm flutter clean && fvm flutter pub get && pod install
|
||||||
|
|
||||||
|
iosPodUpdate:
|
||||||
|
cd ios && rm -rf Podfile.lock Pods Runner.xcworkspace
|
||||||
|
fvm flutter clean
|
||||||
|
fvm flutter pub get
|
||||||
|
cd ios && pod install --repo-update
|
||||||
|
|
||||||
|
macosPod:
|
||||||
|
cd macos && rm -rf Podfile.lock Pods Runner.xcworkspace && fvm flutter clean && fvm flutter pub get && pod install
|
||||||
|
|
||||||
|
macosPodUpdate:
|
||||||
|
cd macos && rm -rf Podfile.lock Pods Runner.xcworkspace
|
||||||
|
fvm flutter clean
|
||||||
|
fvm flutter pub get
|
||||||
|
cd macos && pod install --repo-update
|
||||||
|
|
||||||
|
androidBuild: clean
|
||||||
|
fvm flutter build apk --split-per-abi
|
||||||
|
mv `pwd`/build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk /tmp/$(PROJECT_NAME)-$(env)-$(ver).apk
|
||||||
|
echo /tmp/$(PROJECT_NAME)-$(env)-$(ver).apk
|
||||||
|
open /tmp
|
||||||
|
|
||||||
|
importSorter:
|
||||||
|
fvm flutter pub run import_sorter:main
|
||||||
|
|
||||||
|
genSlang: clean
|
||||||
|
fvm flutter pub run slang
|
||||||
|
|
||||||
|
pubUpgrade: clean
|
||||||
|
fvm flutter pub upgrade --major-versions
|
||||||
93
README.md
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
# mobile
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
|
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||||
|
|
||||||
|
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
||||||
|
|
||||||
|
## Add your files
|
||||||
|
|
||||||
|
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||||
|
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
cd existing_repo
|
||||||
|
git remote add origin https://gitlab.emitlab.ru/emitlab/better/mobile.git
|
||||||
|
git branch -M master
|
||||||
|
git push -uf origin master
|
||||||
|
```
|
||||||
|
|
||||||
|
## Integrate with your tools
|
||||||
|
|
||||||
|
- [ ] [Set up project integrations](https://gitlab.emitlab.ru/emitlab/better/mobile/-/settings/integrations)
|
||||||
|
|
||||||
|
## Collaborate with your team
|
||||||
|
|
||||||
|
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
||||||
|
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
||||||
|
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
||||||
|
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
||||||
|
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
||||||
|
|
||||||
|
## Test and Deploy
|
||||||
|
|
||||||
|
Use the built-in continuous integration in GitLab.
|
||||||
|
|
||||||
|
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
||||||
|
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
||||||
|
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
||||||
|
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
||||||
|
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
# Editing this README
|
||||||
|
|
||||||
|
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
||||||
|
|
||||||
|
## Suggestions for a good README
|
||||||
|
|
||||||
|
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
||||||
|
|
||||||
|
## Name
|
||||||
|
Choose a self-explaining name for your project.
|
||||||
|
|
||||||
|
## Description
|
||||||
|
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
||||||
|
|
||||||
|
## Badges
|
||||||
|
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
||||||
|
|
||||||
|
## Visuals
|
||||||
|
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
||||||
|
|
||||||
|
## Support
|
||||||
|
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
||||||
|
|
||||||
|
## Roadmap
|
||||||
|
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
State if you are open to contributions and what your requirements are for accepting them.
|
||||||
|
|
||||||
|
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
||||||
|
|
||||||
|
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
||||||
|
|
||||||
|
## Authors and acknowledgment
|
||||||
|
Show your appreciation to those who have contributed to the project.
|
||||||
|
|
||||||
|
## License
|
||||||
|
For open source projects, say how it is licensed.
|
||||||
|
|
||||||
|
## Project status
|
||||||
|
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
||||||
28
analysis_options.yaml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# This file configures the analyzer, which statically analyzes Dart code to
|
||||||
|
# check for errors, warnings, and lints.
|
||||||
|
#
|
||||||
|
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
|
||||||
|
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
|
||||||
|
# invoked from the command line by running `flutter analyze`.
|
||||||
|
|
||||||
|
# The following line activates a set of recommended lints for Flutter apps,
|
||||||
|
# packages, and plugins designed to encourage good coding practices.
|
||||||
|
include: package:flutter_lints/flutter.yaml
|
||||||
|
|
||||||
|
linter:
|
||||||
|
# The lint rules applied to this project can be customized in the
|
||||||
|
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
|
||||||
|
# included above or to enable additional rules. A list of all available lints
|
||||||
|
# and their documentation is published at https://dart.dev/lints.
|
||||||
|
#
|
||||||
|
# Instead of disabling a lint rule for the entire project in the
|
||||||
|
# section below, it can also be suppressed for a single line of code
|
||||||
|
# or a specific dart file by using the `// ignore: name_of_lint` and
|
||||||
|
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||||
|
# producing the lint.
|
||||||
|
rules:
|
||||||
|
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||||
|
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||||
|
|
||||||
|
# Additional information about this file can be found at
|
||||||
|
# https://dart.dev/guides/language/analysis-options
|
||||||
14
android/.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
gradle-wrapper.jar
|
||||||
|
/.gradle
|
||||||
|
/captures/
|
||||||
|
/gradlew
|
||||||
|
/gradlew.bat
|
||||||
|
/local.properties
|
||||||
|
GeneratedPluginRegistrant.java
|
||||||
|
.cxx/
|
||||||
|
|
||||||
|
# Remember to never publicly share your keystore.
|
||||||
|
# See https://flutter.dev/to/reference-keystore
|
||||||
|
key.properties
|
||||||
|
**/*.keystore
|
||||||
|
**/*.jks
|
||||||
44
android/app/build.gradle.kts
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
plugins {
|
||||||
|
id("com.android.application")
|
||||||
|
id("kotlin-android")
|
||||||
|
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
|
||||||
|
id("dev.flutter.flutter-gradle-plugin")
|
||||||
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace = "ru.remever.mobile.remever"
|
||||||
|
compileSdk = flutter.compileSdkVersion
|
||||||
|
ndkVersion = "27.0.12077973"
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
targetCompatibility = JavaVersion.VERSION_11
|
||||||
|
}
|
||||||
|
|
||||||
|
kotlinOptions {
|
||||||
|
jvmTarget = JavaVersion.VERSION_11.toString()
|
||||||
|
}
|
||||||
|
|
||||||
|
defaultConfig {
|
||||||
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||||
|
applicationId = "ru.remever.mobile.remever"
|
||||||
|
// You can update the following values to match your application needs.
|
||||||
|
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||||
|
minSdk = flutter.minSdkVersion
|
||||||
|
targetSdk = flutter.targetSdkVersion
|
||||||
|
versionCode = flutter.versionCode
|
||||||
|
versionName = flutter.versionName
|
||||||
|
}
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
release {
|
||||||
|
// TODO: Add your own signing config for the release build.
|
||||||
|
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||||
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
flutter {
|
||||||
|
source = "../.."
|
||||||
|
}
|
||||||
7
android/app/src/debug/AndroidManifest.xml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<!-- The INTERNET permission is required for development. Specifically,
|
||||||
|
the Flutter tool needs it to communicate with the running application
|
||||||
|
to allow setting breakpoints, to provide hot reload, etc.
|
||||||
|
-->
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
</manifest>
|
||||||
45
android/app/src/main/AndroidManifest.xml
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<application
|
||||||
|
android:label="remever"
|
||||||
|
android:name="${applicationName}"
|
||||||
|
android:icon="@mipmap/ic_launcher">
|
||||||
|
<activity
|
||||||
|
android:name=".MainActivity"
|
||||||
|
android:exported="true"
|
||||||
|
android:launchMode="singleTop"
|
||||||
|
android:taskAffinity=""
|
||||||
|
android:theme="@style/LaunchTheme"
|
||||||
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||||
|
android:hardwareAccelerated="true"
|
||||||
|
android:windowSoftInputMode="adjustResize">
|
||||||
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|
||||||
|
the Android process has started. This theme is visible to the user
|
||||||
|
while the Flutter UI initializes. After that, this theme continues
|
||||||
|
to determine the Window background behind the Flutter UI. -->
|
||||||
|
<meta-data
|
||||||
|
android:name="io.flutter.embedding.android.NormalTheme"
|
||||||
|
android:resource="@style/NormalTheme"
|
||||||
|
/>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
<!-- Don't delete the meta-data below.
|
||||||
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||||
|
<meta-data
|
||||||
|
android:name="flutterEmbedding"
|
||||||
|
android:value="2" />
|
||||||
|
</application>
|
||||||
|
<!-- Required to query activities that can process text, see:
|
||||||
|
https://developer.android.com/training/package-visibility and
|
||||||
|
https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT.
|
||||||
|
|
||||||
|
In particular, this is used by the Flutter engine in io.flutter.plugin.text.ProcessTextPlugin. -->
|
||||||
|
<queries>
|
||||||
|
<intent>
|
||||||
|
<action android:name="android.intent.action.PROCESS_TEXT" />
|
||||||
|
<data android:mimeType="text/plain" />
|
||||||
|
</intent>
|
||||||
|
</queries>
|
||||||
|
</manifest>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
package ru.remever.mobile.remever
|
||||||
|
|
||||||
|
import io.flutter.embedding.android.FlutterActivity
|
||||||
|
|
||||||
|
class MainActivity : FlutterActivity()
|
||||||
12
android/app/src/main/res/drawable-v21/launch_background.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Modify this file to customize your launch splash screen -->
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:drawable="?android:colorBackground" />
|
||||||
|
|
||||||
|
<!-- You can insert your own image assets here -->
|
||||||
|
<!-- <item>
|
||||||
|
<bitmap
|
||||||
|
android:gravity="center"
|
||||||
|
android:src="@mipmap/launch_image" />
|
||||||
|
</item> -->
|
||||||
|
</layer-list>
|
||||||
12
android/app/src/main/res/drawable/launch_background.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Modify this file to customize your launch splash screen -->
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:drawable="@android:color/white" />
|
||||||
|
|
||||||
|
<!-- You can insert your own image assets here -->
|
||||||
|
<!-- <item>
|
||||||
|
<bitmap
|
||||||
|
android:gravity="center"
|
||||||
|
android:src="@mipmap/launch_image" />
|
||||||
|
</item> -->
|
||||||
|
</layer-list>
|
||||||
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 544 B |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 442 B |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 721 B |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
18
android/app/src/main/res/values-night/styles.xml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
|
||||||
|
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
|
the Flutter engine draws its first frame -->
|
||||||
|
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||||
|
</style>
|
||||||
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
|
This theme determines the color of the Android Window while your
|
||||||
|
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||||
|
running.
|
||||||
|
|
||||||
|
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||||
|
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
|
<item name="android:windowBackground">?android:colorBackground</item>
|
||||||
|
</style>
|
||||||
|
</resources>
|
||||||
18
android/app/src/main/res/values/styles.xml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
|
||||||
|
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||||
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
|
the Flutter engine draws its first frame -->
|
||||||
|
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||||
|
</style>
|
||||||
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
|
This theme determines the color of the Android Window while your
|
||||||
|
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||||
|
running.
|
||||||
|
|
||||||
|
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||||
|
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||||
|
<item name="android:windowBackground">?android:colorBackground</item>
|
||||||
|
</style>
|
||||||
|
</resources>
|
||||||
7
android/app/src/profile/AndroidManifest.xml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<!-- The INTERNET permission is required for development. Specifically,
|
||||||
|
the Flutter tool needs it to communicate with the running application
|
||||||
|
to allow setting breakpoints, to provide hot reload, etc.
|
||||||
|
-->
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
</manifest>
|
||||||
21
android/build.gradle.kts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
val newBuildDir: Directory = rootProject.layout.buildDirectory.dir("../../build").get()
|
||||||
|
rootProject.layout.buildDirectory.value(newBuildDir)
|
||||||
|
|
||||||
|
subprojects {
|
||||||
|
val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
|
||||||
|
project.layout.buildDirectory.value(newSubprojectBuildDir)
|
||||||
|
}
|
||||||
|
subprojects {
|
||||||
|
project.evaluationDependsOn(":app")
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.register<Delete>("clean") {
|
||||||
|
delete(rootProject.layout.buildDirectory)
|
||||||
|
}
|
||||||
3
android/gradle.properties
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
||||||
|
android.useAndroidX=true
|
||||||
|
android.enableJetifier=true
|
||||||
5
android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
distributionBase=GRADLE_USER_HOME
|
||||||
|
distributionPath=wrapper/dists
|
||||||
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
|
||||||
25
android/settings.gradle.kts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
pluginManagement {
|
||||||
|
val flutterSdkPath = run {
|
||||||
|
val properties = java.util.Properties()
|
||||||
|
file("local.properties").inputStream().use { properties.load(it) }
|
||||||
|
val flutterSdkPath = properties.getProperty("flutter.sdk")
|
||||||
|
require(flutterSdkPath != null) { "flutter.sdk not set in local.properties" }
|
||||||
|
flutterSdkPath
|
||||||
|
}
|
||||||
|
|
||||||
|
includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
gradlePluginPortal()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||||
|
id("com.android.application") version "8.7.0" apply false
|
||||||
|
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
||||||
|
}
|
||||||
|
|
||||||
|
include(":app")
|
||||||
29
android/whoww_android.iml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="FacetManager">
|
||||||
|
<facet type="android" name="Android">
|
||||||
|
<configuration>
|
||||||
|
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
||||||
|
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/gen" />
|
||||||
|
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/gen" />
|
||||||
|
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/app/src/main/AndroidManifest.xml" />
|
||||||
|
<option name="RES_FOLDER_RELATIVE_PATH" value="/app/src/main/res" />
|
||||||
|
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/app/src/main/assets" />
|
||||||
|
<option name="LIBS_FOLDER_RELATIVE_PATH" value="/app/src/main/libs" />
|
||||||
|
<option name="PROGUARD_LOGS_FOLDER_RELATIVE_PATH" value="/app/src/main/proguard_logs" />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/app/src/main/java" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/app/src/main/kotlin" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" name="Flutter for Android" level="project" />
|
||||||
|
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
BIN
assets/.DS_Store
vendored
Normal file
BIN
assets/icons/.DS_Store
vendored
Normal file
BIN
assets/icons/back.png
Normal file
|
After Width: | Height: | Size: 278 B |
BIN
assets/icons/call.png
Normal file
|
After Width: | Height: | Size: 634 B |
BIN
assets/icons/mail.png
Normal file
|
After Width: | Height: | Size: 563 B |
BIN
assets/icons/type=arrow_down.png
Normal file
|
After Width: | Height: | Size: 648 B |
BIN
assets/icons/type=back.png
Normal file
|
After Width: | Height: | Size: 714 B |
BIN
assets/icons/type=bold.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/icons/type=capsLock.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/icons/type=cards.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/icons/type=check.png
Normal file
|
After Width: | Height: | Size: 384 B |
BIN
assets/icons/type=check_round.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/icons/type=checkbox_empty_.png
Normal file
|
After Width: | Height: | Size: 847 B |
BIN
assets/icons/type=checkbox_fill.png
Normal file
|
After Width: | Height: | Size: 970 B |
BIN
assets/icons/type=close.png
Normal file
|
After Width: | Height: | Size: 605 B |
BIN
assets/icons/type=collection.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/icons/type=copy.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/icons/type=create card.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/icons/type=danger.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/icons/type=description.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/icons/type=download.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/icons/type=edit.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/icons/type=flip.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/icons/type=flip_2.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/icons/type=heading.png
Normal file
|
After Width: | Height: | Size: 697 B |
BIN
assets/icons/type=hide.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/icons/type=img.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
assets/icons/type=in focus.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/icons/type=info.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/icons/type=learn.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/icons/type=like.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/icons/type=like_18_18.png
Normal file
|
After Width: | Height: | Size: 663 B |
BIN
assets/icons/type=like_fill.png
Normal file
|
After Width: | Height: | Size: 887 B |
BIN
assets/icons/type=markers.png
Normal file
|
After Width: | Height: | Size: 958 B |
BIN
assets/icons/type=menu_vertical.png
Normal file
|
After Width: | Height: | Size: 403 B |
BIN
assets/icons/type=minus.png
Normal file
|
After Width: | Height: | Size: 298 B |
BIN
assets/icons/type=move.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/icons/type=number_markers.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/icons/type=paste.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/icons/type=photo.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/icons/type=plus.png
Normal file
|
After Width: | Height: | Size: 436 B |
BIN
assets/icons/type=public.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/icons/type=remember.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/icons/type=search.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/icons/type=setting.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
assets/icons/type=share.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/icons/type=show.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/icons/type=sort.png
Normal file
|
After Width: | Height: | Size: 838 B |
BIN
assets/icons/type=sort_A.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |