braven_charts 0.14.0
braven_charts: ^0.14.0 copied to clipboard
Native Flutter charts with twelve families, typed grammar, interaction, live data, generated source, 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());
}