Sample project for creating nice looking PageView parallax effects in Flutter.
I borrowed for personal use, but could really fix to some use cases where u want to resize the 'Slider' dimensions, where i exposed some inner states of it, and also making it clickable
original source: https://github.com/FlutterRocks/page-transformer
Goals:
All the related source code is located in the /lib folder; no separate Android / iOS code needed.
The end result looks a little something like this: (copied)
Add this to your package's pubspec.yaml file:
dependencies:
flutter_slider: ^0.0.2
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:flutter_slider/main.dart';
import 'package:flutter_slider/slider_view.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.2 | Mar 25, 2018 |
|
|
0.0.1 | Mar 24, 2018 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
27
|
Health:
Code health derived from static analysis.
[more]
|
--
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
--
|
Overall:
Weighted score of the above.
[more]
|
14
|
The package version is not analyzed, because it does not support Dart 2. Until this is resolved, the package will receive a health and maintenance score of 0.
Support Dart 2 in pubspec.yaml
.
The SDK constraint in pubspec.yaml
doesn't allow the Dart 2.0.0 release. For information about upgrading it to be Dart 2 compatible, please see https://www.dartlang.org/dart-2#migration.
Make sure dartdoc
successfully runs on your package's source files. (-10 points)
Dependencies were not resolved.