ailog_flutter 0.3.0 copy "ailog_flutter: ^0.3.0" to clipboard
ailog_flutter: ^0.3.0 copied to clipboard

Flutter add-on for ailog: automatic error hooks, navigation breadcrumbs, and a bridge so native Kotlin/Swift code logs into the same JSONL file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ailog_flutter

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

dependencies:
  ailog_flutter: ^0.3.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:ailog_flutter/ailog_flutter.dart';
0
likes
150
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter add-on for ailog: automatic error hooks, navigation breadcrumbs, and a bridge so native Kotlin/Swift code logs into the same JSONL file.

Repository (GitHub)
View/report issues

Topics

#logging #observability #ai #crash-reporting

License

MIT (license)

Dependencies

ailog, flutter

More

Packages that depend on ailog_flutter

Packages that implement ailog_flutter