quick_settings_with_flutter_plugins 1.3.0 copy "quick_settings_with_flutter_plugins: ^1.3.0" to clipboard
quick_settings_with_flutter_plugins: ^1.3.0 copied to clipboard

PlatformAndroid

Create and handle your own custom Tile in Android Quick Settings

1.3.0 #

  • 🐞 Fixed a bug where, after updating the host app, stale background callback handles could break tile callbacks. The plugin now automatically clears its stored state when the app app_version_name or versionCode changes and lets Dart re‑register fresh callbacks.

1.2.1 #

  • πŸ› οΈ updateTile/syncTile now work even when no Flutter Activity is attached (uses applicationContext), so tiles stay in sync while the app is closed.
  • πŸ“¦ Small cleanup of duplicate files introduced in 1.2.0.

1.2.0 #

  • ✨ Added QuickSettings.syncTile to push tile state updates from Flutter code and keep the tile UI aligned with the app.
  • πŸ’Ύ Tile state is cached on the native side 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)
1
likes
150
points
166
downloads

Publisher

unverified uploader

Weekly Downloads

Create and handle your own custom Tile in Android Quick Settings

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on quick_settings_with_flutter_plugins

Packages that implement quick_settings_with_flutter_plugins