single_web_page 1.0.3
single_web_page: ^1.0.3 copied to clipboard
Single Web Page implementation for Flutter Web
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add single_web_pageWith Flutter:
$ flutter pub add single_web_pageThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
single_web_page: ^1.0.3Alternatively, your editor might support dart pub get or 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/main.dart';
import 'package:single_web_page/single_web_page/adaptive_single_web_page.dart';
import 'package:single_web_page/single_web_page/single_web_page.dart';
import 'package:single_web_page/single_web_page/single_web_page_controller.dart';