carpenter 0.1.0-dev.2
carpenter: ^0.1.0-dev.2 copied to clipboard
A semantic and adaptive UI platform for Flutter applications across desktop, web, and mobile.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add carpenterWith Flutter:
$ flutter pub add carpenterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
carpenter: ^0.1.0-dev.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:carpenter/carpenter.dart';