google_analystic_charts 0.0.1
google_analystic_charts: ^0.0.1 copied to clipboard
Plugin Flutter para exibir Google Charts (gráficos do Google) em Android, iOS, macOS e Web, ideal para dados do Google Analytics (GA4) vindos do seu backend.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_analystic_chartsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
google_analystic_charts: ^0.0.1Alternatively, 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:google_analystic_charts/google_analystic_charts.dart';