End-to-end mobile app templates that other developers can use during their Flutter development journey.

Overview

Flutter UI Templates

Welcome Contributors 👋

The Robotics Forum always encourages new ideas.

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub last commit

GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Aim 🎯

Main aim of this repository is to make things faster and convenient for all the flutter developers who just want to save their time in their flutter development. This repository consists of all the development widgets that are being commonly used while coding end to end mobile screens in flutter. The goal is to save your time by providing the complete code snippet which follows standard dart conventions with a fully responsive and interactive design of all the components that you may use in your development journey. At the later stage, the project is planned to be converted into a library and packages so that the components created can directly be used by importing and calling through classes.

Objectives 💡

  • Creating end-to-end mobile app templates.
  • Refinement of pre-existing UI.
  • Work on interactions and effects/animations.

Contact Us ✉️

Feel free to get in touch with us and join our discussion for updates.

Project Maintainers 😃


Pavan Bhadane



Siddhant Pawar


Contributing Guidelines 📋

Click here

Organization

image

Open Source Program 📌

This project is a part of following Open Source Programs

logo

Comments
  • Success Screen

    Success Screen

    Create a success screen that has

    • Background colour code: 454545
    • Login button colour code: 20BCDE

    Folder Structure: projects/ev_stations/lib/screens/users/success.dart

    Follow the Guidelines and code of conduct when you push changes.

    Figma template (must follow)

    HSOC22 HSOC22-Level-2 
    opened by Pavan49719 20
  • Registration Screen

    Registration Screen

    Create a Registration screen

    • Use geolocator package for fetching the coordinates
    • Background colour code: E5E5E5
    • button colour code: 20BCDE

    Folder Structure: projects/vegetable_app/lib/screens/register.dart

    Follow the Guidelines and code of conduct when you push changes.

    Figma template (must follow)

    HSOC22 HSOC22-Level-3 
    opened by Pavan49719 6
  • Charging Station Screen

    Charging Station Screen

    Create a charging station screen

    • Background colour code: 454545
    • button colour code: 20BCDE

    Folder Structure: projects/ev_stations/lib/screens/users/charging.dart

    Follow the Guidelines and code of conduct when you push changes.

    Figma template (must follow)

    HSOC22 HSOC22-Level-3 
    opened by Pavan49719 6
  • Splash screen

    Splash screen

    Create an attractive splash screen with the following features:

    • Organization logo and name
    • Screen duration: 3 sec

    Follow the Guidelines and code of conduct when your push changes.

    Folder Structure: packages/splash_screen/

    good first issue HSOC22-Level-1 HSOC22 
    opened by Pavan49719 6
  • Login Screen

    Login Screen

    Create a Login screen

    • Background colour code: EEEEEE
    • button colour code: 20BCDE

    Folder Structure: projects/vegetable_app/lib/screens/login.dart

    Follow the Guidelines and code of conduct when you push changes.

    Figma template (must follow)

    HSOC22 HSOC22-Level-2 
    opened by Pavan49719 5
  • #75 resolved

    #75 resolved

    I have updated the readme by adding the badges , also added a table for project maintainers, a contributors section and some emojis that will catch reader eyes. Tried to solved #75 issue. Hope you like the changes and any kind of remarks or changes are welcomed. also your repo is not having MIT license so kindly add it otherwise the badge of ""License" will stay showing not specified.

    HSOC22 HSOC22-Level-2 
    opened by khushimarothi 5
  • Charging Screen

    Charging Screen

    Create a charging screen

    • Circular progress bar should be updated dynamically
    • Background colour code: 7D7D7D
    • Login button colour code: 20BCDE

    Folder Structure: projects/ev_stations/lib/screens/users/charging.dart

    Follow the Guidelines and code of conduct when you push changes.

    Figma template (must follow)

    HSOC22 HSOC22-Level-2 
    opened by Pavan49719 5
  • Registration Page - II

    Registration Page - II

    Create registration page - II with the following features:

    Folder Structure: flutter-ui-templates/projects/canteen_app/lib/

    Figma Template Link: https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=56%3A240 (iPhone 13 / 13 Pro - 10) https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=56%3A305 (iPhone 13 / 13 Pro - 11)

    HSOC22 HSOC22-Level-3 
    opened by SiddhantPawar03 4
  • Dealer Screen 2

    Dealer Screen 2

    Create a Dealer screen

    • Background color code: EEEEEE

    Folder Structure: projects/vegetable_app/lib/screens/

    Follow the Guidelines and code of conduct when you push changes.

    Figma template

    HSOC22 HSOC22-Level-2 
    opened by Pavan49719 4
  • Vegetable Information Screen

    Vegetable Information Screen

    Create a Vegetable information screen

    • Background colour code: EEEEEE
    • button colour code: 20BCDE

    Folder Structure: projects/vegetable_app/lib/screens/vege_info.dart

    Follow the Guidelines and code of conduct when you push changes.

    Figma template (must follow)

    HSOC22 HSOC22-Level-2 
    opened by Pavan49719 4
  • Registration Screen

    Registration Screen

    Create a Registration screen

    • Can use this package
    • Location should be in coordinates format

    Folder Structure: projects/ev_stations/lib/screens/registration/registration.dart

    Follow the Guidelines and code of conduct when you push changes.

    Figma template (must follow)

    HSOC22 HSOC22-Level-3 
    opened by Pavan49719 4
  • Menu Screen

    Menu Screen

    Create a menu screen with the following features:

    Folder Structure: flutter-ui-templates/projects/canteen_app/lib/

    Figma Template Link: https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=60%3A25 (iPhone 13 / 13 Pro - 18)

    HSOC22 HSOC22-Level-3 
    opened by SiddhantPawar03 2
  • Order Notification

    Order Notification

    Create an ordered confirmed with the following features:

    Folder Structure: flutter-ui-templates/projects/canteen_app/lib/

    Figma Template Link: https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=57%3A3138 (iPhone 13 / 13 Pro - 17) https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=62%3A1837 (iPhone 13 / 13 Pro - 21)

    HSOC22 HSOC22-Level-2 
    opened by SiddhantPawar03 2
  • Success Page

    Success Page

    Create a success screen with the following features:

    Folder Structure: flutter-ui-templates/projects/canteen_app/lib/

    Figma Template Link: https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=56%3A744 (iPhone 13 / 13 Pro - 13)

    HSOC22-Level-1 HSOC22 
    opened by SiddhantPawar03 0
  • Splash Screen

    Splash Screen

    Create an attractive splash screen with the following features:

    Folder Structure: flutter-ui-templates/projects/canteen_app/lib/

    Figma Template Link: https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=14%3A493 (iPhone 13 / 13 Pro - 3) https://www.figma.com/file/4lgs6uG2ZI0e7g2I0uCPuE/Student-Mess-Management-System-(Copy)?node-id=14%3A691 (iPhone 13 / 13 Pro - 4)

    HSOC22 HSOC22-Level-2 
    opened by SiddhantPawar03 2
  • Null check in login page

    Null check in login page

    Add a null check condition for email and password

    • If the email or password is null then pop up a snack bar with the proper message
    • If email and password are not null, then only the login button should be visible.

    Follow the Guidelines and code of conduct when you push changes.

    Folder Structure: projects/templates/lib/packages/login_screen/

    good first issue HSOC22 HSOC22-Level-2 
    opened by Pavan49719 5
Owner
The Robotics Forum, VIT Pune
A team of highly dedicated students with an aim to spread awareness of Robotics
The Robotics Forum, VIT Pune
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.

Getting Started This project is a starting point for a Flutter application. For help getting started with Flutter, view our online documentation, whic

Faisal Ramdan 28 Apr 29, 2022
Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀

A complete backend solution for your [Flutter / Vue / Angular / React / iOS / Android / *ANY OTHER*] app Appwrite 0.12 has been released! Learn what's

Appwrite 28.2k Jan 3, 2023
A blogging application where users can publish their blogs and articles and can connect with other authors, developed using Flutter and Firebase.

Utopia About the app A blogging application where users can publish their blogs and articles and can connect with other authors, developed using Flutt

Utopia 12 Jan 3, 2023
Nebula makes your Flutter development journey easier by providing helper widgets, utilities and abstractions.

Nebula makes your Flutter development journey easier by providing helper widgets, utilities and abstractions.

Aldrin's Art Factory 1 Apr 21, 2022
continue to my flutter journey here's the comeback repo , lets see what i will end up making

flutter_application_1 A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Nerajan kc 3 May 19, 2021
Encode App-Dev is a open source project which contains different projects of Application development, Android development, IOS development, Flutter, Kotlin, Dart, Java, Swift etc.

HACKTOBERFEST 2022 Encode App-Dev is an open source project which contains different projects of Application development, Android development, IOS dev

null 4 Dec 4, 2022
Breathe is a mental health blogging app where users can join communities of doctors and other users from around the world and both share their problems as well as lend a ear to and help others

?????????????? ?????????????? In a condensed, suffocating society you can feel closed off, when you can't process your emotions and are going through

Soham Sen 3 May 16, 2022
A TabBarController that is easy to use for flutter developers. 🥰 It supports various styles of page navigation, and you can also use it to customize your favorite styles. 🍻🍻

easy_tab_controller A user-friendly TabBarController widget for flutter developer. Getting Started This project is a starting point for a Flutter plug

圆号本昊 3 May 26, 2022
Code Snippets of highly interactive Flutter Templates that can be implemented in a Native Flutter App.

Native Frontend Flutter About the Repository We are on a mission to make things easy and convenient for all the users who just want to save their time

Dezenix 19 Sep 5, 2022
It is a Mobile Application built with Flutter to help Instructors reach their students with the material needed for their course (Videos, PDFs, Exams)

Droos - Flutter Mobile Appliction It is a Mobile Application built with Flutter to help Instructors reach their students with the material needed for

Abdulrahman Emad 4 Oct 5, 2022
Fake Firebase Performance for use during Flutter unit & widget tests.

Fake Firebase Performance Fakes to write unit tests for apps using Firebase Performance monitoring. Instantiate a FakeFirebasePerformance, then pass i

Philipp Bauer 2 Apr 16, 2022
A Flutter app developed during classroom lessons in the Mobile & Gaming 2021/2023 course

quiz A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Marco Porcaro 2 Oct 11, 2022
Collection of cool Layouts built with Flutter to Inspire Other UI developers and explore the possibilities of Flutter.

Awesome_Flutter_Layouts Would you like to Contribute your Designs? Please refer the Contribution guidelines before you dive In Need help? or Looks Som

Mahesh Jamdade 103 Nov 22, 2022
Production-grade project developed during the Reso Coder Academy Flutter Bootcamp: It's a mobile Github repository viewer

RepoStar - GitHub Starred Repository Manager Production-grade project developed during the Reso Coder Academy Flutter Bootcamp. It's a mobile Github s

Kishan Dhankecha 4 Aug 18, 2022
This is a simple mobile application which calculates the person expenses during each week and tracks up where he spend his money!

Presonal Expenses Tracker Table of content About the project built with Getting Started installation Running ScreenShots About This is a simple mobile

Abdelaziz Salah 8 Nov 3, 2022
Flutter Multi-platform allows developers to unleash their app to run on the wide variety of different platforms with little or no change.

Flutter Multi-platform sample Flutter Multi-platform allows developers to unleash their app to run on the wide variety of different platforms with lit

MindInventory 22 Dec 31, 2022