advanced_bar_chart 0.0.4 copy "advanced_bar_chart: ^0.0.4" to clipboard
advanced_bar_chart: ^0.0.4 copied to clipboard

Create versatile bar charts in any orientation with advanced, customizable pop-ups in Flutter, and easy boundary control.

example/lib/main.dart

import 'package:example/home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(
          seedColor: Colors.deepOrange,
          brightness: Brightness.dark,
        ),
        useMaterial3: true,
      ),
      home: const HomeScreen(),
    );
  }
}
copied to clipboard
1
likes
140
points
62
downloads

Publisher

verified publishervishnuworld.com

Weekly Downloads

2024.09.20 - 2025.04.04

Create versatile bar charts in any orientation with advanced, customizable pop-ups in Flutter, and easy boundary control.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

bubble_pop_up, flutter, num_pair

More

Packages that depend on advanced_bar_chart