pulse_sdk_flutter 0.1.8
pulse_sdk_flutter: ^0.1.8 copied to clipboard
Pulse is a bug reporting and in-app feedback tool that allows developers to collect detailed user feedback and crash reports to improve their mobile apps. We offer a free tier for non-commerical usage [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pulse_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pulse_sdk_flutter: ^0.1.8Alternatively, 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:pulse_sdk_flutter/l10n/pulse_localizations.dart';
import 'package:pulse_sdk_flutter/l10n/pulse_localizations_ar.dart';
import 'package:pulse_sdk_flutter/l10n/pulse_localizations_en.dart';
import 'package:pulse_sdk_flutter/l10n/pulse_localizations_fr.dart';
import 'package:pulse_sdk_flutter/l10n/pulse_localizations_hi.dart';
import 'package:pulse_sdk_flutter/l10n/pulse_localizations_ru.dart';
import 'package:pulse_sdk_flutter/pulse.dart';