Skip to content

mrgarciamanuel/feup-plotter

Repository files navigation

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

Contributors and maintainers

About

Flutter library to generate different types of chart, simple and easy to use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages