slide_de_presentation 0.0.2
slide_de_presentation: ^0.0.2 copied to clipboard
Le widget SlideDePresentation est un composant personnalisé pour Flutter qui permet de créer facilement des diaporamas interactifs avec des images, du texte et des fonctionnalités de navigation avancées.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add slide_de_presentation
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
slide_de_presentation: ^0.0.2
Alternatively, 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:slide_de_presentation/slide_de_presentation.dart';