yoga_engine 0.0.7 copy "yoga_engine: ^0.0.7" to clipboard
yoga_engine: ^0.0.7 copied to clipboard

A plugin that uses yoga to implements flexbox layout in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yoga_engine

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

dependencies:
  yoga_engine: ^0.0.7

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:yoga_engine/yoga_engine.dart';
5
likes
80
pub points
28%
popularity

Publisher

unverified uploader

A plugin that uses yoga to implements flexbox layout in Flutter.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, get_it

More

Packages that depend on yoga_engine