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

Versatile Flutter package to generate different types of chart for your data. Provides the ability to display information in a very cool and reliable way. It is suitable for statistical information, [...]

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 four arrays:

    • names: describe elements
    • colors: array of Color type - to distinguish elements visually
    • labels: array string - markers for X axis
    • result: array with values that an element can have based on labels
  • Then call our FeupPlotter widget with these parameter to get everything working.

4 - 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
110
pub points
21%
popularity

Publisher

unverified uploader

Versatile Flutter package to generate different types of chart for your data. Provides the ability to display information in a very cool and reliable way. It is suitable for statistical information, trending data and so on. Ideal for software developers that use flutter to develop mobile applications for both android an IOS environments.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, top_snackbar_flutter

More

Packages that depend on feup_plotter