A new Flutter project, to demonstrate the integration of api.
For web app, in order to login you have to disable CORS in your browser. If you are running the app in chrome browser, follow the steps:
-
Install Chrome extension
-
Open the option page in the extension and enable the following options
- Access-Control-Allow-Headers
- Access-Control-Allow-Credientials
- Access-Control-Allow-Origin (select "*")
-
Start the extension by pressing the toggle on/off button
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.