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

outdated

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

clean_framework #

Coverage

Flutter implementation of Clean Architecture, inspired on the guidelines created by Uncle Bob.

see http://www.amazon.com/dp/0134494164/

Learning Resources #

Codelabs #

Introduction to Clean Framework

Features

Installation #

Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
    clean_framework: ^1.1.3

Install it #

You can install packages from the command line: with Flutter:

$ flutter pub get

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:clean_framework/clean_framework.dart';

Check the docs directory and the example project for implementation details.

40
likes
0
points
377
downloads

Publisher

verified publisheracmesoftware.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, either_dart, equatable, flutter, flutter_riverpod, flutter_test, go_router, graphql, http, meta, riverpod

More

Packages that depend on clean_framework