Posts
Q&A
flutter_file_downloader ํจํค์ง ์ค์น ํ ์ฑ ์คํ ์ ์ค๋ฅ ๋ฐ์!
์๋ ํ์ธ์, ์ ๋ ๋์ผํ ์๋ฌ๋ฅผ ๊ฒช์๊ณ , ์์ ํ ํด๊ฒฐ์ฑ ์ด๋ผ๊ณ ์๊ฐํ์ง๋ ์์ง๋ง ์ด๋ป๊ฒ ํด๊ฒฐ์ ํด์ ์ ๊ฐ ํด๊ฒฐํ ๋ฐฉ๋ฒ์ด๋ผ๋ ์๋ ค๋๋ฆฌ๊ฒ ์ต๋๋ค.์ฐ์ ์ ๊ฐ๋ฐํ๊ฒฝ์ ์ต์ ๋ฒ์ ์ธFlutter ๋ฒ์ : 3.24.4Dart ๋ฒ์ : 3.5.4 ์ ๋๋ค.์ต์ Flutter ๋ฒ์ ์ ์ฌ์ฉํ๋ฉด, ๊ทธ์ ๋ฐ๋ผ ๋ค๋ฅธ ๊ฐ๋ฐํ๊ฒฝ๋ ์์ ํด์ผ ํฉ๋๋ค.Android/gradle ํด๋์ "gradle-wrapper.properties" ํ์ผdistributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zipAndroid ํด๋์ "settings.gradle" ํ์ผplugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.3.0" apply false id "org.jetbrains.kotlin.android" version "1.8.10" apply false } ์ด๋ ๊ฒ ์ธํ ํ๊ณ , futter clean์ผ๋ก build ํด๋๋ฅผ ์ง์ฐ๊ณ -> ๋ค์ pub getํ๊ณ -> ์ฑ์ ๋ค์ ์คํํ๋ฉด ์๋์ ๊ฐ์ ๊ฒฝ๊ณ ๊ฐ ๋ฐ๋ณตํด์ ๋์ฌ ๊ฒ๋๋ค.3 warnings warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.๊ทธ๋ฐ๋ฐ ์ฒ์ ์คํํ ๋๋, ์๋ก์ด ํจํค์ง๋ฅผ ์ถ๊ฐํ ๋๋ง ๊ฐ๋์ฉ ๋์ค๊ณ ๊ทธ ๋ค์๋ถํฐ๋ ์ ๋์ค๋๊น ๊ด์ฐฎ์ ๊ฒ ๊ฐ์ต๋๋ค. ๋ง์ง๋ง์ผ๋ก "flutter_file_downloader" ํจํค์ง์ ๋ฒ์ ์ Prerelease ๋ฒ์ ์ธ ^2.0.1-dev.3 ์ผ๋ก ๋ณ๊ฒฝํ์ต๋๋ค.
- 0
- 3
- 829
Q&A
์น์ 8 - Follow, Unfollow ๊ธฐ๋ฅ ์ถ๊ฐ ํํธ์์ UserState์์ UserModel์ ์ป์ด์ง์ง๊ฐ ์์ต๋๋ค.
๋ต๋ณ ๊ฐ์ฌํฉ๋๋ค!
- 0
- 2
- 241