Posts
Q&A
FirebaseFrirestroe ์ฌ์ฉ์ ์๋์ฝ๋๋ก ํ์๋ฉด ๋ฉ๋๋ค.
์ ๊ฐ์ฌํด์.. ์ต์ ๋ฒ์ ์์ ์ด๋ป๊ฒ ํด์ผ๋ ์ง ๋ง๋งํดํ๊ณ ์์ด์ดใด๋ฐ.
- 5
- 4
- 724
Q&A
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. ํด๊ฒฐ๋ฒ์ ๋ชจ๋ฅด๊ฒ ์ต๋๋ค
์ ๋ ๋์ผํ ํ์์ผ๋ก ํด๊ฒฐ์ด ์๋๋ค์ ใ ใ ์ ๋ฒ์ ๋ถ๋ถ์ด 1.7.10 ๋์ด์๋๋๋ ๋ฒ์ ์ด ๋ฎ๋ค๊ณ ๋์ต๋๋ค..
- 0
- 4
- 6.8K
Q&A
Image.asset์ด ์ ์์ ์ผ๋ก ๋์ง ์์ต๋๋ค.
๊ณต๋ฐฑ์ 2์นธ์ฉ ๋ณ๊ฒฝํด๋ ๋์ผํ๊ฒ ํ์ผ์ ๋ชป์ฐพ์ต๋๋คใ pubsepc.yaml ํ์ผ์ ์๋์ ๊ฐ์ต๋๋ค. # To add assets to your application, add an assets section, like this: assets: - assets/pic.jpg # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg ์๋ฌ ๋ฉ์ธ์ง๋ ํ๊ธฐ์ ๊ฐ์ต๋๋ค.======== Exception caught by image resource service ================================================The following assertion was thrown resolving an image codec:Unable to load asset: "assets/pic.jpg".Exception: Asset not foundWhen the exception was thrown, this was the stack: #0 PlatformAssetBundle.loadBuffer (package:flutter/src/services/asset_bundle.dart:372:7)#1 AssetBundleImageProvider._loadAsync (package:flutter/src/painting/image_provider.dart:811:18)Image provider: AssetImage(bundle: null, name: "assets/pic.jpg")Image key: AssetBundleImageKey(bundle: PlatformAssetBundle#f2583(), name: "assets/pic.jpg", scale: 1.0)====================================================================================================
- 0
- 2
- 1.4K