Skip to content

kaycee-okoye/math_graphs

Repository files navigation

MathGraphs Flutter Package

MathGraphs is a Flutter Dart package that simplifies the process of adding and customizing various graphs to your cross-platform Flutter applications. The package is designed to be user-friendly and allows you to quickly integrate pie graphs, bar graphs, scatter graphs, and ring graphs into your application. These graphs seamlessly scale to the available space, providing a responsive and visually appealing data visualization solution.

Sample Pie Graph   Sample Ring Graph   Sample Bar Graph   Sample Scatter Graph   Sample Bar Graph

Installation

To use MathGraphs in your Flutter project, add the following dependency to your pubspec.yaml file:

dependencies:
  git:
    url: https://github.com/kaycee-okoye/math_graphs.git

Then, run:

$ flutter pub get

Usage

To get started, import the MAthGraphs package in your Dart file:

import 'package:math_graphs/math_graphs.dart';

Folder Structure

The project is organized into the following folders:

  • Graphs: Contains the widgets used to generate graphs.
  • Constants: Contains UI/UX constants used throughout the package.
  • Extensions: Contains common extensions applied to the objects in the package.
  • Models: Contains data classes used to pass information to be plotted to the graphs.

Contribution Guidelines

Please refer to the CONTRIBUTING.md file for detailed information on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

MathGraphs is a streamlined Flutter Dart package for quick and responsive integration of pie, bar, scatter, and ring graphs in cross-platform Flutter applications. Simplify data visualization with MAthGraphs for visually stunning and dynamic graphs.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages