Flutter-Food-App icon indicating copy to clipboard operation
Flutter-Food-App copied to clipboard

This is a food app using flutter. This app includes the category, filter food, mark as favorite, etc.

Results 3 Flutter-Food-App issues
Sort by recently updated
recently updated
newest added

Perfect project but database n Backend needed to fully understand how it works

class BaseAPI { static var api = base + "/api/v1"; var customersPath = api + "/customers"; static var authPath = base + "/auth"; // Map headers = { // "Content-Type":...

can you share the database? From the backend side of the API, what is it built using?