intela 0.0.4 intela: ^0.0.4 copied to clipboard
Ce Package aide avec l'utilisation des transitions entre un écran et un autre. En d'autre mots, le routing entre pages. Simple à implemente et très élégant comme code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add intela
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
intela: ^0.0.4
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:intela/intela.dart';