From 9ce9f5182e720c14184b2debcf05ebd7f2d4d8bc Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Tue, 20 Jun 2023 14:07:21 +0300 Subject: [PATCH 1/5] [readme] Update readme --- README.md | 77 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 63 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1c10629..3ee8d1e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,66 @@ # Flutter Packages Aurora OS This repo is a companion repo to the main flutter repo. -It contains the source code for Aurora Flutter's packages (i.e., packages developed by the Aurora team). - -# Packages: - -* [battery_plus](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/battery_plus/battery_plus_aurora) - The Aurora implementation of [battery_plus](https://pub.dev/packages/battery_plus). -* [device_info_plus](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/device_info_plus/device_info_plus_aurora) - The Aurora implementation of [device_info_plus](https://pub.dev/packages/device_info_plus). -* [flutter_local_notifications](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/flutter_local_notifications/flutter_local_notifications_aurora) - The Aurora implementation of [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications). -* [flutter_secure_storage](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/flutter_secure_storage/flutter_secure_storage_aurora) - The Aurora implementation of [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage). -* [package_info_plus](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/package_info_plus/package_info_plus_aurora) - The Aurora implementation of [package_info_plus](https://pub.dev/packages/package_info_plus). -* [path_provider](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/path_provider/path_provider_aurora) - The Aurora implementation of [path_provider](https://pub.dev/packages/path_provider). -* [shared_preferences](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/shared_preferences/shared_preferences_aurora) - The Aurora implementation of [shared_preferences](https://pub.dev/packages/shared_preferences). -* [sqflite](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/sqflite/sqflite_aurora) - The Aurora OS implementation of [sqflite](https://pub.dev/packages/sqflite). -* [wakelock](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/wakelock/wakelock_aurora) - The Aurora OS implementation of [wakelock](https://pub.dev/packages/wakelock). -* [xdga_directories](https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/dev/packages/xdga_directories) - A Dart package for reading directory path on Aurora OS. +It contains the source code for Aurora Flutter's packages (i.e., packages developed and check by the Aurora team). + +## Package done + +Packages made or for review + +| Package | Version | OS Version | State | Comment | Task | +|-------------------------------------------------------------------------------------|----------|------------|---------|---------------------------------------------------------------------|----------------------------------------------------| +| [battery_plus](https://pub.dev/packages/battery_plus) | 4.0.1 | 4.0.2 | Review | - | [17083](https://jira.omprussia.ru/browse/OS-17083) | +| [device_info_plus](https://pub.dev/packages/device_info_plus) | 9.0.2 | 4.0.2 | Review | - | [17020](https://jira.omprussia.ru/browse/OS-17020) | +| [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications) | 14.1.1 | 4.0.2 | Done | - | [16943](https://jira.omprussia.ru/browse/OS-16943) | +| [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) | 8.0.0 | 4.0.2 | Review | Ключь нужно генерировать сейчас самому, например через пин от юзера | [17088](https://jira.omprussia.ru/browse/OS-17088) | +| [package_info_plus](https://pub.dev/packages/package_info_plus) | 4.0.2 | 4.0.2 | Done | Достать `version` & `build_number` не удалось | [17187](https://jira.omprussia.ru/browse/OS-17187) | +| [path_provider](https://pub.dev/packages/path_provider) | 2.0.15 | 4.0.2 | Review | - | [16308](https://jira.omprussia.ru/browse/OS-16308) | +| [shared_preferences](https://pub.dev/packages/shared_preferences) | 2.1.2 | 4.0.2 | Review | - | [16941](https://jira.omprussia.ru/browse/OS-16941) | +| [sqflite](https://pub.dev/packages/sqflite) | 2.2.6 | 4.0.2 | Review | - | [16307](https://jira.omprussia.ru/browse/OS-16307) | +| [wakelock](https://pub.dev/packages/wakelock) | 0.6.2 | 4.0.2 | Review | - | [17021](https://jira.omprussia.ru/browse/OS-17021) | +| xdga_directories | - | 4.0.2 | Review | Аналог [xdg_directories](https://pub.dev/packages/xdg_directories) | [16308](https://jira.omprussia.ru/browse/OS-16308) | + +## Package verified + +Verified packages on Aurora OS + +| Package | Version | OS Version | State | Comment | Task | +|-------------------------------------------------------------------------|----------|-------------|--------|----------------------------|-------------------------------------------------| +| [flutter_cache_manager](https://pub.dev/packages/flutter_cache_manager) | 3.3.0 | 4.0.2 | Done | Depends on `path_provider` | [17087](https://jira.omprussia.ru/browse/17087) | +| [cached_network_image](https://pub.dev/packages/cached_network_image) | 3.2.3 | 4.0.2 | Done | - | [17085](https://jira.omprussia.ru/browse/17085) | + +## Package in progress + +Started development and its status + +| Package | Version | OS Version | State | Comment | Task | +|--------------------------------------------------------------------------|----------|------------|----------|--------------------------------------------------------------------------------|----------------------------------------------------| +| [flutter_reactive_ble](https://pub.dev/packages/flutter_reactive_ble) | 5.0.3 | 4.0.2 | Progress | Vitaliy Zarubin | [17086](https://jira.omprussia.ru/browse/OS-17086) | +| [url_launcher](https://pub.dev/packages/url_launcher) | 6.1.11 | 5.0.0 | Waiting | [OpenURI](https://confluence.omprussia.ru/pages/viewpage.action?pageId=163055648) | [16942](https://jira.omprussia.ru/browse/OS-16942) | +| [sensors_plus](https://pub.dev/packages/sensors_plus) | 3.0.2 | 4.0.2 | Blocked | [17170](https://jira.omprussia.ru/browse/OS-17170) | [17084](https://jira.omprussia.ru/browse/OS-17084) | + + +## Package waiting + +Packets waiting in line + +| Package | State | Comment | Task | +|-----------------------------------------------------------------------|---------|---------|----------------------------------------------------| +| [camera](https://pub.dev/packages/camera) | Waiting | - | [16741](https://jira.omprussia.ru/browse/OS-16741) | +| [video_player](https://pub.dev/packages/video_player) | Waiting | - | - | +| [image_picker](https://pub.dev/packages/image_picker) | Waiting | - | - | +| [geolocator](https://pub.dev/packages/geolocator) | Waiting | - | - | +| [permission_handler](https://pub.dev/packages/permission_handler) | Waiting | - | - | +| [file_picker](https://pub.dev/packages/file_picker) | Waiting | - | - | +| [webview_flutter](https://pub.dev/packages/webview_flutter) | Waiting | - | - | +| [local_auth](https://pub.dev/packages/local_auth) | Waiting | - | - | +| [flutter_inappwebview](https://pub.dev/packages/flutter_inappwebview) | Waiting | - | - | +| [qr_code_scanner](https://pub.dev/packages/qr_code_scanner) | Waiting | - | - | +| [connectivity_plus](https://pub.dev/packages/connectivity_plus) | Waiting | - | - | +| [share_plus](https://pub.dev/packages/share_plus) | Waiting | - | - | +| [app_settings](https://pub.dev/packages/app_settings) | Waiting | - | - | +| [maps_launcher](https://pub.dev/packages/maps_launcher) | Waiting | - | - | +| [nfc_manager](https://pub.dev/packages/nfc_manager) | Waiting | - | - | +| [push](https://pub.dev/packages/push) | Waiting | - | - | +| [audioplayers](https://pub.dev/packages/audioplayers) | Waiting | - | - | +| [network_info_plus](https://pub.dev/packages/network_info_plus) | Waiting | - | - | \ No newline at end of file From 9273af8eea157596e5e14035225cc5428ae95b20 Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Wed, 21 Jun 2023 17:19:33 +0300 Subject: [PATCH 2/5] [readme] Fix end line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee8d1e..c8ac1c9 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ Packets waiting in line | [nfc_manager](https://pub.dev/packages/nfc_manager) | Waiting | - | - | | [push](https://pub.dev/packages/push) | Waiting | - | - | | [audioplayers](https://pub.dev/packages/audioplayers) | Waiting | - | - | -| [network_info_plus](https://pub.dev/packages/network_info_plus) | Waiting | - | - | \ No newline at end of file +| [network_info_plus](https://pub.dev/packages/network_info_plus) | Waiting | - | - | From 3adfd7b2f9324b9b6e666b89c795efdda2f393a7 Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Thu, 22 Jun 2023 10:49:11 +0300 Subject: [PATCH 3/5] [readme] Remove tasks --- README.md | 82 +++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index c8ac1c9..5afc07e 100644 --- a/README.md +++ b/README.md @@ -7,60 +7,60 @@ It contains the source code for Aurora Flutter's packages (i.e., packages develo Packages made or for review -| Package | Version | OS Version | State | Comment | Task | -|-------------------------------------------------------------------------------------|----------|------------|---------|---------------------------------------------------------------------|----------------------------------------------------| -| [battery_plus](https://pub.dev/packages/battery_plus) | 4.0.1 | 4.0.2 | Review | - | [17083](https://jira.omprussia.ru/browse/OS-17083) | -| [device_info_plus](https://pub.dev/packages/device_info_plus) | 9.0.2 | 4.0.2 | Review | - | [17020](https://jira.omprussia.ru/browse/OS-17020) | -| [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications) | 14.1.1 | 4.0.2 | Done | - | [16943](https://jira.omprussia.ru/browse/OS-16943) | -| [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) | 8.0.0 | 4.0.2 | Review | Ключь нужно генерировать сейчас самому, например через пин от юзера | [17088](https://jira.omprussia.ru/browse/OS-17088) | -| [package_info_plus](https://pub.dev/packages/package_info_plus) | 4.0.2 | 4.0.2 | Done | Достать `version` & `build_number` не удалось | [17187](https://jira.omprussia.ru/browse/OS-17187) | -| [path_provider](https://pub.dev/packages/path_provider) | 2.0.15 | 4.0.2 | Review | - | [16308](https://jira.omprussia.ru/browse/OS-16308) | -| [shared_preferences](https://pub.dev/packages/shared_preferences) | 2.1.2 | 4.0.2 | Review | - | [16941](https://jira.omprussia.ru/browse/OS-16941) | -| [sqflite](https://pub.dev/packages/sqflite) | 2.2.6 | 4.0.2 | Review | - | [16307](https://jira.omprussia.ru/browse/OS-16307) | -| [wakelock](https://pub.dev/packages/wakelock) | 0.6.2 | 4.0.2 | Review | - | [17021](https://jira.omprussia.ru/browse/OS-17021) | -| xdga_directories | - | 4.0.2 | Review | Аналог [xdg_directories](https://pub.dev/packages/xdg_directories) | [16308](https://jira.omprussia.ru/browse/OS-16308) | +| Package | Version | OS Version | State | Comment | +|-------------------------------------------------------------------------------------|----------|------------|---------|---------------------------------------------------------------------| +| [battery_plus](https://pub.dev/packages/battery_plus) | 4.0.1 | 4.0.2 | Review | - | +| [device_info_plus](https://pub.dev/packages/device_info_plus) | 9.0.2 | 4.0.2 | Review | - | +| [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications) | 14.1.1 | 4.0.2 | Done | - | +| [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) | 8.0.0 | 4.0.2 | Review | Ключь нужно генерировать сейчас самому, например через пин от юзера | +| [package_info_plus](https://pub.dev/packages/package_info_plus) | 4.0.2 | 4.0.2 | Done | Достать `version` & `build_number` не удалось | +| [path_provider](https://pub.dev/packages/path_provider) | 2.0.15 | 4.0.2 | Review | - | +| [shared_preferences](https://pub.dev/packages/shared_preferences) | 2.1.2 | 4.0.2 | Review | - | +| [sqflite](https://pub.dev/packages/sqflite) | 2.2.6 | 4.0.2 | Review | - | +| [wakelock](https://pub.dev/packages/wakelock) | 0.6.2 | 4.0.2 | Review | - | +| xdga_directories | - | 4.0.2 | Review | Аналог [xdg_directories](https://pub.dev/packages/xdg_directories) | ## Package verified Verified packages on Aurora OS -| Package | Version | OS Version | State | Comment | Task | -|-------------------------------------------------------------------------|----------|-------------|--------|----------------------------|-------------------------------------------------| -| [flutter_cache_manager](https://pub.dev/packages/flutter_cache_manager) | 3.3.0 | 4.0.2 | Done | Depends on `path_provider` | [17087](https://jira.omprussia.ru/browse/17087) | -| [cached_network_image](https://pub.dev/packages/cached_network_image) | 3.2.3 | 4.0.2 | Done | - | [17085](https://jira.omprussia.ru/browse/17085) | +| Package | Version | OS Version | State | Comment | +|-------------------------------------------------------------------------|----------|-------------|--------|------------------------------------| +| [flutter_cache_manager](https://pub.dev/packages/flutter_cache_manager) | 3.3.0 | 4.0.2 | Done | Depends on `path_provider` | +| [cached_network_image](https://pub.dev/packages/cached_network_image) | 3.2.3 | 4.0.2 | Done | Depends on `flutter_cache_manager` | ## Package in progress Started development and its status -| Package | Version | OS Version | State | Comment | Task | -|--------------------------------------------------------------------------|----------|------------|----------|--------------------------------------------------------------------------------|----------------------------------------------------| -| [flutter_reactive_ble](https://pub.dev/packages/flutter_reactive_ble) | 5.0.3 | 4.0.2 | Progress | Vitaliy Zarubin | [17086](https://jira.omprussia.ru/browse/OS-17086) | -| [url_launcher](https://pub.dev/packages/url_launcher) | 6.1.11 | 5.0.0 | Waiting | [OpenURI](https://confluence.omprussia.ru/pages/viewpage.action?pageId=163055648) | [16942](https://jira.omprussia.ru/browse/OS-16942) | -| [sensors_plus](https://pub.dev/packages/sensors_plus) | 3.0.2 | 4.0.2 | Blocked | [17170](https://jira.omprussia.ru/browse/OS-17170) | [17084](https://jira.omprussia.ru/browse/OS-17084) | +| Package | Version | OS Version | State | Comment | +|--------------------------------------------------------------------------|----------|------------|----------|-----------------------------------------------------------------------------------| +| [flutter_reactive_ble](https://pub.dev/packages/flutter_reactive_ble) | 5.0.3 | 4.0.2 | Progress | Vitaliy Zarubin | +| [url_launcher](https://pub.dev/packages/url_launcher) | 6.1.11 | 5.0.0 | Waiting | [OpenURI](https://confluence.omprussia.ru/pages/viewpage.action?pageId=163055648) | +| [sensors_plus](https://pub.dev/packages/sensors_plus) | 3.0.2 | 4.0.2 | Blocked | Нет интерфейса для использования Sensors API без Qt | ## Package waiting Packets waiting in line -| Package | State | Comment | Task | -|-----------------------------------------------------------------------|---------|---------|----------------------------------------------------| -| [camera](https://pub.dev/packages/camera) | Waiting | - | [16741](https://jira.omprussia.ru/browse/OS-16741) | -| [video_player](https://pub.dev/packages/video_player) | Waiting | - | - | -| [image_picker](https://pub.dev/packages/image_picker) | Waiting | - | - | -| [geolocator](https://pub.dev/packages/geolocator) | Waiting | - | - | -| [permission_handler](https://pub.dev/packages/permission_handler) | Waiting | - | - | -| [file_picker](https://pub.dev/packages/file_picker) | Waiting | - | - | -| [webview_flutter](https://pub.dev/packages/webview_flutter) | Waiting | - | - | -| [local_auth](https://pub.dev/packages/local_auth) | Waiting | - | - | -| [flutter_inappwebview](https://pub.dev/packages/flutter_inappwebview) | Waiting | - | - | -| [qr_code_scanner](https://pub.dev/packages/qr_code_scanner) | Waiting | - | - | -| [connectivity_plus](https://pub.dev/packages/connectivity_plus) | Waiting | - | - | -| [share_plus](https://pub.dev/packages/share_plus) | Waiting | - | - | -| [app_settings](https://pub.dev/packages/app_settings) | Waiting | - | - | -| [maps_launcher](https://pub.dev/packages/maps_launcher) | Waiting | - | - | -| [nfc_manager](https://pub.dev/packages/nfc_manager) | Waiting | - | - | -| [push](https://pub.dev/packages/push) | Waiting | - | - | -| [audioplayers](https://pub.dev/packages/audioplayers) | Waiting | - | - | -| [network_info_plus](https://pub.dev/packages/network_info_plus) | Waiting | - | - | +| Package | State | Comment | +|-----------------------------------------------------------------------|---------|---------| +| [camera](https://pub.dev/packages/camera) | Waiting | - | +| [video_player](https://pub.dev/packages/video_player) | Waiting | - | +| [image_picker](https://pub.dev/packages/image_picker) | Waiting | - | +| [geolocator](https://pub.dev/packages/geolocator) | Waiting | - | +| [permission_handler](https://pub.dev/packages/permission_handler) | Waiting | - | +| [file_picker](https://pub.dev/packages/file_picker) | Waiting | - | +| [webview_flutter](https://pub.dev/packages/webview_flutter) | Waiting | - | +| [local_auth](https://pub.dev/packages/local_auth) | Waiting | - | +| [flutter_inappwebview](https://pub.dev/packages/flutter_inappwebview) | Waiting | - | +| [qr_code_scanner](https://pub.dev/packages/qr_code_scanner) | Waiting | - | +| [connectivity_plus](https://pub.dev/packages/connectivity_plus) | Waiting | - | +| [share_plus](https://pub.dev/packages/share_plus) | Waiting | - | +| [app_settings](https://pub.dev/packages/app_settings) | Waiting | - | +| [maps_launcher](https://pub.dev/packages/maps_launcher) | Waiting | - | +| [nfc_manager](https://pub.dev/packages/nfc_manager) | Waiting | - | +| [push](https://pub.dev/packages/push) | Waiting | - | +| [audioplayers](https://pub.dev/packages/audioplayers) | Waiting | - | +| [network_info_plus](https://pub.dev/packages/network_info_plus) | Waiting | - | From 50cfee6c911b38b0d2311df4948916a948e705ff Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Thu, 22 Jun 2023 10:53:00 +0300 Subject: [PATCH 4/5] [readme] Update flutter_reactive_ble --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5afc07e..3dbf17a 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Started development and its status | Package | Version | OS Version | State | Comment | |--------------------------------------------------------------------------|----------|------------|----------|-----------------------------------------------------------------------------------| -| [flutter_reactive_ble](https://pub.dev/packages/flutter_reactive_ble) | 5.0.3 | 4.0.2 | Progress | Vitaliy Zarubin | +| [flutter_reactive_ble](https://pub.dev/packages/flutter_reactive_ble) | 5.0.3 | 4.0.2 | Blocked | Не все возможности bluez доступны для приложения, вопрос изучается | | [url_launcher](https://pub.dev/packages/url_launcher) | 6.1.11 | 5.0.0 | Waiting | [OpenURI](https://confluence.omprussia.ru/pages/viewpage.action?pageId=163055648) | -| [sensors_plus](https://pub.dev/packages/sensors_plus) | 3.0.2 | 4.0.2 | Blocked | Нет интерфейса для использования Sensors API без Qt | +| [sensors_plus](https://pub.dev/packages/sensors_plus) | 3.0.2 | 4.0.2 | Blocked | Нет интерфейса для использования Sensors API без Qt | ## Package waiting From 865e134cc537133342b8d88556f25013e1d3acb3 Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Thu, 22 Jun 2023 10:55:24 +0300 Subject: [PATCH 5/5] [readme] Update flutter_reactive_ble --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dbf17a..43e2ae5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Started development and its status | Package | Version | OS Version | State | Comment | |--------------------------------------------------------------------------|----------|------------|----------|-----------------------------------------------------------------------------------| -| [flutter_reactive_ble](https://pub.dev/packages/flutter_reactive_ble) | 5.0.3 | 4.0.2 | Blocked | Не все возможности bluez доступны для приложения, вопрос изучается | +| [flutter_reactive_ble](https://pub.dev/packages/flutter_reactive_ble) | 5.0.3 | 4.0.2 | Blocked | Не все методы bluez dbus доступны для приложения, вопрос изучается | | [url_launcher](https://pub.dev/packages/url_launcher) | 6.1.11 | 5.0.0 | Waiting | [OpenURI](https://confluence.omprussia.ru/pages/viewpage.action?pageId=163055648) | | [sensors_plus](https://pub.dev/packages/sensors_plus) | 3.0.2 | 4.0.2 | Blocked | Нет интерфейса для использования Sensors API без Qt |