Add this to your package's pubspec.yaml file:
text
dependencies:
clean_framework: ^1.5.0You can install packages from the command line: with Flutter:
text
$ flutter pub getAlternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Now in your Dart code, you can use:
text
import 'package:clean_framework/clean_framework.dart';Check the docs directory and the example project for implementation details.