forked from lxm_flutter/FlutterUnit
✨ 更新flutter_bloc 6.1.1
This commit is contained in:
@@ -14,8 +14,9 @@ import 'point_comment_state.dart';
|
||||
|
||||
class PointCommentBloc extends Bloc<PointCommentEvent, PointCommentState> {
|
||||
|
||||
@override
|
||||
PointCommentState get initialState => PointCommentInitial();
|
||||
PointCommentBloc() : super(PointCommentInitial());
|
||||
|
||||
|
||||
|
||||
@override
|
||||
Stream<PointCommentState> mapEventToState(PointCommentEvent event) async* {
|
||||
|
||||
Reference in New Issue
Block a user