flame_steamworks 0.4.1
flame_steamworks: ^0.4.1 copied to clipboard
A package that makes it possible to make a game in steam with flutter!
example/lib/main.dart
import "package:flame/game.dart";
import "package:flutter/material.dart";
import "game.dart";
void main() {
runApp(GameWidget(game: GameInstance()));
}
copied to clipboard