Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 452 Bytes

File metadata and controls

21 lines (14 loc) · 452 Bytes

Flutter App Analytics Provider for Laudspeaker

Implements support for Laudspeaker into the Flutter App Analytics package. This package uses the Laudspeaker http API.

How to use

LaudspeakerProvider laudspeaker = LaudspeakerProvider(apiKey: 'some_key');
Analytics analytics = ...;
analytics.providers = [laudspeaker];

Testing

Run Tests

run the tests:

flutter test