hellomanyaman 2.0.2
hellomanyaman: ^2.0.2 copied to clipboard
A Flutter package that arranges three widgets in rows or columns based on the device screen size.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hellomanyamanThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hellomanyaman: ^2.0.2Alternatively, 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:hellomanyaman/hello.dart';