A Flutter mobile application built completely using DhiWise and Supabase without coding single line of code. With 100% system generated code

Related tags

Templates Expension
Overview

Flutter Expension

Getting Started with Flutter ๐Ÿš€

Generated with โค๏ธ from Dhiwise

A Flutter mobile application built completely using DhiWise and Supabase without coding single line of code. With 100% system generated code

This is the documentation of Flutter Applications. It holds all the info you need to get started with and make changes to your App

Figma Design

This application is build on MVVM architecture.

Table of Contents

System Requirements

Dart SDK Version 2.12.0 or greater. Flutter SDK Version 2.0.0 or greater.

Figma design guideline for better accuracy

Read our guidelines to increase the accuracy of design conversion to code by optimizing Figma designs. https://docs.dhiwise.com/knowledgehub/reference-guide-and-tools/figma

App Navigations

Check your app's UI from the AppNavigation screen of your app.

Supabase Configurations

Project Structure

After successful build, your application structure should look like this:

.
โ”œโ”€โ”€ android                         - contains files and folders required for running the application on an Android operating system.
โ”œโ”€โ”€ assets                          - contains all images and fonts of your application.
โ”œโ”€โ”€ ios                             - contains files required by the application to run the dart code on iOS platforms.
โ”œโ”€โ”€ lib                             - Most important folder in the project, used to write most of the dart code.
    โ”œโ”€โ”€ main.dart                   - starting point of the application
    โ”œโ”€โ”€ core
    โ”‚   โ”œโ”€โ”€ app_export.dart         - contains commonly used file imports 
    โ”‚   โ”œโ”€โ”€ constants               - contains all constants classes
    โ”‚   โ”œโ”€โ”€ errors                  - contains error handling classes                  
    โ”‚   โ”œโ”€โ”€ network                 - contains network related classes
    โ”‚   โ””โ”€โ”€ utils                   - contains common files and utilities of project
    โ”œโ”€โ”€ data
    โ”‚   โ”œโ”€โ”€ apiClient               - contains api calling methods 
    โ”‚   โ”œโ”€โ”€ models                  - contains request/response models 
    โ”‚   โ””โ”€โ”€ repository              - network repository
    โ”œโ”€โ”€ localization                - contains localization classes
    โ”œโ”€โ”€ presentation                - contains all screens and screen controllers
    โ”‚   โ””โ”€โ”€ screens                 - contains all screens
    โ”œโ”€โ”€ routes                      - contains all the routes of application
    โ””โ”€โ”€ theme                       - contains app theme and decoration classes

How you can do code formatting?

  • if your code is not formatted then run following command in your terminal to format code
    dart format .
    

How you can improve the readability of code?

Resolve the errors and warnings that are shown in the application.

Libraries and tools used

Support

If you have problems or questions go to our Discord channel, we will then try to help you as quickly as possible: https://discord.com/invite/rFMnCG5MZ7

You might also like...

This is tool to create 3D Models which can be used in Flutter Applications. Tool is developed completely using Flutter.

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

Nov 8, 2022

An example Flutter application built with Very Good CLI and Supabase ๐Ÿฆ„

Supabase Example Generated by the Very Good CLI ๐Ÿค– An example Flutter application built with Very Good CLI and Supabase ๐Ÿฆ„ Getting Started ๐Ÿš€ This pro

Dec 27, 2022

Find out what you did all the days and unlock moments you completely forgot!

This project has been replaced by Relieve Quid Faciam Hodie What did I do today? Find out what you did all these days and unlock moments you completel

Oct 27, 2022

It's OK to love Flutter and hate hand-coding design elements. Parabeac-Core converts design files into Flutter code.

It's OK to love Flutter and hate hand-coding design elements. Parabeac-Core converts design files into Flutter code.

Parabeac-Core Parabeac-Core converts design files into Flutter code driven by open-source & community. Contribute ยท Discord Community ยท Designer Proto

Jan 4, 2023

A completely Responsive Image Editor App- Works on Android & iOS

A completely Responsive Image Editor App- Works on Android & iOS

Image Editor App Developed using Flutter with No Plugins (except for picking and saving images)

Dec 16, 2022

A completely Responsive Community App- Works on Android!

Seta A completely Responsive Community App- Works on Android! Features Responsive Realtime UI Email & Password Authentication Share Posts with Caption

Nov 13, 2022

Source code for login demo in Coding with Flutter series

Source code for login demo in Coding with Flutter series

Flutter & Firebase Authentication demo Source code based on my Flutter & Firebase Authentication video series: Part 1 Part 2 Part 3 Part 4 Part 5 Part

Dec 29, 2022

Flutter-job-app - Flutter UI Day 28 of 100 - Job App

Flutter-job-app - Flutter UI Day 28 of 100 - Job App

Flutter UI Day 28 of 100 - Job App Getting Started git clone https://github.com/

Sep 23, 2022

Punto de venta 100% opensource y gratuito :)

Total POS Punto de venta desarrollado por mera diversion, porque no? ๐Ÿคทโ€โ™‚๏ธ โš ๏ธ En Desarrollo โš ๏ธ La implementacion con postgres es la mas avanzada echal

Sep 19, 2022
Owner
DhiWise
The ultimate open-source hub for backend and frontend code generation
DhiWise
This is a HubSpot clone Application built with DhiWise. It uses HubSpot APIs to store and retrieve data.

HubSpot A Flutter Application, Built with โค๏ธ from DhiWise This is a HubSpot clone Application built with Flutter. It uses HubSpot APIs to store and re

DhiWise 4 Nov 27, 2022
A Flutter Application, Built with โค๏ธ from DhiWise

DhiBasket A Flutter Application, Built with โค๏ธ from DhiWise This is a Grocery Application built with Flutter. It uses Webflow CMS to store and retriev

DhiWise 9 Nov 10, 2022
This is a mostly auto-generated library for using the mattermost api from Dart.

Mattermost API Client in Dart This is an implementation of a Mattermost API client in dart. It is not the only one, but it has significant advantages

null 1 Jun 15, 2022
Access app version and git informations from auto-generated and configurable widgets

This is a proof of concept and WIP Feedback and ideas welcome !! Access your pubspec and git commit informations like versions and commit status from

Robert Felker 15 Jul 7, 2021
Toast Library for Flutter, Easily create toast messages in single line of code

Create Toast messages on a Flutter Event. fluttertoast: ^8.0.8 Toast Library for Flutter, Easily create Personalised toast messages in single line of

Bouziani Mohammed 1 Feb 14, 2022
100+ Professional UI implementations with Code in Flutter. Available in Android, iOS, Linux and Web

Flutter UI Challenges My effort on replicating various apps UI on flutter. View on Web Building and running the code [ Updated ] Thank you all for you

Damodar Lohani 4k Dec 28, 2022
This example uses a ScrollView, JSON Rest API, Navigation, Alert Pop Up, Progress Indicator, Globals, Images in a shared asset folder, and 100% Shared Code

This example uses a ScrollView, JSON Rest API, Navigation, Alert Pop Up, Progress Indicator, Globals, Images in a shared asset folder, and 100% Shared Code. Now with the ability to login with FaceID, TouchID, and Fingerprint Reader on Android.

Rody Davis 672 Jan 6, 2023
100+ Mobile & Web UI Kit

Flutter Ui Kit A Simple UI Kit. โœจ Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with Flutter SDK installed (ie. IntelliJ, An

Bukunmi Aluko 618 Dec 29, 2022
Completely Responsive Instagram Clone App created using flutter and firebase

Instagram Clone Completely Responsive Instagram Clone App created using flutter and firebase - works on Android & web Features Responsive Instagram UI

GanjiPalaVenkiReddy 4 Feb 11, 2022