|
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"/> | |
2 | 26 |
|
3 | | -A new Flutter application. |
4 | 27 |
|
5 | 28 | ## Getting Started |
6 | 29 |
|
7 | | -For help getting started with Flutter, view our online |
| 30 | +For help getting started with Flutter, view online |
8 | 31 | [documentation](https://flutter.io/). |
| 32 | + |
| 33 | +## Questions?🤔 |
| 34 | + |
| 35 | +Hit me on twitter [](https://twitter.com/ibhavikmakwana) |
| 36 | +[](https://medium.com/@ibhavikmakwana) |
| 37 | +[](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