forked from lxm_flutter/FlutterUnit
✨ 更新flutter_bloc 6.1.1
This commit is contained in:
@@ -12,9 +12,8 @@ import 'point_event.dart';
|
||||
/// 说明:
|
||||
|
||||
class PointBloc extends Bloc<PointEvent, PointState> {
|
||||
PointBloc() : super(PointLoading());
|
||||
|
||||
@override
|
||||
PointState get initialState => PointLoading();
|
||||
|
||||
@override
|
||||
Stream<PointState> mapEventToState(PointEvent event) async* {
|
||||
|
||||
Reference in New Issue
Block a user