opscroll_web 0.1.0 copy "opscroll_web: ^0.1.0" to clipboard
opscroll_web: ^0.1.0 copied to clipboard

outdated

A library that provide createOne Page Scrolling for Flutter Web for creating easy and fast one page landing pages, also provide other scrolling animations options like Fade&Drop&Water etc.

OPscroll_web #

OPScroll

A simple and easy to use library that creates OnePage sites for Flutter Web Developers! Make a beautiful and smooth landing pages with OPScroll with in minutes. Try out our Web Demo App.


Table of contents #

Installing #

1. Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
  opscroll_web: ^0.0.2

2. Install it #

You can install packages from the command line:

with pub:

$ pub get

with Flutter:

$ flutter pub get

3. Import it #

Now in your Dart code, you can use:

import 'package:opscroll_web/opscroll_web.dart';

Usage #

OPScroll is a Stateful Widget that produces OnePage scroll mechanicsm for your Flutter Web Projects. Include it in your build method like:

OpscrollWeb({
  onePageChildren:[],
  pageController:PageController(),
  scrollCurve : Curves.easeIn,
  scrollSpeed : const Duration(milliseconds: 900),
  floatingButtonBackgroundColor :Colors.white,
  floatingButtonSplashColor : Colors.white,
  isFloatingButtonActive : false,
  isTouchScrollingActive : false,
  isFadingScroll: false,
  scrollDirection = Axis.vertical,
})

Scrolling Options #

You can allow to scrolling by tapping.Just give the true value to isTouchScrollingActive

isTouchScrollingActive=true,

You can allow to scrolling by Floating Action Button.Just give the true value to isFloatingButtonActive Also you can change background & splash colors.

isTouchScrollingActive=true, //Optional
floatingButtonBackgroundColor :Colors.white, //Optional
floatingButtonSplashColor : Colors.white, //Optional

UpComing #

  • [+] Fade Scroll Effect
  • Drop Scroll Effect
  • Hero Scroll Effect
60
likes
0
pub points
49%
popularity

Publisher

unverified uploader

A library that provide createOne Page Scrolling for Flutter Web for creating easy and fast one page landing pages, also provide other scrolling animations options like Fade&Drop&Water etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bloc, equatable, flutter, flutter_bloc, flutter_web_plugins, get_it

More

Packages that depend on opscroll_web