一个使用Flutter编写的每日数独小🎮游戏,支持Android和ios。代码已上传到github:https://github.com/huhx/flutter_sudoku文章来源地址https://www.toymoban.com/news/detail-448255.html
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
文章来源:https://www.toymoban.com/news/detail-448255.html
到了这里,关于Flutter编写的数独游戏的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!