Category: Flutter
How to perform object-detection in an isolate using TensorFlow?
The problem Details about goals I am performing real-time object detection on a smartphone application, developped with Dart/Flutter, with TensorFlow 2.4.1, SSD MobilenetV2 model. My…
fatal error: ‘Flutter/Flutter.h’ file not found
log.txt Runner.xcodeproj/project.pbxproj // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 51; objects = { /* Begin PBXBuildFile section */ 1498D2341E8E89220040F4C2 /*…
Setting minSdkVersion >22 more than twofold increases apk size
Details I came across this problem when I had to increase minSdkVersion to 23. The apk size jump from ~5.5Mb to ~12Mb. The most vulnerable…
[web] Text Selection does not work Across Multiple Widgets
It is currently impossible to select text across multiple widgets in Flutter, even with SelectableText. This is because you can only select the text inside…
[Plugin] Does the google_sign_in plugin implement url_launcher? If so, how?
Hi there ! I’ve been touring through the source code of the google_sign_in plugin, and for the life of me, I cannot figure out how…
Cannot install CocoaPods
Hi, I am new to all this and trying to get in to flutter and learn it, while going through the install process on my…
Flutter web ColorFiltered doesn’t display correctly on Android Devices
I’m using Flutter 2.0.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4d7946a68d (12 days ago) • 2021-03-18 17:24:33 -0700 Engine • revision 3459eb2436 Tools…
Cannot read property ‘AudioSessionWeb’ of undefined
Steps to produce: Run the command flutter create . on my fully working existing app (Working on ios and android). Run the app on the…
[Gallery] Crane demo shows blank screen when changing to another tab
Changing to tabs sleep or eat causes the screen to go purple (blank) when it finishes springing after initially displaying the proper contents only while…