FlutterPlayground
Playground app for Flutter
Install / Use
/learn @ibhavikmakwana/FlutterPlaygroundREADME
Flutter Playground
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:END -->Playground app for Flutter. Contains examples to quickly learn and tinker around with various features. Consider Contributing if you find this project helpful.
<img src="./icons/Google-Play-Store-Logo.png" height="100" alt="Screenshot"/>
Preview
| Home | App bar | Navigation Drawer | | ------------------ | --------------------------- | ------------------ | | <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"/> |
| Left Navigation Drawer | Right Navigation Drawer | Right Navigation Drawer | | ------------------ | --------------------------- | ------------------ | | <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"/> |
| Text Span | Text Underline | AboutListTile | | ------------------ | ------------------ | ------------------ | | <img src="./preview/text_span.png" height="400" alt="Screenshot"/> | <img src="./preview/text_underline.png" height="400" alt="Screenshot"/> | <img src="./preview/about_list_tile.png" height="400" alt="Screenshot"/> |
| Rotated Box | Grid Paper | Expansion Tile | | ------------------ | ------------------ | ------------------ | | <img src="./preview/rotated_box.png" height="400" alt="Screenshot"/> | <img src="./preview/GridPaper.jpg" height="400" alt="Screenshot"/> | <img src="./preview/expansion_tile.png" height="400" alt="Screenshot"/> |
| BackdropFilter | | ------------------ | | <img src="./preview/backdrop_filter.png" height="400" alt="Screenshot"/> |
| Collapsible Toolbar | Bottom Navigation | Animated Icons | | ------------------ | --------------------------- | ------------------ | | <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"/> |
| Animated Size | Progress Button | Staggered Animation | | ------------------ | --------------------------- | ------------------ | | <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"/> |
| Tab bar | List to Grid | Hardware clicks | | ------------------ | --------------------------- | ------------------ | | <img src="./preview/tab_bar.gif" height="400" alt="Screenshot"/> | <img src="./preview/ListGrid.gif" height="400" alt="Screenshot"/> | <img src="./preview/Hardware.gif" height="400" alt="Screenshot"/> |
| AnimatedSwitcher | Nested List | Rotation Transition | | ------------------ | ------------------ | ------------------ | | <img src="./preview/AnimatedSwitcher.gif" height="400" alt="Screenshot"/> | <img src="./preview/nested_list.gif" height="400" alt="Screenshot"/> | <img src="./preview/RotationTransition.gif" height="400" alt="Screenshot"/> |
| Google Maps Example | Flare Example | | ------------------ | ------------------ | | <img src="./preview/google_maps_example.gif" height="400" alt="Screenshot"/> | <img src="./preview/flare.gif" height="400" alt="Screenshot"/> |
Getting Started
For help getting started with Flutter, view online documentation.
Contribute
- Fork the the project
- Create your feature branch (git checkout -b my-new-feature)
- Make required changes and commit (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Questions?🤔
Hit me on
<a href="https://twitter.com/ibhavikmakwana"><img src="./icons/twitter-icon.png?raw=true" width="60"></a> <a href="https://medium.com/@ibhavikmakwana"><img src="./icons/medium-icon.png?raw=true" width="60"></a> <a href="https://www.linkedin.com/in/ibhavikmakwana/"><img src="./icons/linkedin-icon.png?raw=true" width="60"></a>
Donate
If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:
- PayPal
- Google Pay (bhavikmakwana43@okhdfcbank)
License
Copyright (c) 2020 Bhavik Makwana
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="http://prasadsunny1.dev"><img src="https://avatars.githubusercontent.com/u/11705392?v=4?s=100" width="100px;" alt=""/><br /><sub><b>sanni prasad</b></sub></a><br /><a href="https://github.com/ibhavikmakwana/FlutterPlayground/commits?author=prasadsunny1" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dhuma1981"><img src="https://avatars.githubusercontent.com/u/298484?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dhrumil Shah</b></sub></a><br /><a href="https://github.com/ibhavikmakwana/FlutterPlayground/commits?author=dhuma1981" title="Code">💻</a></td> <td align="center"><a href="https://github.com/EdgarFabiano"><img src="https://avatars.githubusercontent.com/u/11666921?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Edgar Fabiano De Souza Filho</b></sub></a><br /><a href="https://github.com/ibhavikmakwana/FlutterPlayground/commits?author=EdgarFabiano" title="Code">💻</a></td> </tr> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->This project follows the all-contributors specification. Contributions of any kind welcome!
