geekyants_flutter_gauges 0.0.1 copy "geekyants_flutter_gauges: ^0.0.1" to clipboard
geekyants_flutter_gauges: ^0.0.1 copied to clipboard

Here in Flutter you can use this package to plot a machinery information effortlessly.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add geekyants_flutter_gauges

With Flutter:

 $ flutter pub add geekyants_flutter_gauges

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

dependencies:
  geekyants_flutter_gauges: ^0.0.1

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:geekyants_flutter_gauges/gauges.dart';
import 'package:geekyants_flutter_gauges/linear_gauge/linear_gauge.dart';
import 'package:geekyants_flutter_gauges/linear_gauge/linear_gauge_label.dart';
import 'package:geekyants_flutter_gauges/linear_gauge/linear_gauge_painter.dart';
import 'package:geekyants_flutter_gauges/linear_gauge/styles/linear_gauge_container_style.dart';
import 'package:geekyants_flutter_gauges/utils/gauge_orientation.dart';
101
likes
0
pub points
91%
popularity

Publisher

verified publishergeekyants.com

Here in Flutter you can use this package to plot a machinery information effortlessly.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on geekyants_flutter_gauges