简体   繁体   English

如何将 flutter 应用程序集成到小型 API?

[英]How to integrate a flutter app to a small API?

Actually I have the challenge to get some real-time infos from a Stock Control API, I'd like know what plug-ins and imports I need in order to read and receive those data.实际上,我面临从 Stock Control API 获取一些实时信息的挑战,我想知道我需要哪些插件和导入才能读取和接收这些数据。 If somebody have the interest, this is the documentation from it: https://sol.varejofacil.com/api/v1/docs My problem is: I don't know how to get those infos in a real-time method from their database.如果有人有兴趣,这是其中的文档: https://sol.varejofacil.com/api/v1/docs我的问题是:我不知道如何从他们的实时方法中获取这些信息数据库。

Occurs that this internal API products list is in json data, so I think this topic ( Creating a list from JSON in Flutter ) resolved my problem and this question can be closed. Occurs that this internal API products list is in json data, so I think this topic ( Creating a list from JSON in Flutter ) resolved my problem and this question can be closed.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM