slick_summary_bars 1.0.1 copy "slick_summary_bars: ^1.0.1" to clipboard
slick_summary_bars: ^1.0.1 copied to clipboard

discontinued
outdated

A collection of slick and adaptable summary / overview bars.

A collection of Summary / Overview bars.

Description: #

This package contains a number of slick and adaptable summary / overiview bars.

Using #

Simply import package: slick_summary_bars/slick_summary_bars.dart and start using the one you like from the following growable list:-

  • ThreeColumnTextBar
  • more to come, stay tuned...
import 'package:flutter/material.dart';
import 'slick_summary_bars/three_column_text_bar.dart';

class TestPage extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: Text('Widget Test'),
      ),
      body: ThreeColumnTextBar.dark(
        context: context,
        scalePreset: ScalePreset.large,
        c1LabelText: 'Income',
        c1DataText: '\$ 5,000.0',
        c2LabelText: 'Expenses',
        c2DataText: '\$ 2,000.0',
        c3LabelText: 'Balance',
        c3DataText: '\$ 3,000',
      ),
    );
  }
}

Screenshot: #

Useful Links: #

1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A collection of slick and adaptable summary / overview bars.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on slick_summary_bars