Hasan M. Hallak

Results 7 comments of Hasan M. Hallak

Hey @justinmc, Thank you for taking the time to replay and update the example. I think this is a better approach for two reasons actually. The first one is we...

I'm not sure if I can provide the full code of the credit card case, but I can write some example to demonstrate more the cases that I have mention....

hey @justinmc, I've just created a small example, I tried not to use any library so you can able to check it on dart-pad (idk if dart-pad support using external...

hey @justinmc had you got the time to review this?

I formatted the form_test.dart using the dart formatter, this should resolve the problems.

@larryaasen could you please review this suggestion and its associate PR so I can include it in my production?

This is not relevant any more as you can now override the `Upgrader` class as below: ``` class AppUpgrader extends Upgrader { @override bool blocked() { final installed = int.tryParse(currentInstalledVersion?.split('.').first...