layer_kit 1.0.2 copy "layer_kit: ^1.0.2" to clipboard
layer_kit: ^1.0.2 copied to clipboard

A Flutter architecture package that combines Clean Architecture and MVVM patterns using Provider for state management.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate layer_kit

Use it

The package has the following executables:

$ layer_kit

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layer_kit

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

dependencies:
  layer_kit: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:layer_kit/layer_kit.dart';
3
likes
140
points
246
downloads

Publisher

verified publishertcircle.kesug.com

Weekly Downloads

A Flutter architecture package that combines Clean Architecture and MVVM patterns using Provider for state management.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, flutter_easy_routing, path, recase, responsive_theme

More

Packages that depend on layer_kit