Daniel Vechtel
Daniel Vechtel
Add a `PhoneNumberLinkifier` that parses phone numbers. This PR is more or less a null safe version of this [PR](https://github.com/Cretezy/linkify/pull/33) with additional tests.
I found a very strange behavior of mockito. If you generate a model with the [freezed](https://pub.dev/packages/freezed) and want to mock it without adding the [json_serializable](https://pub.dev/packages/json_serializable) as a dependency, the mocked...
Hi @DenisovAV, First of all, thank you for your great work and for providing such an easy-to-understand example. In your [Google Drive folder](https://drive.google.com/drive/folders/1fI8pR2TkFyUBQG8lmlkmlS4O1leMEWK7?usp=sharing), you’ve included ZIP files for your custom...