application_layers_framework 1.0.3 copy "application_layers_framework: ^1.0.3" to clipboard
application_layers_framework: ^1.0.3 copied to clipboard

A framework to standardize the implementation of a Flutter application by separating the application logic into different layers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add application_layers_framework

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

dependencies:
  application_layers_framework: ^1.0.3

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:application_layers_framework/application_layers_framework.dart';
0
likes
160
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A framework to standardize the implementation of a Flutter application by separating the application logic into different layers.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

beamer, flutter, formz, nested, provider

More

Packages that depend on application_layers_framework