Flutter编写的数独游戏

2023-07-29,,

一个使用Flutter编写的每日数独游戏,支持Android和ios。代码已上传到github:https://github.com/huhx/flutter_sudoku

Library

状态管理:flutter_hooks + hooks_riverpod
UI:flutter_slidable + sticky_headers + badges + flex_color_scheme
依赖注入:get_it

Feature

夜间模式:使用flex_color_scheme定制夜间模式和亮丽模式
难度可调节:使用shared_preferences持久化设置
可复盘游戏:使用sqflite持久化游戏数据,并且可复盘游戏经过
历史游戏查询:使用sqflite持久化游戏数据,并进行分组查询
历史游戏统计:使用sqflite持久化游戏数据,并对数据进行分析
游戏智能可调节:可以有智能提示,并有不同的级别

Preview

数独首页 数独记录列表 数独设置
数独记录详情 数独分享 数独主题

Downlaod

Android:

蒲公英:https://www.pgyer.com/9qCn
google play store: https://play.google.com/store/apps/details?id=com.huhx.sudoku
Github:
https://github.com/huhx/flutter_sudoku

Flutter编写的数独游戏的相关教程结束。

《Flutter编写的数独游戏.doc》

下载本文的Word格式文档,以方便收藏与打印。