mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-07-25 07:43:06 +00:00
chore: update dependencies
This commit is contained in:
parent
fe7fbfd44e
commit
45e2692851
2 changed files with 4 additions and 4 deletions
|
@ -37,8 +37,8 @@ pubspec.yaml에 다음 패키지를 추가합니다:
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
firebase_core: ^2.15.0
|
||||
firebase_analytics: ^10.4.4
|
||||
firebase_core: ^3.13.0
|
||||
firebase_analytics: ^11.4.5
|
||||
```
|
||||
|
||||
그리고 패키지를 설치합니다:
|
||||
|
|
|
@ -45,8 +45,8 @@ pubspec.yaml에 다음 패키지를 추가합니다:
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
firebase_core: ^2.15.0
|
||||
firebase_crashlytics: ^3.3.4
|
||||
firebase_core: ^3.13.0
|
||||
firebase_crashlytics: ^4.3.5
|
||||
```
|
||||
|
||||
패키지를 설치합니다:
|
||||
|
|
Loading…
Add table
Reference in a new issue