Carbon Flutter
  • Overview ⚡️
  • Installation ⚙️
  • Widgets 🧩
    • Breadcrumb
    • Button
    • Checkbox
    • Form
    • Icons
    • Link
    • Notification
    • OverflowMenu
    • Text
    • TextField
    • Toggle
Powered by GitBook
On this page

Was this helpful?

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';
PreviousOverview ⚡️NextBreadcrumb

Last updated 2 years ago

Was this helpful?