-
Notifications
You must be signed in to change notification settings - Fork 0
The Future of flutter-segment #46
Comments
Great news! Looking forward to see the progress in that direction, and willing to help if I can. |
Can I use Some of them requires native code changes:
How can I get instance of builder to call |
Hi! Gentle ping to ask for status for this, and offer my axe in case I can help. We're again considering using tools such as AppsFlyer and would really like to make use of flutter-segment to install it, if possible. |
I finally had some time to lay the groundworks for this. You can find the current status in the branch for version 4. I would be very grateful for any help! |
There is one big open topic: I could not find a way to split the integrations into separate packages. The native implementation for Segment lives in the main package and expects the |
Hi, Will you support null safety in the future version ? |
👏 rock and roll! I had a look and I am afraid I can't help much with the pending issues - I am not experienced enough-, but I can test the branch / setup instructions once ready to test. |
In light of this finding, are there plans to continue development on this package "un-federated"? |
@themisir did you find a way to do this? I'm facing the same thing, my company wants that integration and I'm not sure how to implement it. |
Unfortunately I had to decide to not use Segment. Instead I write internal data sharing service (in dart) to translate and send events to supported platforms. (It closed source also I haven't done it yet) |
@fweinaug is there a chance you can backporting pure dart configuration to the 3.x branch? In terms of getting the write API key secure, this will be easier :-) Updated(September 30), release of 3.2.0, make it possible on the 3.x branch! |
@wer-mathurin sorry but I don't really understand. Do you mean to move the dart configuration to all other |
@MaiKaY : I saw that the dart configuration was available on the beta branch 4.x, and I was asking if it was possible to backport in the 3.x branch and the good news is that the 3.2 version does exactly this (the version 3.2 was release about a day after my comment) :-) So everything is good for me! |
We of claimsforce are very happy with the growing popularity of the flutter-segment package and the help we get from the community! However, with the growing interest there is also an increasing need for improvements and maintenance. Therefore we would like to simplify the use and further development of the package and prepare for the future. 🙂
After reviewing all open issues and pull requests as well as the existing forks we would like to introduce the following changes to flutter-segment:
We believe these changes are a big step in the right direction. What do you think?
The text was updated successfully, but these errors were encountered: