fluttersaurus icon indicating copy to clipboard operation
fluttersaurus copied to clipboard

A Flutter Thesaurus made for Byteconf Flutter 2020

Results 3 fluttersaurus issues
Sort by recently updated
recently updated
newest added

The http client created is never closed in [datamuse_api_client.dart#L33](https://github.com/felangel/fluttersaurus/blob/master/packages/datamuse_api/lib/src/datamuse_api_client.dart#L33). As per the [`http` package docs](https://pub.dev/documentation/http/latest/http/Client/close.html): > It's important to close each client when it's done being used; failing to do...

Resolving dependencies... the Dart current version is 3.0.0.128.beta because fluttersaurus depends on thesaurus repository which needs version>=3.0.0

I would like to add integration tests to the app so anyone referring to this app can understand how integration testing is done.