Tim

Results 9 comments of Tim

Need to make sure this is updated: https://github.com/Milad-Akarie/auto_route_library/blob/master/auto_route_generator/pubspec.yaml As of today on master it still is not.

Good find! and referenced here: https://github.com/aissat/easy_localization/blob/develop/pubspec.yaml and that's why they get packaged. I propose removing this from that file: ``` flutter: assets: - i18n/ ``` Why would that be needed?

I did an experiment and the files are needed for `easy_localization_widget_test.dart` apparently. Too bad they are packaged in the final distributed build.

What is a "Google launcher"?

For example what would prevent a hacker or virus software from reading the browser's localStorage file/database? AFAIK localStorage is not encrypted itself by the operating system or otherwise. Here: https://github.com/mogol/flutter_secure_storage/blob/bdd191faa0ac5e53470e0dd0409849d9ff310a95/flutter_secure_storage_web/lib/flutter_secure_storage_web.dart#L115C29-L115C29...

It's simply the data type: `Number`, `String`, `Integer`, etc.

I will clarify that and also make a note about what is optional or not.

@mightybyte I've pushed some minor clarifications.