Skip to content

alberteije/flutter_ui_challenges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter UI Challenges

My effort on replicating various apps UI on flutter.

View on Web

Get it from the Snap Store

Building and running the code [ Updated ]

  • Thank you all for your tremendous support. With latest update, I have removed all firebase dependency, and project now runs on web and desktop as well. Please use flutter master channel to run and build. If you want previous version with firebase please checkout with-firebase branch.

Table of contents

Speed codes Youtube


My Flutter Plugins

These are some of my flutter plugins, that might help you in your flutter development journey.

  1. Flutter Automation
    A flutter package that helps you setup firebase auth, android signing, firestore CRUD, google maps automatically with just a command.

  2. Custom Clippers
    A bunch of custom clippers to help you clip your widgets into different shapes

  3. Bottom Reveal Widget
    A flutter package that provides an animated bottom reveal widget, the example is in the Animations section below.


Complete app examples

  1. Audio Book App
    An audio books listening app (works on background), where you can listen to audio books from librivox.org

  2. Quiz App
    A trivia app made with flutter using opentdb.com api

  3. Khalti Clone
    An effort to clone Khalti (A nepal based mobile payment app) app's UI

  4. Android Launcher
    A simple android launcher app made with flutter

  5. 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

Code Examples

  1. Flutter Crypto List
    Flutter crypto tracker using coinmarketcap.com api. Demonstrate using http library to perform simple http request and displaying the result

  2. Simple BLOC pattern example
    Simple Example demonstrating state management in flutter using Streams (BLoC pattern) / RxDart

  3. Hangman
    Simple hangman game example in flutter

  4. Firebase Login
    Very simple flutter authentication example using Firebase auth

  5. Http requests
    Simple http request example with Future, json decode, async/await and FutureBuilder widget

  6. Flutter Lessons
    Basic to intermediate flutter code examples, projects I made while teaching flutter

  7. Flutter Flavors
    Setting up flavors in flutter app, using multiple firebase config based on flavors. Companion Youtube Tutorials

  8. Google Map Experiments
    Learning different aspects of integrating google maps in flutter app.

  9. Animation Experiments
    Simple to advance animation examples in flutter

Contributors

  1. Damodar Lohani
  2. Sudip Thapa
  3. Shyam Adhikari (UI/UX Designer)
  4. Mausam Rayamajhi
  5. Siddhartha Joshi

Packages Used

Credits

The code for Springy Widget is taken and refactored from (https://github.com/matthew-carroll/flutter_ui_challenge_springy_slider)

Animations

Ecommerce

User Flow Screens

Settings UIs

Dashboard UIs

Motorbike App UIs

Profile Screens

Inviation App UI

Lists UIs

Navigations

Onboarding Screens

(Smart walled onboarding is from https://www.uplabs.com/posts/smart-wallet-onboarding)

miscellaneous widgets

Blog

Food App

Quiz App

Todo App

Hotel App

Travel App

grocery App UI Kit

(design credit: https://www.uplabs.com/posts/grocery-app-kit)

Whats implemented

  • Working bottom navigator to show different pages
  • Navigation push/pop to show details page
  • Stateless & Stateful Widgets
  • Custom widgets for list items, category items etc.

Bank App Clone

Bank app clone by Mausam Rayamajhi

Furniture App UI

Furniture App by Mausam Rayamajhi

About

Trying to replicate various app UIs in flutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 97.2%
  • C++ 1.5%
  • CMake 0.7%
  • C 0.2%
  • Batchfile 0.2%
  • HTML 0.1%
  • Other 0.1%