desktop_file_picker package lets you initialize a desktop file picker written in dart.
By name By type By drive By size By date By name
- Single file
- Multiple Files
- Single Folder
- Add the latest version of package to your pubspec.yaml (and run
flutter pub get
):
dependencies:
desktop_file_picker: ^0.0.2
- Import the package and use it in your Flutter App.
import 'package:desktop_file_picker/desktop_file_picker.dart';
There are a number of properties that you can modify:
- Main background
- Font color
- Icons
- Button Color
- Input Color
- Input border color
- Selected item color
- Main Text Color
- [] Add save file dialog option. Now, you can specify the onTap and specify a function.