in_app_configs 1.0.2
in_app_configs: ^1.0.2 copied to clipboard
Configs is a powerful environment-aware configuration manager for Flutter apps.
1.0.2 #
- Configs improved
1.0.1 #
- Lazy mode support
- Log throw support
1.0.0 #
- 🧩 Environment-based configuration — supports live, test, and system modes
- 💻 Platform-aware values — auto-detects platform or can be overridden (android, ios, web, etc.)
- ⚡️ Dynamic initialization via Configs.init()
- 🧠 Nested data lookup with get, getOrNull, and load methods
- 🔁 Reactive updates using ChangeNotifier
- 🧱 Declarative UI integration via ConfigBuilder widget
- 🧩 Extensible delegate system (ConfigsDelegate)
- 🧮 Supports environment merging and platform overrides
- 🔍 Type-safe parsing and modifier callbacks