FLUTTER ECOSYSTEM

gskinnerTeam/flutter-extra-alignments

Alinhamentos adicionais para ajudar a tornar seus layouts mais legíveis (TopLeft, TopRight, etc)

Capa do projeto flutter-extra-alignments
Stars
15
Forks
1
Último push (UTC)
25 de nov. de 2021
Status do projeto
Ativo
gskinner team GitHub avatar
GITHUB Organization

gskinner team ↗

We collaborate with smart, motivated clients to conceptualize, design, and build world-class interactive experiences.

Edmonton, CanadaSite oficial ↗
LinguagensDart

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 3 itens
  • flutter{"sdk":"flutter"}
  • flutter_testDesenvolvimento{"sdk":"flutter"}
  • flutter_lintsDesenvolvimento^1.0.0

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

extra alignments

Why should Center get all the love?

This package adds additional alignments to help make your layouts more readable.

The full set includes:

  • TopLeft
  • TopCenter
  • TopRight
  • CenterLeft
  • CenterRight
  • BottomLeft
  • BottomCenter
  • BottomRight

🔨 Installation

dependencies:
  extra_alignments: ^1.0.0+1
⚙ Import
import 'package:extra_alignments/extra_alignments.dart';

🐞 Bugs/Requests

If you encounter any problems please open an issue. If you feel the library is missing a feature, please raise a ticket on Github and we'll look into it. Pull request are welcome.

📃 License

MIT License