settings_kit 1.0.1 copy "settings_kit: ^1.0.1" to clipboard
settings_kit: ^1.0.1 copied to clipboard

The package for open various settings screen, covering newer versions of ios and android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add settings_kit

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

dependencies:
  settings_kit: ^1.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:settings_kit/settings_kit.dart';
2
likes
145
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

The package for open various settings screen, covering newer versions of ios and android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on settings_kit

Packages that implement settings_kit