問題:想問 admob 相關問題: 我的 android app 還沒上 google play store,已經編譯成 release 版的apk,目前在我的手機上仍然看不到廣告,請問這樣正常嗎? 程式碼已加入我的
read more問題:想問 admob 相關問題: 我的 android app 還沒上 google play store,已經編譯成 release 版的apk,目前在我的手機上仍然看不到廣告,請問這樣正常嗎? 程式碼已加入我的
read more以下是我使用 Flutter 開發 Android app 中遇到的疑惑 問題:請問有人成功用 flutter 製作的 android app 分享檔案(例如,副檔名.tar)到其他 app(Dropbox, GoogleDrive) 我在 android 8 測試我的 app 分享檔案(xx
read moreException name: PluginRegistrantException Error message: PluginRegistrantCallback is not set. Did you forget to call AlarmService.setPluginRegistrant? See the README for instructions. Solution: Simply open the android project. Perform a Gradle sync. Next, do a “build -> clean project” and “build -> rebuild project”. Ref. link: https://stackoverflow.com/a/54972225/2704360
read moreWhen an app is put at sdcard, open it then crash because AppBundle change behavior between Android gradle plugin version 3.2 and 3.3. Reference link: https://forum.unity.com/threads/app-bundle-and-external-storage.633082/ , https://issuetracker.google.com/issues/123070510 , https://issuetracker.google.com/issues/127691101 Got an exception: java.lang.unsatisfiedlinkError 我用 AppBundle 方式編譯我的 App,放在手機 internal storage 可以正常執行,但放在 sd card 則無法執行
read moreTwo articles about Flutter bloc, rxdart and stream Concept and tutorial: https://www.didierboelens.com/2018/08/reactive-programming—streams—bloc/ Practice and scenario example: https://www.didierboelens.com/2018/12/reactive-programming—streams—bloc—practical-use-cases/
read moreSuppose your app, which built by flutter 1.2, has ItemListScreen and ItemDetailScreen, and this app uses named route to manage routing of app. Users can click one of item in ItemListScreen and then ItemDetailScreen will show detail information of the clicked item. You can find following example to decouple between screens by no need importing ItemDetailScreen class to ItemListScreen file. Solution: Use ModalRoute.of(context).settings.arguments in your routes.dart file to pass arguments
read more