flagsmith-flutter-client
flagsmith-flutter-client copied to clipboard
Flutter Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
As per requirements [here](https://github.com/Flagsmith/flagsmith/issues/1498)
It seems like `axel-op/dart-package-analyzer@v3` is not working any more(for us) after the release of [this](https://pub.dev/packages/pana/versions/0.21.33) version As part of implementing this, we should consider showing the score as well
Hi guys, I just tried to see if the new dio v4.0.6 resolved the issue mentioned in your documentation https://docs.flagsmith.com/clients/flutter#known-issues "If using the package Dio, you may encounter an error...
SDK should be able to switch env key between projects at runtime. SDK to add method to switch project at runtime. We used Flutter, React, JS SDK. Thank you! gz#252
We have to add new GithubAction for automatic publishing - [ ] Add new GithubAction - [ ] Set new security values to the repository - [ ] Add new...
Hi everyone, When the `enableAnalytics` is enabled if the user had the app opened but out of the sudden lost the internet connection, the syncing method will throw an error...
1. Add optional boolean properties `TraitWithIdentity.transient`, `Identity.transient` 2. Support API schema changes described here https://github.com/Flagsmith/flagsmith/issues/4279
Hi. I realised that the cached uses quite a number of `firstWhereOrNull` for lookup. This PR changes to use Map so that getting flag value will be in O(1). I...
The current implementation of `FlagsmithClient` attaches `sendTimeout` from `FlagsmithConfig` to every http request it sends. On the web platform, this causes dio client to [log warnings](https://github.com/cfug/dio/blob/945d4879f8d316ce29c38f12eef40a19d6e413ef/plugins/web_adapter/lib/src/adapter.dart#L149) about the timeout property...