# РЕПОЗИТОРИЙ УСТАРЕЛ **‼️ ВНИМАНИЕ**: репозиторий pickers устарел и больше не обновляется. Плагины перенесены в состав [Flutter SDK](https://gitlab.com/omprussia/flutter/flutter/-/tree/stable/packages). Для миграции проекта на актуальную версию плагина, пожалуйста, используйте версию [**Flutter 3.29.2 или выше**](https://developer.auroraos.ru/downloads/flutter) и удалите объявление платформенного плагина Авроры из _pubspec.yaml_. На примере плагина flutter_image_picker_aurora в _pubspec.yaml_ нужно заменить: ```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 ``` на: ```yaml 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`)](#flutter_file_picker_aurora) - [Image picker➕ (`flutter_image_picker_aurora`)](#flutter_image_picker_aurora) - [File selector➕ (`flutter_selector_aurora`)](#flutter_selector_aurora) --- ### `flutter_file_picker_aurora` A package that allows you to use the file explorer to pick single or multiple files. [[View Source](https://gitlab.com/omprussia/flutter/flutter-community-plugins/pickers_aurora/-/tree/master/packages/flutter_file_picker_aurora)] ### `flutter_image_picker_aurora` A Flutter plugin for picking images from the image library, and taking new pictures with the camera. [[View Source](https://gitlab.com/omprussia/flutter/flutter-community-plugins/pickers_aurora/-/tree/master/packages/flutter_image_picker_aurora)] ### `flutter_selector_aurora` A Flutter plugin that manages files and interactions with file dialogs. [[View Source](https://gitlab.com/omprussia/flutter/flutter-community-plugins/pickers_aurora/-/tree/master/packages/flutter_selector_aurora)]