telemetric 0.0.4
telemetric: ^0.0.4 copied to clipboard
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 .