mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix warnings
This commit is contained in:
parent
e1711980c6
commit
27c40c7b34
@ -1,9 +1,7 @@
|
||||
import 'dart:collection';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
import 'dart:async';
|
||||
import 'row_service.dart';
|
||||
import 'package:dartz/dartz.dart';
|
||||
|
||||
part 'row_detail_bloc.freezed.dart';
|
||||
|
||||
|
@ -242,7 +242,6 @@ class _RowEnterRegionState extends State<_RowEnterRegion> {
|
||||
child: widget.child,
|
||||
),
|
||||
);
|
||||
;
|
||||
}
|
||||
|
||||
@override
|
||||
|
@ -2,9 +2,7 @@ use crate::dart_notification::{send_dart_notification, GridNotification};
|
||||
use crate::manager::GridUser;
|
||||
use crate::services::block_meta_manager::GridBlockMetaEditorManager;
|
||||
use crate::services::entities::CellIdentifier;
|
||||
use crate::services::field::{
|
||||
default_type_option_builder_from_type, type_option_builder_from_bytes, FieldBuilder, SelectOption,
|
||||
};
|
||||
use crate::services::field::{default_type_option_builder_from_type, type_option_builder_from_bytes, FieldBuilder};
|
||||
use crate::services::persistence::block_index::BlockIndexPersistence;
|
||||
use crate::services::row::*;
|
||||
use bytes::Bytes;
|
||||
|
Loading…
Reference in New Issue
Block a user