FlutterMatic / desktop

A Flutter desktop manager that helps you setup Flutter, organize, and use workflows with your Flutter projects.
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

FlutterMatic API to be discontinued and depend on local system checking #36

Open ZiyadF296 opened 2 years ago

ZiyadF296 commented 2 years ago

The API is up. But need some time to avoid usage of this API. I'm trying to avoid API calls due to frequent updates of API data is required. This can be removed as p1 and Just add a backlog tag/label.

Originally posted by @yahu1031 in https://github.com/FlutterMatic/desktop/issues/33#issuecomment-1016943921

Fetching version information should happen locally on the device using git, or by crawling sites. This avoids the need to host and frequently update the API response.

ZiyadF296 commented 2 years ago

@yahu1031 will work on this issue.

yahu1031 commented 2 years ago

I'm working on it.