A new Flutter project.
php -S YOUR_API:5000 -t public
- Change BASE URL on file ApiProvider.dart
httpClient.baseUrl = "http://YOUR_API:5000";
- Run the flutter project
For help getting started this tutorial see
The repository from workshop with SANDEC (Semarang Android Developer Center). Create a simple app use GetX.
C++
A new Flutter project.
php -S YOUR_API:5000 -t public
httpClient.baseUrl = "http://YOUR_API:5000";
For help getting started this tutorial see