quick_settings_with_flutter_plugins 1.2.0
quick_settings_with_flutter_plugins: ^1.2.0 copied to clipboard
Create and handle your own custom Tile in Android Quick Settings
1.2.0 #
- ✨ Added
QuickSettings.syncTileto push tile state updates from Flutter code and keep the tile UI aligned with the app. - 💾 Tile state is now cached natively and restored after process kills or device restarts; manual sync triggers an immediate refresh via
TileService.requestListeningState. - 🧩 The background Flutter engine now registers
GeneratedPluginRegistrant, so invoking other Flutter plugins from tile callbacks works reliably. - 📚 Updated README with examples of the new sync API.
1.1.0 #
- This is a fork of the original plugin quick_settings
- Add support of calling functions (from tile) that use some flutter plugins;
- fixed common bug wile building an app and added namespace for AGP 7 support
1.0.1 #
- 🐛 Fix kotlin stdlib conflicts
- 📝 Update documentation
1.0.0+2 #
- Update doc image path
1.0.0+1 #
- 📝 Update documentation
1.0.0 #
- Ask to add your Tile to Quick Settings
- Handle onTileClicked, onTileAdded, onTileRemoved (even when the app is not running)