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

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

example/lib/main.dart

import 'package:flutter/material.dart';

import 'page/root/root_page.dart';

void main() {
  runApp(RootPage());
}
0
likes
0
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

License

unknown (license)

Dependencies

beamer, flutter, formz, nested, provider

More

Packages that depend on application_layers_framework