Skip to content

azharbinanwar/basic-project-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter basic structure

A new Flutter project.

Getting Started

Sure, here's a simple README file with the provided command setup:

Flutter Project Setup

Initial Setup

  1. Clean and get dependencies:
flutter clean
flutter pub get
  1. Run build runner:
flutter pub run build_runner build --delete-conflicting-outputs
  1. Run build runner with watch:
flutter pub run build_runner watch build --delete-conflicting-outputs

Build Commands

  • To create a release build:
flutter build apk --release

Feel free to customize and expand upon this setup as needed for your Flutter project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published