HomeX-It / snowplow-flutter-tracker

Snowplow event tracker for Flutter. Add analytics to your Flutter apps and games http://snowplowanalytics.com
MIT License
5 stars 7 forks source link

Const constructor and equitability #19

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

Follow up to #18.

Marks constructors as const, where possible, and adds equitability to all value types (like events, tracker/subject configurations, etc.).

ohitsdaniel commented 3 years ago

Rebased to resolve the conflicts. :)