Godwin Asuquo
Results
4
issues of
Godwin Asuquo
Add `More Options` page Add `Custom Remaining Amount` Page Add `Transfer Page`
Ready for Review
- add migration script - add new migrations to autogenerated switch cases - Run command to generate new migrations `flutter packages pub run tool/create_new_migration.dart`
I made a ManageData operation and the response has a null check error, see stacktrace Version: 1.8.1 ``` type 'Null' is not a subtype of type 'String' #0 new SubmitTransactionResponseExtras.fromJson...