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