single_value_charts 1.0.1 copy "single_value_charts: ^1.0.1" to clipboard
single_value_charts: ^1.0.1 copied to clipboard

A Flutter package for rendering versatile and customizable single value charts. Ideal for dashboards, analytics, and data visualization tasks. Supports a wide range of chart types like trend indicator [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import 'gallery_screen.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Single Value Charts Example',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: GalleryScreen(),
    );
  }
}
3
likes
120
points
4
downloads

Publisher

verified publisherzavora.co.ke

Weekly Downloads

A Flutter package for rendering versatile and customizable single value charts. Ideal for dashboards, analytics, and data visualization tasks. Supports a wide range of chart types like trend indicators, status charts, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on single_value_charts