Skip to content

Commit c7a3ef4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b9c5c11 + 5b8a707 commit c7a3ef4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# My Flutter Challenges
22

3-
A new Flutter project containing all my flutter UI challenges.
3+
A new Flutter project containing all my flutter UI challenges. You can find the source code of all challenges in the [/lib](https://github.com/pedromassango/my_flutter_challenges/tree/master/lib) folder. Or just click on the title of each challenge to see the source.
44

55
Youtube playlist about Flutter: https://www.youtube.com/playlist?list=PLum90SMJW-vltQ_ERf3rhjq_UZWJ2enEG
66

@@ -9,23 +9,23 @@ Youtube playlist about Flutter: https://www.youtube.com/playlist?list=PLum90SMJW
99

1010
## Screenshots
1111

12-
| Sliding Login & Register | Bottom Navy Bar |
12+
| [Sliding Login & Register](https://github.com/pedromassango/my_flutter_challenges/blob/master/lib/sliding_login.dart) | [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) |
1313
| ------------- | ------------- |
1414
| <img src="/screenshots/slidl.gif" width="270" height="480"> | <img src="/screenshots/navy2.gif" width="270" height="480"> |
1515

16-
| Custom Drawer | Foldable Options Menu |
16+
| [Custom Drawer](https://github.com/pedromassango/flutter_delivery) | [Foldable Options Menu](https://github.com/pedromassango/my_flutter_challenges/blob/master/lib/foldable_options_menu.dart) |
1717
| ------------- | ------------------------ |
1818
| <img src="/screenshots/delivery.gif" width="270" height="480"> | <img src="/screenshots/options_menu.gif" width="270" height="480"> |
1919

20-
| Titled Bottom Navigation Bar | Mobile Dashboard |
20+
| [Titled Bottom Navigation Bar](https://github.com/pedromassango/titled_navigation_bar) | [Mobile Dashboard](https://github.com/pedromassango/my_flutter_challenges/blob/master/lib/mobile_dashboard.dart) |
2121
| ------------- | ------------- |
2222
| <img src="/screenshots/titled_bottom_bar.gif" width="270" height="480"> | <img src="/screenshots/dashboard.png" width="270" height="480"> |
2323

2424
| Login | Profile |
2525
| ----- | ------- |
2626
| <img src="/screenshots/login.png" width="270" height="480"> | <img src="/screenshots/profile.png" width="270" height="480">|
2727

28-
| Home screen |
28+
| [Home screen](https://github.com/pedromassango/flutter_famguard) |
2929
| ------------- |
3030
| <img src="/screenshots/home.png" width="270" height="480"> |
3131

0 commit comments

Comments
 (0)