braven_charts 0.9.0
braven_charts: ^0.9.0 copied to clipboard
Pure Dart Flutter line, area, bar, scatter, Pie, Donut, and Concentric Donut charts with custom rendering, synchronized interaction, live data, annotations, and Dart source.
example/lib/main.dart
// Copyright 2025 Braven Charts - Showcase App
// SPDX-License-Identifier: MIT
import 'package:flutter/material.dart';
import 'showcase/showcase_app.dart';
void main() {
runApp(const ShowcaseApp());
}