flutter_flexible_widget 0.0.1 copy "flutter_flexible_widget: ^0.0.1" to clipboard
flutter_flexible_widget: ^0.0.1 copied to clipboard

Provide a easy way to make responsive UI for Flutter Applications in mobile, desktop and web, allow different widget size for each screen size and device orientation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_flexible_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_flexible_widget: ^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:flutter_flexible_widget/flexible_widget.dart';
import 'package:flutter_flexible_widget/flex_widget.dart';
import 'package:flutter_flexible_widget/flutter_flexible.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Provide a easy way to make responsive UI for Flutter Applications in mobile, desktop and web, allow different widget size for each screen size and device orientation.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_flexible_widget