haibarrr 0.0.4 copy "haibarrr: ^0.0.4" to clipboard
haibarrr: ^0.0.4 copied to clipboard

Haibarrr framework flutter project with GetX pattern Architecture

HAIBARRR #

This package help you build Mobile Flutter Project with GetX Architecture

INSTALLATION #

add flutter dependency:

INSTALL FROM PUB.DEV #

flutter pub add haibarrr

Init HAIBARRR #

Init HAIBARRR to your flutter project and boom :

flutter pub run haibarrr:init

Generate Feature #

Generate your feature app with :

flutter pub run haibarrr:generate Example

Run Flutter #

flutter run -t lib/main_staging.dart 

IMPORTANT after init HAIBARRR #

Change value "/splash" to "/" at lib/route/route.constant.dart

static const splash = '/'; 

If your project error when running the app, do this way :
Go to android/app/build.gradle

android {
    compileSdkVersion 33
    ...
    ...
    
    defaultConfig {
        minSdkVersion 19
    }
}

Sources #

This framework is inspired by open source plugin ametory_framework
Big Thanks to Pa Amet

Author #

Halo salam kenal semua, Bariman Susiyanto

1
likes
120
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Haibarrr framework flutter project with GetX pattern Architecture

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

alice, ansicolor, dio, flutter, get, get_storage, intl, json2yaml, path, path_provider, pretty_dio_logger, recase, shimmer, yaml

More

Packages that depend on haibarrr