All Projects → nisrulz → Flutter Examples

nisrulz / Flutter Examples

Licence: apache-2.0
[Examples] Simple basic isolated apps, for budding flutter devs.

Programming Languages

java
68154 projects - #9 most used programming language
swift
15916 projects
dart
5743 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Flutter Examples

Best Flutter Ui Templates
completely free for everyone. Its build-in Flutter Dart.
Stars: ✭ 13,448 (+129.37%)
Mutual labels:  flutter-apps, cross-platform, flutter-material, flutter-examples
WhatsappClone
Flutter WhatsappClone
Stars: ✭ 29 (-99.51%)
Mutual labels:  google-flutter, flutter-apps, flutter-material, flutter-examples
flutter dribble login challenge
A flutter animation UI challenge.
Stars: ✭ 51 (-99.13%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
WhatsAppUIClone
WhatsApp UI Clone with Flutter
Stars: ✭ 66 (-98.87%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
flutter mentor app
Mentor app is built in flutter.
Stars: ✭ 39 (-99.33%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
flutter-UI
将Flutter各种Widget各种API📘都实现一次。喜欢请Star。
Stars: ✭ 67 (-98.86%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-98.48%)
Mutual labels:  flutter-apps, hacktoberfest, cross-platform
vpn app
Simple Vpn app concept UI done in Flutter.
Stars: ✭ 67 (-98.86%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (-98.98%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
Mathematics
In this application, we can perform some actions like subtraction, addition, multiplication, and division. And by selecting any of these, you will receive a PDF with the answer key to your MCQ or question!
Stars: ✭ 45 (-99.23%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
Awesome-Flutter-Templates
A Huge Collection of Flutter App templates
Stars: ✭ 53 (-99.1%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+558.06%)
Mutual labels:  flutter-apps, cross-platform, flutter-examples
Knockdown-Flutter
Enough exercises to knockdown the fear of Flutter in you 👊
Stars: ✭ 33 (-99.44%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
LoginAndRegistrationWithSocialMedia
Created a Project to design login screen, registration screen, login with google ,slider navigation drawer,dashboard screen login with Facebook using Flutter
Stars: ✭ 82 (-98.6%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
flutter-tunein
Dynamically themed Music Player built with flutter
Stars: ✭ 108 (-98.16%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
Flutter-Apps
🌀 This is mainly focus on a complete application for production
Stars: ✭ 18 (-99.69%)
Mutual labels:  flutter-apps, flutter-material, flutter-examples
flutter do
Basic Flutter apps, for flutter devs
Stars: ✭ 47 (-99.2%)
Mutual labels:  flutter-apps, flutter-examples
http middleware
A middleware library for Dart's http library.
Stars: ✭ 38 (-99.35%)
Mutual labels:  flutter-apps, flutter-examples
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-94.58%)
Mutual labels:  hacktoberfest, cross-platform
backdrop
Backdrop implementation in flutter.
Stars: ✭ 203 (-96.54%)
Mutual labels:  flutter-material, flutter-examples

Image

Show some ❤️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers GitHub followers
Twitter Follow

Main repository containing all the example apps demonstrating features/functionality/integrations in Flutter application development

Featured In

Lookup Links: [Setup Flutter] [Widgets Catalog] [Dart Lang]

Example apps

  1. Simple Material App
  2. Using Theme
  3. Stateless Widgets
  4. Stateful Widget
  5. Using EditText
  6. Load local image
  7. Load local json
  8. Unit Testing
  9. Using HTTP GET
  10. Using Alert Dialog
  11. Using Stepper
  12. Using Tabs
  13. Using Bottom Navigation Bar
  14. Using Custom Fonts
  15. Using Gradient
  16. Navigation Drawer
  17. Enable Splash Screen
  18. Using Listview
  19. Using ListwheelScrollView
  20. Using SnackBar
  21. Grid Layout
  22. DropDown Button
  23. Image from Network
  24. Infinite List
  25. Google Signin
  26. Persist Key Value
  27. Using InteractiveViewer
  28. Using Bottom Sheet
  29. View PDF File
  30. Image Editor
  31. Firebase Analytics Integration
  32. Firebase Crashlytics Integration
  33. Push Notifications
  34. Todo list using Provider

Complete apps with multiple features

  1. Tip Calculator
  2. Expense Planner
  3. Notes App
  4. Covid-19 App

Get packages for all flutter projects

  • Once you have cloned this repo, navigate to the root of this repo.
  • Next run ./get_packages.sh

    Make sure the script is executable. If it is not, then run chmod +x get_packages.sh first to make it executable.

  • Done!

Pull Requests

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:

  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 .
  2. If its a feature, bugfix, or anything please only change code to what you specify.
  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  5. Check for existing issues first, before filing an issue.
  6. Make sure you follow the set standard as all other projects in this repo do

    Make sure the package name conforms to the format: github.nisrulz.<app_name>

  7. Have fun!

Extra

Since the repo is pretty large now , I am sure many folks would like to download only some of the projects. To tackle that follow the steps below:

  • Install svn using homebrew (mac/linux)

    brew install svn
  • Copy the name of the example folder in this repo i.e simple_material_app

  • Next replace example_folder in the below command:

    svn checkout https://github.com/nisrulz/flutter-examples/trunk/example_folder

    i.e Consider simple_material_app is the name of the example's folder, the command becomes:

    svn checkout https://github.com/nisrulz/flutter-examples/trunk/simple_material_app
  • Done! You should have the specific example all checked out!

Author & support

This project was created by Nishant Srivastava but hopefully developed and maintained by many others. See the the list of contributors here.

If you appreciate my work, consider buying me a cup of to keep me recharged 🤘 [PayPal]

License

Copyright 2017 Nishant Srivastava

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

   http://www.apache.org/licenses/LICENSE-2.0

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].