flutter_cupertino_settings 0.5.0 copy "flutter_cupertino_settings: ^0.5.0" to clipboard
flutter_cupertino_settings: ^0.5.0 copied to clipboard

Flutter widget to create an iOS settings-table (static TableView).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cupertino_settings
copied to clipboard

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

dependencies:
  flutter_cupertino_settings: ^0.5.0
copied to clipboard

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:flutter_cupertino_settings/flutter_cupertino_settings.dart';
copied to clipboard
50
likes
75
points
329
downloads

Publisher

verified publishermatthi.net

Weekly Downloads

2024.09.15 - 2025.03.30

Flutter widget to create an iOS settings-table (static TableView).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on flutter_cupertino_settings