openui_components 0.0.1-dev.2 copy "openui_components: ^0.0.1-dev.2" to clipboard
openui_components: ^0.0.1-dev.2 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 Flutter:

 $ flutter pub add openui_components

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

dependencies:
  openui_components: ^0.0.1-dev.2

Alternatively, your editor might support 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';
0
likes
150
points
106
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Builtin component library for OpenUI Flutter: Stack, Card, Form, Tabs, Table, Markdown, Image, BarChart, LineChart, and friends.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

fl_chart, flutter, flutter_markdown_plus, meta, openui, openui_core, url_launcher

More

Packages that depend on openui_components