📁 isHere 앱(Flutter) 프론트 구현
- Language: Dart
- FE Framework: Flutter
- Database: MySQL
- Cloud Service/Platform: Firebase
- IDE:Android Studio
- Flutter SDK Version: >=3.1.5 <4.0.0 (As specified in
pubspec.yaml) - Dart SDK Version: >=3.1.5 <4.0.0 (The Flutter SDK comes with its corresponding Dart SDK)
- Java JDK Version:
- JavaScript :
이 프로젝트를 실행하려면 위에 언급한 SDK로 개발 환경을 구성해야 합니다.
- Clone the repository:
git clone https://github.com/Kookutility/isHere-app-develop.git
Install dependencies:
bash
Copy code
flutter pub get##Run the application:
bash
Copy code
flutter run
For more details on setting up the Flutter environment, refer to the official Flutter documentation.
국현우 (Team Lead, Full Stack Developer)
홍택수 (Full Stack Developer, DBA)
서희준 (Frontend Developer)
박병주 (Frontend Developer)
정승민 (Backend Developer)
##License 이 프로젝트는 MIT 라이센스로 라이센스가 부여됩니다. 자세한 내용은 라이센스 파일을 참조하십시오.
이 파일은 프로젝트의 기본적인 설명, 설치 요구 사항, 시작 방법, 팀 구성원 및 라이센스 정보를 포함합니다. Dart 및 Flutter SDK의 버전은 pubspec.yaml 파일에서 확인하고 정확한 버전 정보를 README에 반영했습니다.