single_web_page 1.2.4
single_web_page: ^1.2.4 copied to clipboard
Create Single Web Page Layout with easy and optimized scrolling options in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add single_web_pageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
single_web_page: ^1.2.4Alternatively, 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:single_web_page/single_web_page.dart';