la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 139 forks source link

Make userId for identify without null safety (Without Null Safety) #1

Closed danielgomezrico closed 3 years ago

danielgomezrico commented 3 years ago

This is a compatibility PR created to be able to use https://github.com/claimsforce-gmbh/flutter-segment/pull/59 without Null Safety if your project is not migrated.

The source commit was https://github.com/la-haus/flutter-library-segment/commit/7afec152108ea192d58aaed10d662f9528e11a79 (before Null Safety)

To use this include the dependency in pubspec.yaml like this:

flutter_segment:
    git:
      url: https://github.com/la-haus/flutter-segment.git
      ref: feature/allow-no-userId-for-identify-without-null-safety