brain_dev_tools 1.0.5
brain_dev_tools: ^1.0.5 copied to clipboard
brain_dev_tools est un plugin tout-en-un conçu pour simplifier le développement Flutter en regroupant plusieurs utilitaires essentiels en un seul package. Il inclut des outils pour la gestion des date [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add brain_dev_tools
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
brain_dev_tools: ^1.0.5
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:brain_dev_tools/brain_dev_tools.dart';