shadcn_chart 0.1.0 copy "shadcn_chart: ^0.1.0" to clipboard
shadcn_chart: ^0.1.0 copied to clipboard

Flutter widgets for rendering shadcn/ui Recharts charts through in-app WebViews.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shadcn_chart

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

dependencies:
  shadcn_chart: ^0.1.0

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:shadcn_chart/shadcn_chart.dart';
1
likes
150
points
142
downloads
screenshot

Documentation

API reference

Publisher

verified publisherskndan.com

Weekly Downloads

Flutter widgets for rendering shadcn/ui Recharts charts through in-app WebViews.

Repository (GitHub)
View/report issues

Topics

#chart #shadcn #recharts #webview #data-visualization

License

MIT (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on shadcn_chart