My effort on replicating various apps UI on flutter.
These are some of my flutter plugins, that might help you in your flutter development journey.
Flutter Automation
A flutter package that helps you setup firebase auth, android signing, firestore CRUD, google maps automatically with just a command.
Custom Clippers
A bunch of custom clippers to help you clip your widgets into different shapes
Bottom Reveal Widget
A flutter package that provides an animated bottom reveal widget, the example is in the Animations section below.
Audio Book App
An audio books listening app (works on background), where you can listen to audio books from librivox.org
Quiz App
A trivia app made with flutter using opentdb.com api
Khalti Clone
An effort to clone Khalti (A nepal based mobile payment app) app’s UI
Android Launcher
A simple android launcher app made with flutter
Iremember
A simple app, that helps you remember where you kept your items by taking pictures. Demonstrates the use of SQLite Database and Image picker plugin
Flutter Crypto List
Flutter crypto tracker using coinmarketcap.com api. Demonstrate using http library to perform simple http request and displaying the result
Simple BLOC pattern example
Simple Example demonstrating state management in flutter using Streams (BLoC pattern) / RxDart
Hangman
Simple hangman game example in flutter
Firebase Login
Very simple flutter authentication example using Firebase auth
Http requests
Simple http request example with Future, json decode, async/await and FutureBuilder widget
Flutter Lessons
Basic to intermediate flutter code examples, projects I made while teaching flutter
Flutter Flavors
Setting up flavors in flutter app, using multiple firebase config based on flavors. Companion Youtube Tutorials
Google Map Experiments
Learning different aspects of integrating google maps in flutter app.
Animation Experiments
Simple to advance animation examples in flutter
The code for Springy Widget is taken and refactored from (https://github.com/matthew-carroll/flutter_ui_challenge_springy_slider)
(Smart walled onboarding is from https://www.uplabs.com/posts/smart-wallet-onboarding)
(design credit: https://www.uplabs.com/posts/grocery-app-kit)
Bank app clone by Mausam Rayamajhi
Furniture App by Mausam Rayamajhi
Author: lohanidamodar
Source Code: https://github.com/lohanidamodar/flutter_ui_challenges
#flutter #dart #mobile-apps