settings_ui 4.0.0
settings_ui: ^4.0.0 copied to clipboard
Settings screens that look native on iOS, Android, macOS, Windows, Linux (GNOME) and the web, from one API, with sub-pages and a split view for tablets and desktop.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add settings_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
settings_ui: ^4.0.0Alternatively, 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_ui/settings_ui.dart';