Skip to content

sansets/sera-test

Repository files navigation

sera_test

A new Flutter project.

Demo

apk: https://drive.google.com/file/d/1TbigNShjohcotz39B2SCgAGz1RB4Fv8i/view?usp=drive_link

Getting Started

Setup Environment

  1. Create env directory in project's root directory
  2. Create environment-specific files in env directory: development.json, staging.json, production.json

Sample json files:

{
    "flavor": "development/staging/production",
    "base_url": "YOUR_BASE_URL"
}

Run Project

Use option --dart-define-from-file=env/ENVIRONMENT.json to run project.

Example:

flutter run lib/main.dart --dart-define-from-file=env/development.json

Lints

Current lints status:

Coverage

Current coverage status:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors