runevm_fl 0.1.4 copy "runevm_fl: ^0.1.4" to clipboard
runevm_fl: ^0.1.4 copied to clipboard

outdated

Rune Virtual Machine for Flutter Containerization for TinyML/Mobile Applications on Tiny/Mobile devices.

example/lib/main.dart

// @dart=2.9
import 'package:flutter/material.dart';
import 'dart:async';
import '2048/home_mobile.dart' if (dart.library.js) '2048/home_web.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: HomePage());
  }
}
4
likes
0
pub points
0%
popularity

Publisher

verified publisherhotg.ai

Rune Virtual Machine for Flutter Containerization for TinyML/Mobile Applications on Tiny/Mobile devices.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on runevm_fl