openui_components 0.0.1-dev.1
openui_components: ^0.0.1-dev.1 copied to clipboard
Builtin component library for OpenUI Flutter: Stack, Card, Form, Tabs, Table, Markdown, Image, BarChart, LineChart, and friends.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add openui_componentsWith Flutter:
$ flutter pub add openui_componentsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
openui_components: ^0.0.1-dev.1Alternatively, 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:openui_components/openui_components.dart';