samsung_ui_scroll_effect 0.0.3
samsung_ui_scroll_effect: ^0.0.3 copied to clipboard
A custom scroll view that implements Samsung's One UI scroll effect.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add samsung_ui_scroll_effectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
samsung_ui_scroll_effect: ^0.0.3Alternatively, 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:samsung_ui_scroll_effect/samsung_ui_scroll_effect.dart';