proportional_widget 1.0.0 copy "proportional_widget: ^1.0.0" to clipboard
proportional_widget: ^1.0.0 copied to clipboard

unlisted

Allows proportional widget responsiveness

proportional_widget #

Allows proportional widget responsiveness

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Install #

Add dependency in your pubspec.yaml file:

dependencies:
  proportional_widget:

or use Slidy:

slidy install proportional_widget

Usage #

A simple usage example:


//import
import 'package:proportional_widget/proportional_widget.dart';

final ProportionalWidget prop = ProportionalWidget(context);

Container(
   heigth: prop.height(100),
   width: prop.width(500),
),

Features and bugs #

Please send feature requests and bugs at the issue tracker.

Created from templates made available by Stagehand under a BSD-style license.

0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Allows proportional widget responsiveness

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on proportional_widget