flutter_archx 2.1.0 copy "flutter_archx: ^2.1.0" to clipboard
flutter_archx: ^2.1.0 copied to clipboard

A production-ready CLI tool to scaffold enterprise-grade Flutter projects with a scalable, clean architecture template featuring GetX state management, Dio networking, secure storage, and modular feat [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_archx

Use it

The package has the following executables:

$ flutter-arch

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_archx

With Flutter:

 $ flutter pub add flutter_archx

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_archx: ^2.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_archx/flutter_archx.dart';
1
likes
140
points
242
downloads

Documentation

API reference

Publisher

verified publisherineelakandan.in

Weekly Downloads

A production-ready CLI tool to scaffold enterprise-grade Flutter projects with a scalable, clean architecture template featuring GetX state management, Dio networking, secure storage, and modular feature-based structure.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, mason_logger, path

More

Packages that depend on flutter_archx