![Image](img/github_banner.png) ### Show some :heart: and star the repo to support the project [![GitHub stars](https://img.shields.io/github/stars/nisrulz/flutter-examples.svg?style=social&label=Star)](https://github.com/nisrulz/flutter-examples) [![GitHub forks](https://img.shields.io/github/forks/nisrulz/flutter-examples.svg?style=social&label=Fork)](https://github.com/nisrulz/flutter-examples/fork) [![GitHub watchers](https://img.shields.io/github/watchers/nisrulz/flutter-examples.svg?style=social&label=Watch)](https://github.com/nisrulz/flutter-examples) [![GitHub followers](https://img.shields.io/github/followers/nisrulz.svg?style=social&label=Follow)](https://github.com/nisrulz/flutter-examples) [![Twitter Follow](https://img.shields.io/twitter/follow/nisrulz.svg?style=social)](https://twitter.com/nisrulz) Example apps demonstrating features, functionality, and integrations in [Flutter](https://flutter.dev/). Each folder is a standalone app you can run as-is. ### Featured In - [Official Flutter Samples](https://github.com/flutter/samples/blob/d500d15c0f098b56e5bd549b32485cedba4843ef/INDEX.md#flutter-examples--) - [Flutter Weekly #11](https://mailchi.mp/5db146a7468b/flutter-weekly-11) - [Awesome Flutter](https://github.com/Solido/awesome-flutter#demonstrations) ## Getting started ```bash git clone https://github.com/nisrulz/flutter-examples.git cd flutter-examples make packages cd flutter run ``` New to Flutter? See [Getting Started](/documentation/GETTING_STARTED.md) for full setup and run instructions. Each example app is split into a wrapper and focused code. `lib/main.dart` sets up the `MaterialApp`, and `lib/example.dart` contains the code that demonstrates the concept. Open `lib/example.dart` to see what the app teaches. ## Documentation - [Example Apps](/documentation/EXAMPLES.md): all examples in this repository - [Getting Started](/documentation/GETTING_STARTED.md): setup, run, and download a single example - [Maintenance](/documentation/MAINTENANCE.md): available `make` commands - [Contributing](/documentation/CONTRIBUTING.md): how to submit pull requests ## Author & support This project was created by [Nishant Srivastava](https://github.com/nisrulz/nisrulz.github.io#nishant-srivastava) but hopefully developed and maintained by many others. See the [list of contributors here](https://github.com/nisrulz/flutter-examples/graphs/contributors). If you appreciate my work, consider [buying me](https://www.paypal.me/nisrulz/5usd) a cup of :coffee: to keep me recharged :metal: [[PayPal](https://www.paypal.me/nisrulz/5usd)] ## License This project is licensed under the [Apache License, Version 2.0](LICENSE.txt).