FLUTTER ECOSYSTEM

gskinnerTeam/flutter-extra-alignments

Additional alignments to help make your layouts more readable (TopLeft, TopRight, etc)

flutter-extra-alignments project cover
Stars
15
Forks
1
Last push (UTC)
Nov 25, 2021
Project status
Active
gskinner team GitHub avatar
GITHUB Organization

gskinner team ↗

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

Edmonton, CanadaOfficial website ↗
LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 3 items
  • flutter{"sdk":"flutter"}
  • flutter_testDevelopment{"sdk":"flutter"}
  • flutter_lintsDevelopment^1.0.0

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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