flame_xml 0.1.2 copy "flame_xml: ^0.1.2" to clipboard
flame_xml: ^0.1.2 copied to clipboard

xml parser using Flame game engine

example/lib/main.dart

import 'package:flutter/material.dart';
import 'main_game_page.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const App());
}

class App extends StatelessWidget {
  const App({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flame XML Sample',
      home: MainGamePage(),
    );
  }
}
2
likes
120
pub points
0%
popularity

Publisher

unverified uploader

xml parser using Flame game engine

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flame, flutter, path, tiled, xml

More

Packages that depend on flame_xml