|
| 1 | + |
| 2 | + |
| 3 | +### Show some :heart: and star the repo to support the project |
| 4 | + |
| 5 | +This repository containing links of all the example apps demonstrating features/functionality/integrations in [Flutter](https://flutter.io/) application development. |
| 6 | + |
| 7 | +### Some Screenshots |
| 8 | + |
| 9 | +<img src="image/ss1.png" height="300em" /> <img src="image/flute1.png" height="300em" /> <img src="image/flute3.png" height="300em" /> <img src="image/ss3.png" height="300em" /> |
| 10 | +<img src="image/ss2.png" height="300em" /><img src="image/iphone.png" height="300em" /><img src="image/login.png" height="300em" /> |
| 11 | + |
| 12 | +## Example apps |
| 13 | + |
| 14 | +1. [Flutter WhatsApp Clone App](https://github.com/iampawan/FlutterWhatsAppClone)[](https://www.youtube.com/watch?v=2Tyrofn6zPg&t=25s) |
| 15 | + |
| 16 | +1. [Flutter Tic Tac Toe Game](https://github.com/iampawan/FlutterTicTacToe)[](https://www.youtube.com/watch?v=u1KD6Kz0PIQ&t=25s) |
| 17 | + |
| 18 | +1. [Flutter Music Player App](https://github.com/iampawan/Flutter-Music-Player)[](https://www.youtube.com/watch?v=eWicXD5vkyg) |
| 19 | + |
| 20 | +1. [Flute Music Plugin](https://github.com/iampawan/Flute-Music-Player)[](https://pub.dartlang.org/packages/flute_music_player) |
| 21 | + |
| 22 | +1. [Flutter With Firebase](https://github.com/iampawan/FlutterWithFirebase)[](https://www.youtube.com/watch?v=8M-Fa239Hy4)[](https://www.youtube.com/watch?v=HzKdJekhXoc&t=25s) |
| 23 | + |
| 24 | +1. [Flutter Bottom Sheet App](https://github.com/iampawan/FlutterBottomSheet)[](https://www.youtube.com/watch?v=KpR5fQx_V2c) |
| 25 | + |
| 26 | +1. [Flutter WebSockets App](https://github.com/iampawan/flutter_websocket)[](https://www.youtube.com/watch?v=S0KeKqQxDAQ) |
| 27 | + |
| 28 | +1. [Flutter Sqflite MVP App](https://github.com/iampawan/Flutter-Sqflite-MVP)[](https://www.youtube.com/watch?v=Yzfxqd9-6QY) |
| 29 | + |
| 30 | +1. [Flutter Crypto App](https://github.com/iampawan/CryptoApp)[](https://www.youtube.com/watch?v=cPlaYS4eqe4) |
| 31 | + |
| 32 | +1. [Flutter Redux App](https://github.com/iampawan/Redux-Tutorial-Flutter)[](https://www.youtube.com/watch?v=X8B-UzqEaWc) |
| 33 | + |
| 34 | +1. [Flutter Frenzy Chat App](https://github.com/iampawan/frenzychatapp)[](https://www.youtube.com/watch?v=Yd-bgqe3DxA) |
| 35 | + |
| 36 | +1. [Flutter Calculator](https://github.com/iampawan/fluttercalculator)[](https://www.youtube.com/watch?v=Ss1HkZ3LnRY) |
| 37 | + |
| 38 | +1. [Flutter Login Page App](https://github.com/iampawan/fluttercalculator)[](https://www.youtube.com/watch?v=iYH2jzUM1Nc) |
| 39 | + |
| 40 | +1. [Flutter Beautiful Material Navigation Drawer](https://www.youtube.com/watch?v=iYH2jzUM1Nc)[](https://www.youtube.com/watch?v=iYH2jzUM1Nc) |
| 41 | + |
| 42 | +1. [Flutter Material Design Widgets - | Tabs | BottomNavigationBar | Stepper | Snackbar etc App](https://www.youtube.com/watch?v=5_zQ6rjv00s)[](https://www.youtube.com/watch?v=5_zQ6rjv00s) |
| 43 | + |
| 44 | +1. [Flutter Git Quick Start Guide](https://www.youtube.com/watch?v=kVow5q53WG8)[](https://www.youtube.com/watch?v=kVow5q53WG8) |
| 45 | + |
| 46 | +1. [Flutter Local JSON App](https://www.youtube.com/watch?v=bTwTKwK3hGc)[](https://www.youtube.com/watch?v=bTwTKwK3hGc8) |
| 47 | + |
| 48 | +1. [Flutter Fetching App Using HTTP](https://www.youtube.com/watch?v=aIJU68Phi1w)[](https://www.youtube.com/watch?v=aIJU68Phi1w) |
| 49 | + |
| 50 | +1. [Flutter Swipe to delete ListView App](https://www.youtube.com/watch?v=AzOONgeCVKg)[](https://www.youtube.com/watch?v=AzOONgeCVKg) |
| 51 | + |
| 52 | +1. [Flutter Line Clipping App](https://www.youtube.com/watch?v=fqqY3NBVVHA)[](https://www.youtube.com/watch?v=fqqY3NBVVHA) |
| 53 | + |
| 54 | +1. [Flutter Bezier Curve App](https://www.youtube.com/watch?v=LnUhNTUl3Mc)[](https://www.youtube.com/watch?v=LnUhNTUl3Mc) |
| 55 | + |
| 56 | +# Pull Requests |
| 57 | + |
| 58 | +I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request: |
| 59 | + |
| 60 | +1. Match coding style (braces, spacing, etc.) This is best achieved using `Reformat Code` feature of Android Studio `CMD`+`Option`+`L` on Mac and `CTRL` + `ALT` + `L` on Linux + Windows . |
| 61 | +2. If its a feature, bugfix, or anything please only change code to what you specify. |
| 62 | +3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :) |
| 63 | +4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected. |
| 64 | +5. Check for existing [issues](https://github.com/iampawan/FlutterExampleApps) first, before filing an issue. |
| 65 | +6. Make sure you follow the set standard as all other projects in this repo do |
| 66 | +7. Have fun! |
| 67 | + |
| 68 | +### Created & Maintained By |
| 69 | + |
| 70 | +[Pawan Kumar](https://github.com/iampawan) ([@imthepk](https://www.twitter.com/imthepk)) ([Youtube](https://www.youtube.com/c/MTechViral)) |
| 71 | +([Insta](https://www.instagram.com/codepur_ka_superhero)) |
| 72 | + |
| 73 | +> 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: |
| 74 | +> |
| 75 | +> * [PayPal](https://www.paypal.me/imthepk/) |
| 76 | +
|
| 77 | +# License |
| 78 | + |
| 79 | + Copyright 2018 Pawan Kumar |
| 80 | + |
| 81 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 82 | + you may not use this file except in compliance with the License. |
| 83 | + You may obtain a copy of the License at |
| 84 | + |
| 85 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 86 | + |
| 87 | + Unless required by applicable law or agreed to in writing, software |
| 88 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 89 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 90 | + See the License for the specific language governing permissions and |
| 91 | + limitations under the License. |
| 92 | + |
| 93 | +## Getting Started |
| 94 | + |
| 95 | +For help getting started with Flutter, view our online |
| 96 | +[documentation](http://flutter.io/). |
| 97 | + |
| 98 | +For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code). |
0 commit comments