An open API service indexing awesome lists of open source software.

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

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)