center_the_widgets 1.0.0+1
center_the_widgets: ^1.0.0+1 copied to clipboard
A simple widget that shows its child in the center of the screen. You can wrap any widget that you want to keep its size with CenterTheWidgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add center_the_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
center_the_widgets: ^1.0.0+1
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:center_the_widgets/center_the_widgets.dart';