Skip to content

Commit 82884c0

Browse files
Update README.md
1 parent 28b64e0 commit 82884c0

File tree

1 file changed

+42
-3
lines changed

1 file changed

+42
-3
lines changed

README.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,47 @@
1-
# sample_app
1+
# Flutter Playground
2+
3+
Playground app for Flutter.
4+
Contains some examples I have created.
5+
6+
# Preview
7+
8+
| Home | App bar | Navigation Drawer |
9+
| ------------------ | --------------------------- | ------------------ |
10+
| <img src="./preview/home.png" height="400" alt="Screenshot"/> | <img src="./preview/appbar.png" height="400" alt="Screenshot"/> | <img src="./preview/navigation_drawer.png" height="400" alt="Screenshot"/> |
11+
12+
13+
| Left Navigation Drawer | Right Navigation Drawer | Right Navigation Drawer |
14+
| ------------------ | --------------------------- | ------------------ |
15+
| <img src="./preview/nav_drawer_left.png" height="400" alt="Screenshot"/> | <img src="./preview/nav_drawer_right.png" height="400" alt="Screenshot"/> | <img src="./preview/nav_drawer_right_two.png" height="400" alt="Screenshot"/> |
16+
17+
18+
| Collapsible Toolbar | Bottom Navigation | Animated Icons |
19+
| ------------------ | --------------------------- | ------------------ |
20+
| <img src="./preview/collapsing_app_bar.gif" height="400" alt="Screenshot"/> | <img src="./preview/bottom_nav_bar.gif" height="400" alt="Screenshot"/> | <img src="./preview/animated_icons.gif" height="400" alt="Screenshot"/> |
21+
22+
23+
| Animated Size | Progress Button | Staggered Animation |
24+
| ------------------ | --------------------------- | ------------------ |
25+
| <img src="./preview/animated_size.gif" height="400" alt="Screenshot"/> | <img src="./preview/progress_button.gif" height="400" alt="Screenshot"/> | <img src="./preview/staggered_animation.gif" height="400" alt="Screenshot"/> |
226

3-
A new Flutter application.
427

528
## Getting Started
629

7-
For help getting started with Flutter, view our online
30+
For help getting started with Flutter, view online
831
[documentation](https://flutter.io/).
32+
33+
## Questions?🤔
34+
35+
Hit me on twitter [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/ibhavikmakwana)
36+
[![Medium](https://img.shields.io/badge/Medium-ibhavikmakwana-green.svg)](https://medium.com/@ibhavikmakwana)
37+
[![LinkedIn](https://img.shields.io/badge/LinkedIn-ibhavikmakwana-blue.svg)](https://www.linkedin.com/in/ibhavikmakwana/)
38+
39+
## License
40+
41+
Copyright 2018 Bhavik Makwana
42+
43+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
44+
45+
http://www.apache.org/licenses/LICENSE-2.0
46+
47+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)