This message was deleted.
# announcements
w
This message was deleted.
f
you can add the build version to the user attribute, and then target releases to versions. We currently don’t support SemVer comparisons, but you can do regexp matching
f
Ah thx so much
f
(or do some kind of semantic version to integer as the attribute)
that might be easiest
f
hmm, yeah I guess conceptually what I want is for it in production to not be able to be enabled unless the user is on a “minimum version” or greater.
@fresh-football-47124 is there any support for us implementing custom toggle types or custom evaluation of toggles locally?
f
what SDK are you using?
f
Flutter
f
if you only have three levels in your semantic versioning - you could split it as attributes, eg: 1.2.12 would be: major_version: 1 minor_version: 2 build_version: 12 then the targeting could be very specific
f
yeah, I was just thinking that
then I could use the greater than comparison
and I wouldn’t need custom evaluation
f
correct
I can check with the team if we can build semantic versioning comparison into the SDK
but I dont have a timeline for it
f
cool
I have another question if you have a minute
f
yep
f
I am wondering where you all stand on contributions. We have effectively built a wrapper around the Flutter SDK to add support for it working in automated testing, for local overrides, etc. https://github.com/uptech/uptech-growthbook-sdk-flutter
A lot of this is stuff that should probably just be rolled into the Flutter SDK
f
oh cool
ya, we welcome contributions
f
I also have a list of small things that I feel should change with the Flutter SDK to match the others better.
f
that would be great
I’m not a flutter expert
can you open issues? or would you like to meet with that team?
f
Yeah, I can open issues and pull requests
Just wasn’t sure if you had a standard approach for facilitating contributions
like standards / requirements
f
we have a contribution guide
f
I am pretty experienced with Feature Toggles and built an open source library for them in the Ruby ecosystem years ago. https://github.com/uptech/togls
145 Views