Zero Profit
Results
2
issues of
Zero Profit
Hi, Here's the code to detect ios simulator phone type. Originally, if device is simulator, plugin reports architecture for utsname.machine. Replace (void)handleMethodCall in FLTDeviceInfoPlusPlugin.m under device_info_plus-1.0.1/ios/Classes folder. ```swift (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result...
enhancement
ios
device_info_plus
Hacktoberfest
Hi, When I include sound_stream to pubspec.yaml and compile my project, I get prompted for mic use? I did not "import 'package:sound_stream/sound_stream.dart';" in any of my project files. This is...