Skip to content

v0.3.0

Choose a tag to compare

@LeadRDRK LeadRDRK released this 21 Jul 03:52
· 55 commits to main since this release
  • Added Interpreter.addTimerFuture() and Interpreter.runTimers()
  • Properly implemented Async functions (timeout, interval). Note that to run the timer of these functions, you must await for Interpreter.runTimers()
  • Fixed ArrValue.toJson(). It now returns a List<dynamic>