РЕПОЗИТОРИЙ УСТАРЕЛ
На примере плагина flutter_image_picker_aurora в pubspec.yaml нужно заменить:
flutter_image_picker_aurora:
git:
url: https://gitlab.com/omprussia/flutter/flutter-community-plugins/pickers_aurora.git
ref: aurora-flutter_image_picker_aurora-0.0.2
path: packages/flutter_image_picker_aurora
на:
image_picker: ^1.1.0
Плагин flutter_file_picker_aurora перенесен в отдельный репозиторий: https://gitlab.com/omprussia/flutter/flutter-community-plugins/file_picker
pickers_aurora
The Aurora implementation of picker plugins.
Plugins
Table of contents:
- File picker
➕ (flutter_file_picker_aurora) - Image picker
➕ (flutter_image_picker_aurora) - File selector
➕ (flutter_selector_aurora)
flutter_file_picker_aurora
A package that allows you to use the file explorer to pick single or multiple files.
flutter_image_picker_aurora
A Flutter plugin for picking images from the image library, and taking new pictures with the camera.
flutter_selector_aurora
A Flutter plugin that manages files and interactions with file dialogs.