MLSC-BSOITR / flutter-resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter-resources by MLSC BSIOTR

Content

Introduction

  • Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase
  • Flutter Installation - Get Started by installing Flutter in your machine
  • Flutter for Beginners - Youtube playlist about building apps with Flutter
  • Dart for Beginners - Youtube playlist about the Dart programming language
  • Flutter Basics - Youtube playlist that teaches the basics and uses the learned knowledge to create a Time app
  • Http Requests - A medium article teaching how to make http requests to a server
  • Awesome Flutter Talk - is an Github repo that save a list of Youtube url about Flutter Talk from 2011 to 2020
  • Beginner's Guide Comprehensive guide to the basics of Flutter and Firebase

Beginner

Intermediate

Advanced

  • Flutter Bloc - A flutter package that helps implementing the bloc architecture by Felix Angelov
  • RxDart - A wrapper around streams that adds additional capabilities to Streams and StreamControllers by ReactiveX
  • Rive Introduction - An introduction in using Rive for complex Flutter animations by Flutter
  • Flutter Hooks - Hooks are a new kind of object that manages a Widget life-cycles. They exist for one reason: increase the code-sharing between widgets by removing duplicates by dash-overflow.net. A Flutter implementation of React hooks.
  • Immutable Data Patterns in Dart and Flutter - Immutable Data Patterns in Dart and Flutter
  • Slivers - A medium article explaining what Slivers are and how to use them.
  • Stacked - A video (plus article) on the use of Stacked for architecture and state management.

UI Kit

  • Flutter Screens - Collection of nice flutter samples.
  • Flutter-UI-Kit - Collection of useful UIs in a UIKit.
  • FLUTTER UI CHALLENGE - Profile App, Book Reader App, Drink Shop App .
  • Beautiful Dashboard - Awesome Dashboard Component .
  • Gorgeous Login - Smooth Login Template .
  • Flutter Samples - Collection of Amazing flutter samples .
  • Starter Kit - Starter kit for beginners to learn Bloc pattern, RxDart, sqflite, Fluro and Dio .
  • Let's Clone - 18 Amazing Templates.
  • Payment App UI - Stunning Payment App UI.
  • ChatBot 🤖 - Incredible Chatbot using Flutter and Dialogflow.
  • Covid-19-Global-Mapper - Tracking Covid-19 cases on a Map based view.
  • GetWidget - GetWidget is open source libraries that come with pre-build 1000+ UI components.
  • NASA APOD - NASA APOD fetches data from NASA API and displays information.
  • Flutter Intro Slider - Flutter Intro Slider is a flutter plugin that helps you make a cool intro for your app
  • Flutter Rating Bar - A simple yet fully customizable rating bar for flutter which also include a rating bar indicator, supporting any fraction of rating.
  • E-Commerece Admin Side - Flutter + firebase full frontend and backend for managing E-Commerece
  • E-Commerce App UI - e-Commerce UI Kit has the goal to help you to save time with the frontend development. You can use this template to build your apps for Android and iOS in Flutter.
  • Trending Headlines - Trending Headlines using the NewsAPI to fetch latest data

Machine Learning

  • TFLite - A Flutter plugin for accessing TensorFlow Lite. Supports both iOS and Android.
  • Speech_to_Text - A Flutter plugin that exposes device specific speech to text recognition capability.
  • Firebase_ML_Vision - Flutter plugin for Firebase machine learning vision services.
  • Edge_Detection - A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.

Best Pratices

  • State Management Grand Tour - An article/video explaining the different state management approaches and why you should not use setState
  • Safe Async - An article that teaches how to make FutureBuilder/StreamBuilder properly
  • Performance - Official Flutter documentation on how to make your Flutter app as performant as possible
  • Stateless Widget vs Widget Function - A StackOverFlow answer explaining why its better to use Stateless Widgets to build reusable widgets.
  • Style Guides - A Github Wiki showing the style guides for a Flutter project
  • Best Practices - An article that shows the best practices in Flutter
  • Responsive Design in Flutter - An article about how to create a responsive design that works for all devices like phones, web and desktop

Reference Apps

Useful Blogs/Websites

About