UpMob uses UpMob API to get the mobiles devices information which are yet to come to Indian markets
-
Navigate into the project directory.
-
Define the environment variables in
.env
file at root of the project.API_HOST=yourhost.com API_PORT=8080 API_PATH=/some-path
You might like rest-client, if you use VS Code. This extension allows you to send HTTP request and view the response in VS Code directly. Rest-client API requests are already defined in the
api_requests/
directory. You need to define the environment vairables though. In the.vscode/settings.json
,{ "rest-client.environmentVariables": { "$shared": { "API_HOST": "yourhost.com", "API_PORT": "8080", "API_PATH": "/some-path" } } }
-
Run
flutter run
-
Open the code and start editing.
UpMob depends on UpMob API v1.x
- Bookmark devices
- Toggle between Themes
- Locate Nearby Stores using Google Maps API
Licensed under the MIT License.
Yes, please! Feel free to contribute, raise issues and recommend best practices.
A few resources to get you started: