This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dart pub get
dependencies: carbon_flutter: ^0.11.0
Now in your Dart code, you can use:
import 'package:carbon_flutter/carbon.dart';
Last updated 3 years ago