flutter_ai_debugger 0.1.2 copy "flutter_ai_debugger: ^0.1.2" to clipboard
flutter_ai_debugger: ^0.1.2 copied to clipboard

AI-powered Flutter error tracker & debugger using Gemini: capture, analyze, store (Hive), and export (CSV/JSON).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ai_debugger

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

dependencies:
  flutter_ai_debugger: ^0.1.2

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:flutter_ai_debugger/flutter_ai_debugger.dart';
3
likes
160
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

AI-powered Flutter error tracker & debugger using Gemini: capture, analyze, store (Hive), and export (CSV/JSON).

Repository (GitHub)
View/report issues

Topics

#flutter #gemini #debugging #error-tracking

Documentation

API reference

License

MIT (license)

Dependencies

csv, flutter, flutter_gemini, hive, hive_flutter, path_provider, uuid

More

Packages that depend on flutter_ai_debugger