medibound_ui 1.0.0 copy "medibound_ui: ^1.0.0" to clipboard
medibound_ui: ^1.0.0 copied to clipboard

A collection of customizable graph widgets for FlutterFlow and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add medibound_ui

With Flutter:

 $ flutter pub add medibound_ui

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

dependencies:
  medibound_ui: ^1.0.0

Alternatively, 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:medibound_ui/component_library.dart';
import 'package:medibound_ui/components/graph_data_processing.dart';
import 'package:medibound_ui/components/graph_types.dart';
import 'package:medibound_ui/components/graph_widget.dart';
import 'package:medibound_ui/components/graphs/BubbleGraph.dart';
import 'package:medibound_ui/components/graphs/CandleStickGraph.dart';
import 'package:medibound_ui/components/graphs/ColumnGraph.dart';
import 'package:medibound_ui/components/graphs/FastLineGraph.dart';
import 'package:medibound_ui/components/graphs/HistogramGraph.dart';
import 'package:medibound_ui/components/graphs/LineGraph.dart';
import 'package:medibound_ui/components/graphs/ScatterGraph.dart';
import 'package:medibound_ui/components/graphs/StackedBarGraph.dart';
import 'package:medibound_ui/components/graphs/StackedColumnGraph.dart';
import 'package:medibound_ui/components/graphs/StepLineGraph.dart';
import 'package:medibound_ui/components/layouts/HalfSize.dart';
import 'package:medibound_ui/components/layouts/QuarterSize.dart';
import 'package:medibound_ui/components/theme.dart';
import 'package:medibound_ui/components/tickers/LastTicker.dart';
import 'package:medibound_ui/components/widget_registry.dart';
import 'package:medibound_ui/main.dart';
0
likes
0
points
283
downloads

Publisher

verified publishermedibound.com

Weekly Downloads

A collection of customizable graph widgets for FlutterFlow and Flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_fonts, intl, shared_preferences, syncfusion_flutter_charts

More

Packages that depend on medibound_ui