flutter_liquidcore 0.6.0 copy "flutter_liquidcore: ^0.6.0" to clipboard
flutter_liquidcore: ^0.6.0 copied to clipboard

discontinuedreplaced by: flutter_js
outdated

Node.js virtual machine for Android and iOS. It basically provides you with a way to execute and evaluate Javascript inside Flutter on Android/iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_liquidcore

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

dependencies:
  flutter_liquidcore: ^0.6.0

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_liquidcore/liquidcore.dart';
25
likes
0
pub points
18%
popularity

Publisher

unverified uploader

Node.js virtual machine for Android and iOS. It basically provides you with a way to execute and evaluate Javascript inside Flutter on Android/iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, uuid

More

Packages that depend on flutter_liquidcore