Skip to content

Latest commit

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Vite logo

Create / Export 💙

🐥 Create App Flutter

  1. Type these command for crete flutter project in CMD
  • flutter create name_app

    Details
    • flutter create name_app
    • flutter create --platforms ios,android name_app

    Warning Use FVM only you installed .

    • fvm flutter create name_app
    • fvm flutter create --platforms ios,android name_app

🐲 Export App Flutter

  1. If you want to export for Android
  • flutter build apk

    Details

    Warning Use for KEY in Android .

     storePassword=<password_de_clave>
    keyPassword=<password_de_alias>
    keyAlias=<name_de_alias>
    storeFile=<name_de_clave>.keystore
    
    • flutter build apk --release
    • flutter build apk --target-platform android-arm,android-arm64
  1. If you want to export for iOS
  • flutter build ios

    Details

    Warning Use for KEY in iOS .

    • open ios/Runner.xcworkspace

Flutter Setting ⚙️

  • Necessary tools for a Flutter 💙 developer.

IconKitchen


Leonardo.AI


Quicktype


Pub-dev


Gitmoji


Iconscout


Lottie

Artificial intelligence bankClick

Claymorphism & Neumorphism :)Click

fluttercomponent:)Click

People 🤙

Here you can recommend the tools to other developers, using the same forma, font Thanks.◼️

Update Flutter 💙 VsCode

  • stable version desktop or pc vscode pls
flutter upgrade
  • FVM version update vscode pls
∘ fvm install 3.16.2 ∘ fvm global 3.16.2

fvm current

  • FVM Tips
  • fvm releases
  • fvm use 3.16.2
  • fvm list
  • fvm flutter doctor
  • fvm flutter --version

Clean Architecture 💙

lib/
│
├── config
│ ├── routes/
│ └── themes/
│
├── src
│ ├── ai_screen
│ │ ├── data/
│ │ ├── domain/
│ │ └── presentation/
│ │
│ ├── core
│ │ ├── error/
│ │ └── utils/
│ │
│ ├── l10n/
│ │
│ ├── payment
│ │ ├── data/
│ │ ├── domain/
│ │ └── presentation/
│ │
│ ├── app_name_here
│ │ ├── data
│ │ ├── domain/
│ │ └── presentation/
│ │
│ ├── shared
│ │ ├── components/
│ │ └── widgets/
│ │
│ └── store_page
│ ├── data/
│ ├── domain/
│ └── presentation/
│
└── main.dart

Clean Architecture Minimalistic v1.0.0 💙

lib/
│
├── app_name_here/
│ ├── data/
│ │ ├── models/ │ │ ├── repositories/
│ │ └── datasources/
│ ├── domain/
│ │ ├── entities/
│ │ ├── repositories/
│ │ └── usecases/
│ └── presentation/
│ ├── blocs/ (or cubits)
│ └── screens/

Vite logo

About

𓆩💙𓆪 Tips and tools for every "FLutter" | developer

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages