landing_page 0.0.10
landing_page: ^0.0.10 copied to clipboard
Create stunning and responsive Flutter landing pages with the versatile LandingPage widget.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add landing_pageWith Flutter:
$ flutter pub add landing_pageThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
landing_page: ^0.0.10Alternatively, 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:landing_page/landing_page.dart';