advanced_bar_chart 0.0.2 copy "advanced_bar_chart: ^0.0.2" to clipboard
advanced_bar_chart: ^0.0.2 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(),
    );
  }
}
1
likes
0
points
31
downloads

Publisher

verified publishervishnuworld.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bubble_pop_up, flutter, num_pair

More

Packages that depend on advanced_bar_chart