braven_charts 0.1.1
braven_charts: ^0.1.1 copied to clipboard
Pure Dart Flutter charts with custom rendering, multi-axis interaction, live streaming, editable annotations, data tables, and portable artifacts.
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());
}