https://github.com/afgprogrammer/flutter-file-select-upload
Flutter File Select and Upload to the Server with Progress Bar - Day 44
https://github.com/afgprogrammer/flutter-file-select-upload
file-picker flutte-ui flutter flutter-select-file
Last synced: about 1 month ago
JSON representation
Flutter File Select and Upload to the Server with Progress Bar - Day 44
- Host: GitHub
- URL: https://github.com/afgprogrammer/flutter-file-select-upload
- Owner: afgprogrammer
- License: apache-2.0
- Created: 2021-10-20T10:19:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T15:13:09.000Z (over 3 years ago)
- Last Synced: 2025-03-31T17:54:11.287Z (3 months ago)
- Topics: file-picker, flutte-ui, flutter, flutter-select-file
- Language: Dart
- Homepage: https://afgprogrammer.com/flutter
- Size: 566 KB
- Stars: 41
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flutter File Select and Upload - Day 44
```dart
class Afgprogrammer extends Flutter100DaysOfCode {
video() {
return {
"title": "Flutter File Select and Upload",
"description": "Let’s work with file_picker package.",
"day": 44,
}
}
}
```## Previous Designs
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)## Development Setup
Clone the repository and run the following commands:
```
flutter pub get
flutter run
```## Screenshots
### Home Page
## Links
* [Website](https://afgprogrammer.com)
* [Youtube channel](https://youtube.com/afgprogrammer)
* [Twitter](https://twitter.com/afgprogrammer)
* [Instagram](https://instagram.com/afgprogrammer)