How to connect openemr patient api and display results in flutter?

we are trying to develop flutter app for patients. How to connect openemr patient apis and display results in flutter ? Can anyone please guide me . I am new to openemr and flutter

Hello! Was going through the forums and found this.

I’d say a good way to get started would be to

  1. Look at this documentation on the OpenEMR API.
  1. Look at this documentation on making API calls in Flutter.

The overall idea would be:

  1. User authenticates and gets a temporary API token from OpenEMR that’s stored.
  2. That app makes API calls using these temporary credentials to OpenEMR to get information.

Hope this is helpful!