Thirosue / flutter_with_getx

1 stars 0 forks source link

flutter_with_getx

A new Flutter project.

ios build android build

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

required

Flutter Setup

https://docs.flutter.dev/get-started/install

Set up an editor

https://docs.flutter.dev/get-started/editor?tab=vscode

fvm setup

https://fvm.app/docs/getting_started/installation

Set up the version of Flutter used in your project

$ fvm install

run application with debug

$ fvm flutter run

run test

$ fvm flutter test

analyze code

$ fvm flutter analyze

Code Generate

$ fvm flutter pub run build_runner build --delete-conflicting-outputs

XCode

Open

$ open ios/Runner.xcodeproj 

Build

Android

$ fvm flutter build apk --flavor production
$ fvm flutter build appbundle --flavor production