energy_data_visualizer 1.0.0 copy "energy_data_visualizer: ^1.0.0" to clipboard
energy_data_visualizer: ^1.0.0 copied to clipboard

A Flutter package for visualizing energy consumption data with real-time charts and tariff information

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add energy_data_visualizer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  energy_data_visualizer: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:energy_data_visualizer/main.dart';
import 'package:energy_data_visualizer/services/data_service.dart';
0
likes
20
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for visualizing energy consumption data with real-time charts and tariff information

Documentation

API reference

License

unknown (license)

Dependencies

cupertino_icons, flutter, http, intl, syncfusion_flutter_charts

More

Packages that depend on energy_data_visualizer