Using old version of Clean Framework? Head to [Documentation for v1](https://docs.page/AcmeSoftwareLLC/clean_framework~dca68cd737d0a6d68e287ce0cd7ad73f2f7d1c5b)

# Installation
[![Coverage](https://codecov.io/gh/AcmeSoftwareLLC/clean_framework/branch/main/graph/badge.svg)](https://codecov.io/gh/AcmeSoftwareLLC/clean_framework)

## Depend on it
Add this to your package's pubspec.yaml file:
    ![clean_framework](https://img.shields.io/pub/v/clean_framework?label=%20clean_framework%3A%20&style=flat-square)


## 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.