Su Sheng
Su Sheng
> In my case, using the version 2.1, setting the font style on the html element like so: `А ну чики брики и в дамки!` and importing the fonts according...
“你的问题主要在于读书不多而想得太多”。
或者考虑一下[这个](https://docsearch.algolia.com/) ?
因为table不用考虑布局,只需要考虑rows和cols, div的话布局就很麻烦了
用jsonKey ```json { "@meta": { "import": [], "comments": { "name": "名字", "following": "关注", "followers": "粉丝", "keywords": "标签", "age": "年龄" }, "nullable": true, "ignore": false }, "@JsonKey(name: 'thisIsApiKey') List?": "thisIsIntList", "name":...
会生成 `user.dart` ```dart import 'package:json_annotation/json_annotation.dart'; part 'user.g.dart'; @JsonSerializable() class User { User(); @JsonKey(name: 'thisIsApiKey') List? thisIsIntList; // 名字 String? name; // 关注 List? following; // 粉丝 List? followers; // 标签...