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