cupertino_native_better 1.3.0
cupertino_native_better: ^1.3.0 copied to clipboard
Native iOS Liquid Glass widgets for Flutter with pixel-perfect fidelity. Includes Button, Icon, TabBar, Slider, Switch, and more with reliable version detection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cupertino_native_betterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cupertino_native_better: ^1.3.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:cupertino_native_better/cupertino_native_better.dart';