본문 바로가기
Flutter

[Flutter / 일반] 앱이 사용중인 데이터 유형 알려주기(mobile network)

by hymndaniel 2022. 3. 21.

Motivation

데이터 사용량이 많은 서비스를 제공할때, 사용자가 어떤 네트워크 환경에서 서비스를 이용하고있는지 인지시키기 위함

 

Keywords

flutter mobile network connection

connectivity

 

Implementation

기존에 사용하던 connectivity 플러그인은 중단되어 현재는 connectivity_plus 플러그인을 사용할 수 있다. (2022.03.21 기준)

 

참고 출처

https://pub.dev/packages/connectivity_plus/example

https://www.flutterant.com/network-connectivity-checker-in-flutter/

 
728x90