Hesam
Hesam
I've recently assigned a task to implement Alarm Notification System which is based on UDP Multi cast. I decided to implement it based on Kotlin MP. So please: 1) Implement...
I have this problem, too. This is my class that is being used by Dagger to have one instance of the Logger across the app. ``` class Logger : AndroidLogAdapter(getDefaultStrategy())...
Duplicate of: https://github.com/aloisdeniel/vsts-flutter-tasks/issues/86
Ya, the latest stable version of flutter can be downloaded from: https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.5.0-stable.zip While the latest version this plugin is able to download is 2.2.1 from here: https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_2.2.1-stable.zip
For the moment until we have the fix, this is what I did: 1. I deleted the `FlutterInstall` task. 2. I added a bash script that does two things, I....
I tried to use `runModelOnBinary` instead and got a similar error in the log file. ``` I/flutter (27793): Process to get the Artwork started... I/flutter (27793): the passed image path:...
@syeds-git I am able to get AutoML into work using the following libs: - https://pub.dev/packages/tflite_flutter - https://pub.dev/packages/tflite_flutter_helper I wasn't able to get AutoML into work using this lib, unfortunately.
This issue forced me to use this lib instead: https://github.com/ShawnLin013/NumberPicker
Ya, I need to have step size 0.5 and I cannot use this lib I guess :(
I am working on an Internal project for my company. My company has a lot of assets that should be secured. Therefore, having encryption is super important for my company...