Flutter File Select and Upload – Day 44

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

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

Screenshots

Home Page

Links

GitHub

View Github