Skip to content

Commit a5db6b3

Browse files
committed
Merge branch 'master' into tomi-dev
2 parents 4a42df9 + 1854225 commit a5db6b3

File tree

10 files changed

+35
-6
lines changed

10 files changed

+35
-6
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Tomi Alagbe
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Put your Flutter experience to test with these UI Challenges.
1212

1313

1414

15-
# ~~Beginner~~ (Complete)
15+
# ~~Beginner~~ (Completed)
1616

1717
### [Profile App](https://github.com/tomialagbe/flutter_ui_challenges/tree/master/profile)
1818
Design made by **Shahin Srowar**
1919

20-
[<img src="https://github.com/tomialagbe/flutter_ui_challenges/blob/master/profile.png" width="600" height="450">](https://dribbble.com/shots/4249249-Profile-App-Screen-Exploration)
20+
[<img src="https://github.com/tomialagbe/flutter_ui_challenges/blob/master/profile/profile_screen.png" width="240" height="450">](https://dribbble.com/shots/4249249-Profile-App-Screen-Exploration)
2121

22-
# Intermediate
22+
# ~~Intermediate~~ (Completed)
2323

2424
### [Travel App](https://github.com/tomialagbe/flutter_ui_challenges/tree/master/travel)
2525
Design made by **Daryl Ginn**
2626

27-
[<img src="https://github.com/tomialagbe/flutter_ui_challenges/blob/master/travel.gif" width="600" height="450">](https://dribbble.com/shots/4301490-Travel-App)
27+
[<img src="https://github.com/tomialagbe/flutter_ui_challenges/blob/master/travel/travel_app.gif" width="235" height="500">](https://dribbble.com/shots/4301490-Travel-App)
2828

2929
# Advanced
3030

drinkshop/assets/images/frappe.png

24.8 KB
Loading
17.2 KB
Loading

drinkshop/assets/images/glass.png

13.3 KB
Loading
29.1 KB
Loading

drinkshop/pubspec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ flutter:
2525
# the material Icons class.
2626
uses-material-design: true
2727

28+
assets:
29+
- assets/images/frappe.png
30+
- assets/images/glass.png
31+
- assets/images/frappe_with_straw.png
32+
- assets/images/glass_with_straw.png
33+
2834
# To add assets to your application, add an assets section, like this:
2935
# assets:
3036
# - images/a_dot_burr.jpeg

profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A new Flutter project.
44

5-
<img src="https://github.com/tomialagbe/flutter_ui_challenges/tree/master/profile/profile_screen.png" width="240" height="450">
5+
<img src="https://github.com/tomialagbe/flutter_ui_challenges/blob/master/profile/profile_screen.png" width="240" height="450">
66

77
## Getting Started
88

travel/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# travel
1+
# Travel App
22

33
A new Flutter project.
44

5+
<img src="https://github.com/tomialagbe/flutter_ui_challenges/blob/master/travel/travel_app.gif" width="235" height="500">
6+
57
## Getting Started
68

79
For help getting started with Flutter, view our online

travel/travel_app.gif

1.81 MB
Loading

0 commit comments

Comments
 (0)