clean_framework 0.1.1 copy "clean_framework: ^0.1.1" to clipboard
clean_framework: ^0.1.1 copied to clipboard

outdated

Clean Architecture components library, inspired on the guidelines created by Uncle Bob.

example/lib/main.dart

import 'package:clean_framework/clean_framework.dart';
import 'package:clean_framework_example/example_feature/ui/example_feature_widget.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';

import 'example_locator.dart';

void main() {
  logger().setLogLevel(LogLevel.verbose);
  runApp(
    MaterialApp(
      home: ExampleFeatureWidget(),
    ),
  );
}
40
likes
0
points
346
downloads

Publisher

verified publisheracmesoftware.com

Weekly Downloads

Clean Architecture components library, inspired on the guidelines created by Uncle Bob.

Homepage

License

unknown (license)

Dependencies

equatable, flutter, http, provider

More

Packages that depend on clean_framework