simple_gridbased_game_kit 0.1.0
simple_gridbased_game_kit: ^0.1.0 copied to clipboard
基于网格的简单游戏工具包,提供网格页面模板和大屏交互方案
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_gridbased_game_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
simple_gridbased_game_kit: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:simple_gridbased_game_kit/simple_gridbased_game_kit.dart';