Installation ⚙️

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  carbon_flutter: ^0.11.0

Import it

Now in your Dart code, you can use:

import 'package:carbon_flutter/carbon.dart';

Last updated