Flutter-v3 icon indicating copy to clipboard operation
Flutter-v3 copied to clipboard

Performance Improvement | Documentation Update

Open jeremiahseun opened this issue 1 year ago • 0 comments

I made few changes that makes development relatively easy. The following:

  • Change Transaction Charge Type value (From String to enum)
  • Change the Payment Option to a List (We won't have to guess what type of payment option are available. Now, it is a list that you add whatever option you want to add.
  • Upgrade the Example Compile SDK Version (From 32 to 33, so as the example app will run fine in Android SDK 33).
  • Few changes and correction - Optimization purposes.

jeremiahseun avatar Apr 19 '23 11:04 jeremiahseun