motion_sickness_stabilizer 0.4.0
motion_sickness_stabilizer: ^0.4.0 copied to clipboard
Reduce motion sickness while using a phone in a moving vehicle — sensor-driven vehicle motion cues (animated dots), an artificial horizon and a focus dot, plus an Android system overlay that floats th [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add motion_sickness_stabilizerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
motion_sickness_stabilizer: ^0.4.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:motion_sickness_stabilizer/motion_sickness_stabilizer.dart';