steelseries_flutter 0.0.2 copy "steelseries_flutter: ^0.0.2" to clipboard
steelseries_flutter: ^0.0.2 copied to clipboard

retracted

A port of the steel series gauges to flutter. The port supports radial, linear and many of the original custom steel series gauges.

A port of the Steel Series Java gauges to Flutter.

Features #

Several fully animated highly configurable gauges and widgets.

Usage #

An initalization function should be invoked at the start of your application to create several images used to support several background rendering options.

initBuffers();

The gauges and widgets support a wide array of visualization options with default values for each supported option. The user is free to provide only the overrides they want to differ from the default values.

Radial Gauges #

Code #

RadialGauge(
  value: 60.2,
  titleString: 'Pressure',
  unitString: 'mmHg',
  frameVisible: true,
  end: 100,
  threshold: 60,
  thresholdVisible: true,
  gaugeType: GaugeTypeEnum.TYPE4,
  knobType: KnobTypeEnum.METAL_KNOB,
  knobStyle: KnobStyleEnum.BLACK,
  frameDesign: FrameDesignEnum.METAL,
  ledVisible: true,
  ledOn: true,
  userLedVisible: true,
  userLedOn: true,
  foregroundVisible: true,
  foregroundType: ForegroundTypeEnum.TYPE3,
  fontType: FontTypeEnum.LCDMono,
  area: [
    Section(85, 100, Colors.red.shade900.withOpacity(0.4)),
  ],
  section: [
    Section(0, 60, Colors.green.shade600),
    Section(60, 85, Colors.yellow.shade600),
    Section(85, 100, Colors.red.shade900),
  ],
  tickLabelOrientation: TickLabelOrientationEnum.NORMAL,
),
2
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A port of the steel series gauges to flutter. The port supports radial, linear and many of the original custom steel series gauges.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on steelseries_flutter