quick_settings_tile 0.0.1 copy "quick_settings_tile: ^0.0.1" to clipboard
quick_settings_tile: ^0.0.1 copied to clipboard

PlatformAndroid

A powerful and easy-to-use Flutter package for creating custom Quick Settings Tiles on Android devices. Add interactive tiles to your app that users can access directly from their device's quick setti [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quick_settings_tile

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  quick_settings_tile: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:quick_settings_tile/quick_settings_tile.dart';
2
likes
150
points
142
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful and easy-to-use Flutter package for creating custom Quick Settings Tiles on Android devices. Add interactive tiles to your app that users can access directly from their device's quick settings panel.

Homepage
Repository (GitHub)
View/report issues

Topics

#quick-settings #tile #android #flutter #quick-settings-tile

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on quick_settings_tile

Packages that implement quick_settings_tile