tam_chart
A customizable charting package for Flutter, supporting both Android and iOS platforms.
Overview
The tam_chart package provides flexible charting capabilities for Flutter applications. It allows developers to create and customize charts in both source and binary forms, with or without modifications.
Features
- Customizable: Easily customize the appearance and behavior of charts to fit your application's design.
- Supports Both Platforms: Works seamlessly on both Android and iOS platforms.
- Flexible Usage: Use the charts in various forms, including source code and compiled binaries.
Installation
To use tam_chart in your Flutter project, add it to your pubspec.yaml:
dependencies: tam_chart: ^0.0.1
Then, import the package in your Dart code:
import 'package:tam_chart/tam_chart.dart';
License
MIT License
Copyright (c) 2024 Aman Gautam
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Getting Help
If you have any questions, issues, or feature requests regarding tam_chart, please open an issue on GitHub.