pub2yocto 0.4.3
pub2yocto: ^0.4.3 copied to clipboard
A Dart package to convert pubspec.lock file to Yocto recipes.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pub2yoctoWith Flutter:
$ flutter pub add pub2yoctoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pub2yocto: ^0.4.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pub2yocto/pub2yocto.dart';