ekibun / flutter_qjs

A quickjs engine for flutter.
https://pub.dev/packages/flutter_qjs
MIT License
146 stars 28 forks source link

Dart CLI without Flutter ? #34

Open lavara123 opened 1 year ago

lavara123 commented 1 year ago

How can I do it in dart terminal app

ekibun commented 1 year ago

You need to compile quickjs first. This file may help you https://github.com/ekibun/flutter_qjs/blob/master/test/flutter_qjs_test.dart

lavara123 commented 1 year ago

You need to compile quickjs first. This file may help you https://github.com/ekibun/flutter_qjs/blob/master/test/flutter_qjs_test.dart

I will try 👍

What is the difference between flutter_js flutter_qjs