girix_code_gauge 0.0.6 copy "girix_code_gauge: ^0.0.6" to clipboard
girix_code_gauge: ^0.0.6 copied to clipboard

A Flutter package for creating progress bar, linear and radial gauges with customizable ranges, ticks, and labels. It also supports step indicators and steppers. It is highly customizable and easy to use.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add girix_code_gauge

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

dependencies:
  girix_code_gauge: ^0.0.6

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:girix_code_gauge/girix_code_gauge.dart';
7
likes
120
points
367
downloads

Publisher

verified publishergirixcode.com

Weekly Downloads

A Flutter package for creating progress bar, linear and radial gauges with customizable ranges, ticks, and labels. It also supports step indicators and steppers. It is highly customizable and easy to use.

Repository (GitHub)
View/report issues

Topics

#flutter-linear-gauge #flutter-radial-gauge #flutter-gauge #progress-indicator #steppers

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

equatable, flutter

More

Packages that depend on girix_code_gauge