Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-08-06 16:02:17 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/app_flowy/lib/plugins/board/application/group.dart

13 lines
255 B
Dart
Raw Normal View History

Chore/rename flowy sdk (#1679) * chore: run flutter create on flowy_sdk * chore: rename flowy-sdk to flowy-core * chore: rename flowy_sdk to appflowy_backend * chore: fix windows build * chore: replace bloctest with test Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: vedon <vedon.fu@gmail.com>
2023-01-08 12:10:53 +08:00
import 'package:appflowy_backend/protobuf/flowy-grid/field_entities.pb.dart';
chore: refactor multi-select type option and add GroupPB
2022-08-11 13:04:45 +08:00
class BoardGroupService {
final String gridId;
refactor: prefer namespace isolation, remove Grid keyword in some structs
2022-08-11 13:25:55 +08:00
FieldPB? groupField;
chore: refactor multi-select type option and add GroupPB
2022-08-11 13:04:45 +08:00
BoardGroupService(this.gridId);
refactor: prefer namespace isolation, remove Grid keyword in some structs
2022-08-11 13:25:55 +08:00
void setGroupField(FieldPB field) {
chore: refactor multi-select type option and add GroupPB
2022-08-11 13:04:45 +08:00
groupField = field;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 179ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API