在 Flutter Android 中关闭应用程序时检查互联网连接
我正在开发一个在服务器上存储数据的应用程序,并且该应用程序也可以离线使用。
当用户离线后重新上线时。我需要用他离线时所做的更改来更新服务器。有什么解决办法吗?我听说在 android O 之后这是不可能的
I'm working on an app which stores data on servers, And the app is available offline too.
When user gets back online after being offline. I need to update servers with changes he done while being offline. Any workaround? I hear that after android O its not possible
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查这个包。
您可以使用此插件检查网络状态。它还具有用于网络连接的流,因此,当您的用户在线时,您可以触发您的任务。
https://pub.dev/packages/connectivity_plus
Check this package.
You can check the network status using this plugin. It also have stream for network connection so, when your user becomes online you can trigger your task.
https://pub.dev/packages/connectivity_plus
您可以使用此包检查您的互联网连接。您还可以配置为定期查找互联网可用性。
flutter_network_connectivity: ^0.0.6
创建一个对象
You can use this pakage for check your internet connection. you can also configure to lookup internet availability in a periodic interval.
flutter_network_connectivity: ^0.0.6
Create an Object