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

discontinuedreplaced by: flutter_js

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: ^1.1.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_liquidcore/liquidcore.dart';
25
likes
40
pub points
17%
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

BSD-2-Clause (LICENSE)

Dependencies

flutter, uuid

More

Packages that depend on flutter_liquidcore