Created
July 9, 2022 10:54
-
-
Save saliouseck2009/c295d1b4948450e81d4f139db70ecaa1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final String response = await rootBundle.loadString('assets/surah.json'); | |
final data = await json.decode(response); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment