braven_charts 0.17.1
braven_charts: ^0.17.1 copied to clipboard
The full-featured open-source Flutter charting system. Thirteen native chart families with multi-axis, live streaming, crosshair tracking, annotations, and typed grammar.
// 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());
}