Skip to content

Commit efd321e

Browse files
committed
updated README
1 parent 42c5876 commit efd321e

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

README.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1-
# ui_challege
1+
# Flutter UI Challenges
22

3-
A new Flutter project.
3+
## Introduction
4+
5+
This holds UIs made for the Flutter UI Challenge Discord community. The designs are picked from Dribble Shots and Social media blogs. Join the [Flutter UI Challenges Discord Server](https://discord.gg/p78nJXK) and learn more about this contest.
6+
7+
## Designs
8+
9+
- Week 1 - Login Form
10+
- Week 2 - Day Planner app
11+
- Week 3 - Online medical store app(for COVID-19)
12+
- Week 4 - Interactive credit card with checkout
13+
- Week 5 - Online fruit store app
414

515
## Getting Started
616

7-
This project is a starting point for a Flutter application.
17+
This project is made of Flutter! If new to flutter follow, [Flutter online documentation](https://flutter.dev/docs).
18+
19+
Go to `main.dart` file, and change the import statement to your desired week's design!
20+
21+
```dart
22+
import "import 'package:ui_challege/week_${Your desired week number}/main_app.dart';"
23+
```
824

9-
A few resources to get you started if this is your first Flutter project:
25+
Then run `Flutter run` command to see the design in your desired device.
26+
- Note :- Some designs are not responsive. Designs fits best in large and long screens (IPhone X and above, Samsung Galaxy S7 and above).
1027

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
28+
## Contribute
29+
I appreciate your contributions for the code. Make sure to open an issue and mention the issue and solution.
1330

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.
31+
### Thank You,
32+
I am Kavienan J, from Sri Lanka. Programmer with Mac and Coffee! keep watching every week to explore a new design.

0 commit comments

Comments
 (0)