Cavin

Results 6 comments of Cavin

Yeah, That fixes the overflow issue

Check out this issue [339](https://github.com/GiancarloCode/form_bloc/issues/339)

Change the complete code of this file: `root/packages/flutter_form_bloc/lib/src/form_bloc_listener.dart` ```dart import 'package:flutter/widgets.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:form_bloc/form_bloc.dart' as form_bloc; typedef FormBlocListenerCallback< FormBlocState2 extends form_bloc .FormBlocState, SuccessResponse, ErrorResponse> = void Function(BuildContext context, FormBlocState2...

Hi @94Sip, I think this issue is with the new update of Dart as far as I can tell. But the fix is quite easy, thus it would make sense...

I want to work on telegram app UI with my own custom animations