-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Current
We add integration with things like amplitude, firebase and so on and that requires that the dependency is added on each platform like this:
- Android: https://github.com/la-haus/flutter-segment/blob/master/android/build.gradle#L38
- iOS: https://github.com/la-haus/flutter-segment/blob/master/ios/flutter_segment.podspec#L19
PRs related to this:
- feat: add option to activate native integration with appsflyer #19
- Firebase Integration #48
- Mixpanel integration #15
- Facebook App Events Integration #54
- MoEngage integration #63
This makes that the effort made by the Segment team to avoid having a big library and instead adding the dependencies you need on your project pretty bad.
Expected
Somehow if I should be able to include the dependencies I need for each platform and just those.
Alqueraf, b099l3, ihadabs and dgilperez
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed