Skip to content

stepanzalis/Flutter-Stack-Showcase

Repository files navigation

Flutter Stack Showcase

Intro

This repository contains showcase of Flutter stack. It is used as a base for new projects.

📚 Libraries

🌍 Localization

🌆 Assets, Fonts

ℹ️ Getting Started

The app has two flavours:

  1. STAGE
  2. PROD

This config is given in runtime by --dart-define=environment=STAGE when running build command. Read section below how to run the right flavour app without any hassle by simple predefined commands.

Setup

  • This project is build with Flutter 3.13.x
  • There is [Makefile] that shortcuts all common flutter commands
$ make dependencies
$ make build-runner

How to add assets (images, icons, ...)

  1. Add assets
  2. Run FlutterGen -> run make build-runner

Make .apk and .ipa file

Android

$ make build-android-dev
$ make build-android-prod

iOS

$ make build-ios-dev
$ make build-ios-prod

Run app

$ make run-dev
$ make run-prod

About

Flutter example repository for showcase my current stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors