jafri_flutter_unity_widget 0.1.6+9 copy "jafri_flutter_unity_widget: ^0.1.6+9" to clipboard
jafri_flutter_unity_widget: ^0.1.6+9 copied to clipboard

Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'screens/menu_screen.dart';
import 'screens/with_ark_screen.dart';

var MyApp = MaterialApp(
  title: 'Named Routes Demo',
  // Start the app with the "/" named route. In this case, the app starts
  // on the FirstScreen widget.
  initialRoute: '/',
  routes: {
  '/': (context) => MenuScreen(),
  '/ar': (context) => WithARkitScreen(),
  },
);

void main() => runApp(MyApp);
3
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on jafri_flutter_unity_widget