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

retracted

The official Flutter Package for Telemetric. Gather insights, send events and track your revenue.

Image here

Official Telemetric Flutter & Dart Package #

Telemetric Marketing Text here.

Features #

  • Event Tracking: Track user interactions and events within your app.
  • Revenue Tracking: Monitor and analyze revenue generated by your app.

Installation #

Add the following dependency to your pubspec.yaml file:

dependencies:
  telemetric: ^0.0.5

Then, run flutter pub get to install the package.

Usage #

Initialization #

Initialize the Telemetric package with your project ID. This should be done once, typically in the main method of your app.

import 'package:telemetric/telemetric.dart';

void main() async {
  await Telemetric.init('your_project_id');
  runApp(MyApp());
}

Event Tracking #

You can use emojis here and white space. E.g "App Launched ✨"

Telemetric.event('event_name');

Revenue Tracking #

Track revenue by calling the revenue method with the amount as a double. E.g 0.99$ = 0.99, 5.49$ = 5.49

Telemetric.revenue(9.99);

Support #

If you have any questions or need help, feel free to open an issue on GitHub, contact team@untitledapps.net or join the X Community .

2
likes
0
points
311
downloads

Publisher

verified publisheraskrudi.com

Weekly Downloads

The official Flutter Package for Telemetric. Gather insights, send events and track your revenue.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #logging #analytics

License

unknown (license)

Dependencies

flutter, http, shared_preferences, universal_html

More

Packages that depend on telemetric