Skip to content

uptech/flutter_app_analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter App Analytics

A flutter package to help abstract away vendor specific implementations of in app analytics.

Supported Providers

Amplitude Firebase Segment Laudspeaker

User Properties

We don't want to dissiminate private information to third parties, so we've added the ability to set an allowed list of user properties that get used in the identify call. It's up to each provider to pass this list into the constructor and save them, but after that this class will make sure to filter out any properties that are sent in identify calls that aren't explicitly allowed.