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

outdated

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.2

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';
6
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get_it

More

Packages that depend on yoga_engine

Packages that implement yoga_engine