feup_plotter 0.0.4 copy "feup_plotter: ^0.0.4" to clipboard
feup_plotter: ^0.0.4 copied to clipboard

Flutter library to generate different types of chart. Provides ability to display information in cool and reliable way. Suitable for statistical information, trending data, etc.

FEUP PLOTTER #

Getting Started #

  1. Install from pub.deb
    flutter pub add feup_plotter
  1. After that you can use elements everywhere importing in the file:
    import 'package:feup_plotter/feup_plotter.dart'
  1. Data preparation You can plot information for single element of you can make comparison between two elements.
  • You need six variables:
    • names: describe elements
    • colors: array of Color type - to distinguish elements visually
    • labels: array string - markers for X axis
    • result: int array with values that an element can have based on labels
    • appBarBgColor: variable of type Color to define the color of appbar
    • screenTitle: String variable with title of screen
  • Then call our FeupPlotter widget with these parameter to get everything working.
  1. Find example in file: example/lib/main.dart

  2. Charts

    At moment we support three types of chart:

    • Line
    • Bar
    • Area

Simulator Screenshot - iPhone SE (3rd generation) - 2024-05-24 at 02 16 25 Simulator Screenshot - iPhone SE (3rd generation) - 2024-05-24 at 02 13 54 Simulator Screenshot - iPhone SE (3rd generation) - 2024-05-24 at 02 14 14 Simulator Screenshot - iPhone SE (3rd generation) - 2024-05-24 at 02 14 24

2
likes
140
pub points
21%
popularity

Publisher

unverified uploader

Flutter library to generate different types of chart. Provides ability to display information in cool and reliable way. Suitable for statistical information, trending data, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, top_snackbar_flutter

More

Packages that depend on feup_plotter