go_responsive 0.3.4 go_responsive: ^0.3.4 copied to clipboard
A simple but expressive responsive framework inspired by responsive_framework & responsive_builder with code generation support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add go_responsive
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
go_responsive: ^0.3.4
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:go_responsive/go_responsive.dart';