반응형 appbundle1 flutter app bundle 이전과는 다르게 이제 google playstore 에 앱을 올리려면 apk파일에서 appbundle 파일로 정책이 바뀌었다. 그래서 apk 파일은 build를 하면 되고 appbundle역시 build에서 하면 된다. 하지만 저번 포스팅에서 다룬적이 있는데(참고 포스팅 참조) flutter 2.0 부터는 null 제약조건이 들어가서 appbundle 을 만드는것이 쉽지 않다. Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:webview_flutter For solutions, see https://dart.dev/go/unsound-null-saf.. 2022. 10. 30. 이전 1 다음 반응형