A Flutter repo with a ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity

Overview

ReadyToGo

Flutter Ready to Go

A Flutter repo with a ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity.

Why not just fork it and start a new project with some setup done?

There is a full article explaining each one of the following subjects:

  1. Flavors
  2. Flavors in Dart
  3. Visually identifying each flavor
  4. Identifying device info with the Banner
  5. Flavors in Android
  6. App icons based on flavor
  7. App name based on flavor
  8. Running flavors with the IDE
  9. Using flavor values
  10. Controlling connection errors

Links:

Todo:

  • Flavoring Android
  • Personalized flavor Banner
  • Device Info
  • Package structure
  • Bloc, Repository, ApiProvider
  • Handling connectivity problems
  • Flavoring iOS
  • Complete authentication flow

Have you found it useful? Leave it a or Say Thanks!

You might also like...

This repo is an example of clean architecture using the GetX state-management solution.

This repo is an example of clean architecture using the GetX state-management solution.

GetX Clean Architecture A Flutter Clean Architecture Using GetX. This repo is forked from: https://github.com/phamdinhduc795397/flutter-getx-clean-arc

Jan 3, 2023

Repo for my Bloc state management course

Bloc state management Repo for my Bloc state management course (https://youtu.be/Mn254cnduOY) Getting Started Each step of the course is in its own ta

Dec 24, 2022

Given a JSON string, this library will generate all the necessary Dart classes to parse and generate JSON.

JSON to Dart Given a JSON string, this library will generate all the necessary Dart classes to parse and generate JSON. This library is designed to ge

Dec 25, 2022

Flutter package: Json Table Widget to create table from json array

Flutter package: Json Table Widget to create table from json array

Json Table Widget 💙 Proudly Sponsored by FieldAssist Request a Demo This Flutter package provides a Json Table Widget for directly showing table from

Jan 7, 2023

Fluter-json - App Demonstrating JSON Data Parsing with various flutter widgets

Fluter-json - App Demonstrating JSON Data Parsing with various flutter widgets

users_list Flutter App to Demonstrate JSON Parsing Getting Started This project is a starting point for a Flutter application. A few resources to get

Jul 10, 2021

Json editor - A json editor on flutter

Json editor - A json editor on flutter

Features Support add comment; Support show errors for invalid json text; Pretty

Nov 18, 2022

State Persistence - Persist state across app launches. By default this library store state as a local JSON file called `data.json` in the applications data directory. Maintainer: @slightfoot

State Persistence Persist state across app launches. By default this library store state as a local JSON file called data.json in the applications dat

Sep 28, 2022

A lightweight flutter package to linkify texts containing urls, emails and hashtags

A lightweight flutter package to linkify texts containing urls, emails and hashtags

linkfy_text A lightweight flutter package to linkify texts containing urls, emails and hashtags. Usage To use this package, add linkfy_text as a depen

Nov 23, 2022

Doctor Consultation App in Flutter containing splash screen on boarding screen Routing state management Dash board Bottom navigation Decorated Drawer and Doctors Screen in the last.

Doctor Consultation App in Flutter containing splash screen on boarding screen  Routing  state management Dash board Bottom navigation Decorated Drawer and Doctors Screen in the last.

Online doctor Consultation App UI in Flutter Doctor Consultation App UI in Flutter Visit Website Features State Management Navigation Bar Responsive D

Jan 1, 2023
Comments
  • Different version of same build (For ex. PROD)

    Different version of same build (For ex. PROD)

    Can we achieve to install same build i.e PROD app (version 1.0 with same package name) on the device and also PROD app (version 0.9 with same package name) on the same device?

    opened by tanmaypandharipande 1
  • Nice

    Nice

    SO basically its:

    • Compile time flags or Runtime flags ?
    • Your using a different entry point ?

    I am test this on IOS.

    Also thinking about the Scaffolding of the icons

    opened by ghost 0
Owner
null
Deepak Sharma 149 Dec 10, 2022
A flutter boilerplate project containing bloc, pedantic, hive, easy_translations and more!

Flutter Production Boilerplate A flutter project containing bloc, flutter_lints, hive, easy_translations and more! This repository is the starting poi

Andreas Feichtinger 133 Dec 26, 2022
Intel Corporation 238 Dec 24, 2022
This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.

Flutter Permission Plugins Deprecation Notice This repository has been replaced by the Flutter permission_handler plugin and will not longer be mainta

Baseflow 51 Dec 13, 2021
Ouday 25 Dec 15, 2022
SSH no ports provides ssh to a remote Linux device with out that device having any ports open

Ssh! No ports ssh no ports provides a way to ssh to a remote linux host/device without that device having any open ports (not even 22) on external int

The Atsign Foundation 224 Dec 21, 2022
Proyect with Clean Architecture / Hexagonal Architecture - Patron BLoC - The MovieDB API

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

null 2 Sep 22, 2022
Petrus Nguyễn Thái Học 193 Dec 29, 2022
ToDo App made with flutter which stores your todos based on their categories. The data is stored in external application storage in your device in JSON file.

⭐ My ToDo ⭐ Built with ❤︎ by Akash Debnath This is my second project on Flutter. This app hepls you to keep record of your ToDos. You can create your

Akash Debnath 38 Dec 25, 2022
A JSON serialize class to convert 'to' and 'from' JSON format Enums, DateTime and any of your own classes.

A JSON serialize class to convert 'to' and 'from' JSON format Enums, DateTime and any of your own classes. Introduction Jsonize solves the problem of

null 2 Nov 17, 2022