application_layers_framework 1.0.1 copy "application_layers_framework: ^1.0.1" to clipboard
application_layers_framework: ^1.0.1 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 Dart:

 $ dart pub add application_layers_framework

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 dart pub get):

dependencies:
  application_layers_framework: ^1.0.1

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

License

unknown (license)

Dependencies

beamer, flutter, formz, nested, provider

More

Packages that depend on application_layers_framework