flutter-app-showcase icon indicating copy to clipboard operation
flutter-app-showcase copied to clipboard

Fix the tiny typo in README.MD file

Open yadaniyil opened this issue 2 years ago • 0 comments

Changes the

Bad:getBalances(true,"1283184"),
Bad:getBalances(id: "1283184", refresh: true)

to

Bad: getBalances(true, "1283184"),
Good: getBalances(id: "1283184", refresh: true)

yadaniyil avatar Nov 07 '22 21:11 yadaniyil