Ansh-Rathod/Flutter-Photoarc-app

Url.dart

rabee-abu-michael opened this issue · 18 comments

Hi Mr @Ansh-Rathod
url.dart file not found
Please send the file to me

xNyxs commented

Found fix ??

Found fix ??

@xNyxs NO

The url. dart file isn't missing it is removed from the repository by purpose.
url.dart file contains the const variables of backend api URL

For that api, you need to host the backend on any hosting service I prefer to host it on Heroku first check out the readme file of this repo section how to run app :)

can you send commit the missing file?

It's not a missing file :\

You need to create your own file

How is the syntax example?

url.dart file

const BASE_URL= "<YOUR BACKEND URL";

thanks sir ;)

where is the firebase config? @Ansh-Rathod

Create new project in fire base and add google-services.json file in android/app/

ok thanks sir

what version of flutter do you use sir? @Ansh-Rathod

The url. dart file isn't missing it is removed from the repository by purpose. url.dart file contains the const variables of backend api URL

For that api, you need to host the backend on any hosting service I prefer to host it on Heroku first check out the readme file of this repo section how to run app :)

Please explain more because I don't understand anything