caixa 1.2.0
caixa: ^1.2.0 copied to clipboard
O pacote caixa foi criado para simplificar e potencializar a criação de containers no Flutter, fornecendo uma solução mais flexível e reutilizável. Com a classe Caixa, você pode facilmente aplicar est [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add caixaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
caixa: ^1.2.0Alternatively, 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:caixa/caixa.dart';