You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do respect your efforts on this topic but I do not have a slittiest idea of how to use your library. Your source of code with an example is useless as I don't know how to navigate thru it. Sorry for saying this, but this is the fact that I have to study this provided project in order to figure out how to use your package - it is too complicated way to do this and not everyone have a time to explore the whole project and neither do I.
Moreover, in this bloc of code (package:high_low/domain/main/logic/main_backend.dart) I got this type of error: "The argument type 'Future<List> Function({void data, required MainEvent event})' can't be assigned to the parameter type 'FutureOr<ActionResponse> Function({required dynamic data, required MainEvent event})'."
Unless you provided a simple example with usage both Frontend and Backend on example of BLoC or another state manager I can't use this lib, unfortunately.
Please provide a simple example on both repo and pub as all other publishers do.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi alphamikle!
I do respect your efforts on this topic but I do not have a slittiest idea of how to use your library. Your source of code with an example is useless as I don't know how to navigate thru it. Sorry for saying this, but this is the fact that I have to study this provided project in order to figure out how to use your package - it is too complicated way to do this and not everyone have a time to explore the whole project and neither do I.
Moreover, in this bloc of code (package:high_low/domain/main/logic/main_backend.dart) I got this type of error: "The argument type 'Future<List> Function({void data, required MainEvent event})' can't be assigned to the parameter type 'FutureOr<ActionResponse> Function({required dynamic data, required MainEvent event})'."
Unless you provided a simple example with usage both Frontend and Backend on example of BLoC or another state manager I can't use this lib, unfortunately.
Please provide a simple example on both repo and pub as all other publishers do.
Thanks in advance.
The text was updated successfully, but these errors were encountered: