OLD_달려라129 Flutter ] for launching a URL (Supports web, phone, SMS, and email schemes.) url_launcher | Flutter Package Flutter plugin for launching a URL on Android and iOS. Supports web, phone, SMS, and email schemes. pub.dev 2020. 9. 25. Flutter 강의(비공개) ] 공적 마스크 앱 ... 현재 위치 확인하기 보호되어 있는 글 입니다. 2020. 9. 25. Flutter ] 현재 위치 기반으로 검색하기 위한 Plugin geolocator | Flutter Package Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions. pub.dev Use this package as a library 1. Depend on it Add this to your package's pubspec.yaml file: dependencies: geolocator: ^6.0.0+4 2. Install it You can install packages from the command line: with Flutter: $ flutter pub get Alternat.. 2020. 9. 25. Flutter ] ViewModel 만들 때 유용한 library provider | Flutter Package A wrapper around InheritedWidget to make them easier to use and more reusable. pub.dev Use this package as a library 1. Depend on it Add this to your package's pubspec.yaml file: dependencies: provider: ^4.3.2+2 2. Install it You can install packages from the command line: with Flutter: $ flutter pub get Alternatively, your editor might support flutter pub get. Check t.. 2020. 9. 24. 이전 1 ··· 11 12 13 14 15 16 17 ··· 33 다음