Skip to content

bettersun/raintool

Repository files navigation

raintool

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

Flutter 3.x

proto To Dart

 protoc -I proto/ proto/hello.proto --dart_out=grpc:lib/rpc/entity

prot To go

protoc --go_out=service/grpc --go_opt=paths=source_relative \
    --go-grpc_out=service/grpc --go-grpc_opt=paths=source_relative \
    proto/hello.proto

Flutter

flutter packages pub run build_runner build --delete-conflicting-outputs

工具开发随想

  1. Excel 通用工具 (go)
    1. 遗漏
    2. 条件遗漏
    3. 复制
    4. 图片、图形
  2. Flutter 工具集 Riverpod
    1. 标签页(动态,静态)
    2. 菜单拖拽改变顺序 OK
    3. 假服务工具完善(可设置超时时间,返回状态码)
    4. 纵横滚动条(内层水平滚动,外层垂直滚动)
    5. 代码统计工具
    6. json 工具
    7. 目标管理
    8. 白板
    9. 电脑硬件信息
    10. 类postman工具
    11. 数据库UI

Tab

https://api.flutter.dev/flutter/material/TabController-class.html https://blog.logrocket.com/flutter-tabbar-a-complete-tutorial-with-examples/ https://www.freesion.com/article/23711034166/

The provided ScrollController is currently attached to more than one ScrollPosition

flutter/flutter#93862

Flutter 动画探索 - 流光幻影

Releases

No releases published

Packages

No packages published

Languages