flutter_tflite
flutter_tflite copied to clipboard
Updated example to null-safety and new lib versions
Updated the example to:
- match the lib sdk version;
- new lib versions and minor changes, like image and image_picker. Also implemented null-safety.
I appreciate your feedback and suggestions :)
@LuisMiguelMP Thanks it worked great
Thank you very much! That works great
please add this is to support v2 embedding
package io.flutter.plugins.firebasecoreexample;
import io.flutter.embedding.android.FlutterActivity;
import io.flutter.embedding.engine.FlutterEngine;
import io.flutter.plugins.firebase.core.FirebaseCorePlugin;
public class MainActivity extends FlutterActivity {
// You can keep this empty class or remove it. Plugins on the new embedding
// now automatically registers plugins.
}
please add this is to support v2 embedding
package io.flutter.plugins.firebasecoreexample; import io.flutter.embedding.android.FlutterActivity; import io.flutter.embedding.engine.FlutterEngine; import io.flutter.plugins.firebase.core.FirebaseCorePlugin; public class MainActivity extends FlutterActivity { // You can keep this empty class or remove it. Plugins on the new embedding // now automatically registers plugins. }
can you please tell me where to add these lines ? @Puspharaj
Sure just give some time, Will do PR and test then push it soon.
On Fri, Oct 29, 2021, 18:34 Luís Miguel Massih Pereira < @.***> wrote:
Nice @Puspharaj https://github.com/Puspharaj! Can you include the v2 embedding support into the 'LuisMiguelMP:master' and I update this PR with that? Thank you and have a good weekend. :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shaqian/flutter_tflite/pull/208#issuecomment-954727434, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOL55AHH7BVQUCW6IRLIDUJKLXHANCNFSM45LJMMEA .
Sure just give some time, Will do PR and test then push it soon. … On Fri, Oct 29, 2021, 18:34 Luís Miguel Massih Pereira < @.***> wrote: Nice @Puspharaj https://github.com/Puspharaj! Can you include the v2 embedding support into the 'LuisMiguelMP:master' and I update this PR with that? Thank you and have a good weekend. :) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#208 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOL55AHH7BVQUCW6IRLIDUJKLXHANCNFSM45LJMMEA .
Nice, thank you very much! =)
is there any update on this issue. waiting to be done.
Yup, almost done testing.
On Sun, Oct 31, 2021, 18:54 Tameem Rafay @.***> wrote:
is there any update on this issue. waiting to be done.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shaqian/flutter_tflite/pull/208#issuecomment-955700518, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOL5ZYL22TPCVE5322E5LUJU7SXANCNFSM45LJMMEA .
Pushed some significant changes to the repo, Because lot of things has changed since this plugin development. Hope Luis will commit the changes to master and tlite version 1.1.3 is available soon
Thanks @Puspharaj . Will check this commit soon
Hello =),
I merged the @Puspharaj changes. Thank you very much!
@shaqian could you please check it?
Thanks again.