google_analystic_charts 0.0.1 copy "google_analystic_charts: ^0.0.1" to clipboard
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.

0.0.1 #

  • Initial release of google_analystic_charts.
  • Google Charts widget GaChart (line/area/bar/column/pie/donut).
  • Rendering:
    • Android/iOS/macOS via webview_flutter (responsive HTML).
    • Web via HtmlElementView + loader.js injection.
  • HTML generator: buildGoogleChartsHtml(...).
  • GA4 helpers:
    • ga4ReportToTable(response) to map RunReportResponse to table rows.
    • Ga4DataClient with runReportWithToken and runReport (token provider).
    • Ga4Chart widget that fetches GA4 and renders automatically.
    • Web-only OAuth: Ga4WebGsiTokenProvider (Google Identity Services).
  • Example app updated with charts.
  • README updated with no-backend usage and OAuth on Web.
0
likes
60
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http, js, plugin_platform_interface, web, webview_flutter

More

Packages that depend on google_analystic_charts

Packages that implement google_analystic_charts