Skip to content

Commit 6946edb

Browse files
Update README.md
1 parent 2d1a823 commit 6946edb

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

README.md

+30-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,36 @@
1-
# day44
1+
## Flutter File Select and Upload - Day 44
22

3-
A new Flutter project.
3+
```dart
4+
class Afgprogrammer extends Flutter100DaysOfCode {
5+
video() {
6+
return {
7+
"title": "Flutter File Select and Upload",
8+
"description": "Let’s work with file_picker package.",
9+
"day": 44,
10+
}
11+
}
12+
}
13+
```
414

5-
## Getting Started
15+
## Previous Designs
16+
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)
617

7-
This project is a starting point for a Flutter application.
818

9-
A few resources to get you started if this is your first Flutter project:
19+
## Development Setup
20+
Clone the repository and run the following commands:
21+
```
22+
flutter pub get
23+
flutter run
24+
```
1025

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
26+
## Screenshots
1327

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
28+
### Home Page
29+
<img src="assets/screenshots/select-file.png" />
30+
31+
## Links
32+
33+
* [Website](https://afgprogrammer.com)
34+
* [Youtube channel](https://youtube.com/afgprogrammer)
35+
* [Twitter](https://twitter.com/afgprogrammer)
36+
* [Instagram](https://instagram.com/afgprogrammer)

0 commit comments

Comments
 (0)