segmentio / analytics_flutter

The hassle-free way to add Segment analytics to your Flutter app.
MIT License
26 stars 33 forks source link

Add validation on track and screen method for properties. #63

Closed edsonjab closed 3 months ago

edsonjab commented 3 months ago

Add validation on track and screen method to set properties with {} if is null.

Fix issue #60.