发布于:2023-7-21最后更新:2023-7-21字数 00 分钟

type
status
date
slug
summary
tags
category
icon
password
  1. pubspec.yaml 中加入:
  1. flutter pub get
  1. 创建一个 store 文件
要注意文件名,有可能会生成不了 .g 文件, 有错误也不会生成
  1. 执行 flutter pub run build_runner build, 会生成 .g 文件
  1. 使用的时候直接 count.
  1. 组件里使用
这样就会自动刷新数据了
 

Flutter 无障碍开发 Flutter 无障碍开发
[Mac/Linux] 终端美化 + Oh My Zsh [Mac/Linux] 终端美化 + Oh My Zsh
公告