Browse Source

[publication] Update packages usage info

merge-requests/29/head
Vitaliy Zarubin 1 year ago
parent
commit
7c4a6b827d
  1. 5
      packages/battery_plus/battery_plus_aurora/README.md
  2. 5
      packages/device_info_plus/device_info_plus_aurora/README.md
  3. 7
      packages/flutter_keyboard_visibility/flutter_keyboard_visibility_aurora/README.md
  4. 7
      packages/flutter_local_notifications/flutter_local_notifications_aurora/README.md
  5. 5
      packages/flutter_secure_storage/flutter_secure_storage_aurora/README.md
  6. 5
      packages/package_info_plus/package_info_plus_aurora/README.md
  7. 7
      packages/path_provider/path_provider_aurora/README.md
  8. 8
      packages/shared_preferences/shared_preferences_aurora/README.md
  9. 5
      packages/sqflite/sqflite_aurora/README.md
  10. 5
      packages/wakelock/wakelock_aurora/README.md
  11. 7
      packages/xdga_directories/README.md

5
packages/battery_plus/battery_plus_aurora/README.md

@ -13,7 +13,10 @@ Therefore, you have to include `battery_plus_aurora` alongside `battery_plus` as
dependencies: dependencies:
battery_plus: ^4.0.1 battery_plus: ^4.0.1
battery_plus_aurora: battery_plus_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/battery_plus/battery_plus_aurora
``` ```
***.dart** ***.dart**

5
packages/device_info_plus/device_info_plus_aurora/README.md

@ -39,7 +39,10 @@ Therefore, you have to include `device_info_plus_aurora` alongside `device_info_
dependencies: dependencies:
device_info_plus: ^8.2.2 device_info_plus: ^8.2.2
device_info_plus_aurora: device_info_plus_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/device_info_plus/device_info_plus_aurora
``` ```
***.dart** ***.dart**

7
packages/flutter_keyboard_visibility/flutter_keyboard_visibility_aurora/README.md

@ -10,9 +10,12 @@ Therefore, you have to include `flutter_local_notifications_aurora` alongside `f
```yaml ```yaml
dependencies: dependencies:
flutter_keyboard_visibility: 5.4.1 flutter_keyboard_visibility: ^5.4.1
flutter_keyboard_visibility_aurora: flutter_keyboard_visibility_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/flutter_keyboard_visibility/flutter_keyboard_visibility_aurora
``` ```
***.dart** ***.dart**

7
packages/flutter_local_notifications/flutter_local_notifications_aurora/README.md

@ -10,9 +10,12 @@ Therefore, you have to include `flutter_local_notifications_aurora` alongside `f
```yaml ```yaml
dependencies: dependencies:
flutter_local_notifications: 14.0.0+2 flutter_local_notifications: ^14.1.1
flutter_local_notifications_aurora: flutter_local_notifications_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/flutter_local_notifications/flutter_local_notifications_aurora
``` ```
***.dart** ***.dart**

5
packages/flutter_secure_storage/flutter_secure_storage_aurora/README.md

@ -13,7 +13,10 @@ Therefore, you have to include `flutter_secure_storage_aurora` alongside `flutte
dependencies: dependencies:
flutter_secure_storage: ^8.0.0 flutter_secure_storage: ^8.0.0
flutter_secure_storage_aurora: flutter_secure_storage_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/flutter_secure_storage/flutter_secure_storage_aurora
``` ```
***.dart** ***.dart**

5
packages/package_info_plus/package_info_plus_aurora/README.md

@ -13,7 +13,10 @@ Therefore, you have to include `package_info_plus_aurora` alongside `package_inf
dependencies: dependencies:
package_info_plus: 3.1.2 package_info_plus: 3.1.2
package_info_plus_aurora: package_info_plus_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/package_info_plus/package_info_plus_aurora
``` ```
***.dart** ***.dart**

7
packages/path_provider/path_provider_aurora/README.md

@ -12,9 +12,12 @@ Therefore, you have to include `path_provider_aurora` alongside `path_provider`
```yaml ```yaml
dependencies: dependencies:
path_provider: ^2.0.14 path_provider: ^2.0.15
path_provider_aurora: path_provider_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/path_provider/path_provider_aurora
``` ```
***.dart** ***.dart**

8
packages/shared_preferences/shared_preferences_aurora/README.md

@ -11,8 +11,12 @@ Therefore, you have to include `path_provider_aurora` alongside `shared_preferen
```yaml ```yaml
dependencies: dependencies:
shared_preferences: ^2.1.1 shared_preferences: ^2.1.2
shared_preferences_aurora: ^0.0.0 # @todo Not published shared_preferences_aurora:
git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/shared_preferences/shared_preferences_aurora
``` ```
***.dart** ***.dart**

5
packages/sqflite/sqflite_aurora/README.md

@ -13,7 +13,10 @@ Therefore, you have to include `sqflite_aurora` alongside `sqflite` as dependenc
dependencies: dependencies:
sqflite: ^2.2.6 sqflite: ^2.2.6
sqflite_aurora: sqflite_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/sqflite/sqflite_aurora
``` ```
***.dart** ***.dart**

5
packages/wakelock/wakelock_aurora/README.md

@ -12,7 +12,10 @@ Therefore, you have to include `wakelock_aurora` alongside `wakelock` as depende
dependencies: dependencies:
wakelock: ^0.6.2 wakelock: ^0.6.2
wakelock_aurora: wakelock_aurora:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/wakelock/wakelock_aurora
``` ```
***.dart** ***.dart**

7
packages/xdga_directories/README.md

@ -20,8 +20,11 @@ To use this package, the basic XDG values for the following are available via a
```yaml ```yaml
dependencies: dependencies:
flutter_secure_storage_aurora: xdga_directories:
path: # path to folder with plugin git:
url: git@gitlab.com:omprussia/flutter/flutter-plugins.git
ref: master
path: packages/xdga_directories
``` ```
***.dart** ***.dart**

Loading…
Cancel
Save