Follow this guide to fetch 🇧🇠Bahrain data from your Flutter app. The http library will be used to fetch the database data through its REST API.
First you need to connect your app to the 🇧🇠Bahrain database. It will authorize you to access this database API using your app keys. If your app doesn't have keys at Back4App yet, they will be generated during this process.
If your app is already connected to this database, you don't need to do this process again. Just select your app from the list below.
For your convenience, you can also use a fake app (test purposes only) and leave this step to be done later.
Now let's customize your query to fetch the data that you need!
Add the http package's latest version to the dependencies section of your pubspec.yaml file:
Install the package from the command line:
If you are building an Android app, make sure that it has internet access permission. Your app's AndroidManifest.xml file should have the following line right after the application section:
Add the following code to your Flutter app:
After running your app, you should see the following output: