refactor: moving grid widgets used by other database view to upper level folder

* refactor: export UIs in flowy_infra_ui

* refactor: move cells to upper level folder

* refactor: move cell blocs
This commit is contained in:
Nathan.fooo
2023-03-09 09:51:04 +08:00
committed by GitHub
parent 7106195d8a
commit d3823eb076
81 changed files with 224 additions and 300 deletions

View File

@ -8,8 +8,6 @@ import 'package:easy_localization/easy_localization.dart';
import 'package:flowy_infra/image.dart';
import 'package:flowy_infra/size.dart';
import 'package:flowy_infra_ui/flowy_infra_ui.dart';
import 'package:flowy_infra_ui/style_widget/button.dart';
import 'package:flowy_infra_ui/style_widget/icon_button.dart';
import 'package:flowy_infra_ui/widget/rounded_button.dart';
import 'package:flutter/material.dart';