Enzo Santos
Enzo Santos
De acordo com [este site](http://ghiorzi.org/DVnew.htm#zc), este é o algoritmo para se calcular o dígito verificador de uma certidão de nascimento: > (exemplo: 104539015520131000120210000123) > > [...] > > O **Número...
This PR adds typing support to `filecache`, turning it into a type-safe library. It is type-checked using [mypy](https://mypy.readthedocs.io/en/stable/): ```shell $ python -m mypy --version mypy 1.6.0 (compiled: yes) $ python...
This PR only affects flutter_form_bloc. It - upgrades intl package to 0.19.0, matching the [Flutter pinned version for it](https://github.com/flutter/flutter/blob/main/packages/flutter_localizations/pubspec.yaml#L14) - replaces deprecated methods/fields with their active counterparts - MaterialStateProperty ->...