Skip to content

jy1655/BLE_Studt_Flutter

Repository files navigation

ble_study

Bluetooth Low Energy 기능을 사용해보기 위한 테스트 프로젝트

v0.1 프로젝트 생성당시 목표는 예전에 제작한 swift로 작성된 BLEStudy 와 서로 데이터를 교환할수 있도록 하여 각자의 테스트를 용이하게 만드는것

Dependency

pubspec.yaml 파일에 작성

https://pub.dev/ 에서 버전확인

권한 설정

  • Android(android/app/src/main/AndroidManifest.xml)

  • iOS(ios/Runner/Info.plist) NSBluetoothPeripheralUsageDescription Your custom message for requesting Bluetooth access NSLocationWhenInUseUsageDescription Your custom message for requesting location access

Android 설정관련

android/gradle/gradle-wrapper.properties 파일에서 Gradle version 8.5로 설정

android/app/build.gradle 파일에서 compileSdkVersion을 34, defaultConfig 블록을 찾아 minSdkVersion을 21로 설정

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published