flagsmith_flutter_core library
Classes
- CoreStorage
- Abstract for CRUD operations over storage
- Feature
- Standard Flagsmith feature
- Flag
- FlagsAndTraits
- Identity
- Personalized user
- InMemoryStorage
- InMemoryStore storage
- StorageProvider
- Trait
- TraitWithIdentity
Enums
- FlagsmithLoading
- StorageType
-
StorageType defining type of storage used by instance of
FlagsmithClient
Mixins
Functions
-
nonNullStringFromJson(
dynamic value) → String -
stringFromJson(
dynamic value) → String? -
stringToJson(
Object? value) → dynamic