fluttersaurus
A Flutter Thesaurus that uses the Datamuse API.
![]() |
![]() |
![]() |
A Flutter Thesaurus that uses the Datamuse API.
![]() |
![]() |
![]() |
Hello, First of all Thanks a lot for this project, this is not an issue but a question, is it a good practice to combine Freezed with json_serializable or not ?
Thanks
Under Bloc title, inside CounterBloc class, the constructor is CounterCubit. I think it needs to be CounterBloc instead.
I would like to add integration tests to the app so anyone referring to this app can understand how integration testing is done.
The http client created is never closed in datamuse_api_client.dart#L33. As per the http
package docs:
It's important to close each client when it's done being used; failing to do so can cause the Dart process to hang.
Perhaps it's not a "serious" issue with a single un-closed client, such as this example project. But would something like this become an issue as a project scales?