offline_sos_system 0.0.4 copy "offline_sos_system: ^0.0.4" to clipboard
offline_sos_system: ^0.0.4 copied to clipboard

A pure Dart, offline-first Flutter package for on-device crash and anomaly detection using hardware telemetry and TFLite.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_sos_system

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

dependencies:
  offline_sos_system: ^0.0.4

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:offline_sos_system/offline_sos_system.dart';
8
likes
150
points
246
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart, offline-first Flutter package for on-device crash and anomaly detection using hardware telemetry and TFLite.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, sensors_plus, tflite_flutter

More

Packages that depend on offline_sos_system