introduction_slider_extended 0.0.2
introduction_slider_extended: ^0.0.2 copied to clipboard
A fork of the introduction_slider package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add introduction_slider_extendedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
introduction_slider_extended: ^0.0.2Alternatively, 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:introduction_slider_extended/introduction_slider.dart';
import 'package:introduction_slider_extended/source/presentation/pages/introduction_slider.dart';
import 'package:introduction_slider_extended/source/presentation/pages/pages.dart';
import 'package:introduction_slider_extended/source/presentation/presentation.dart';
import 'package:introduction_slider_extended/source/presentation/widgets/background_decoration.dart';
import 'package:introduction_slider_extended/source/presentation/widgets/buttons.dart';
import 'package:introduction_slider_extended/source/presentation/widgets/dot_indicator.dart';
import 'package:introduction_slider_extended/source/presentation/widgets/introduction_slider_item.dart';
import 'package:introduction_slider_extended/source/presentation/widgets/widgets.dart';
import 'package:introduction_slider_extended/source/source.dart';