flutter_tflite icon indicating copy to clipboard operation
flutter_tflite copied to clipboard

Updated example to null-safety and new lib versions

Open LuisMiguelMP opened this issue 3 years ago • 11 comments

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 avatar May 23 '21 04:05 LuisMiguelMP

@LuisMiguelMP Thanks it worked great

Bsm-B avatar Aug 02 '21 01:08 Bsm-B

Thank you very much! That works great

RuotongX avatar Oct 14 '21 23:10 RuotongX

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.
}

Puspharaj avatar Oct 21 '21 07:10 Puspharaj

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

rafay-tariq avatar Oct 24 '21 13:10 rafay-tariq

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 .

Puspharaj avatar Oct 29 '21 13:10 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 <#208 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOL55AHH7BVQUCW6IRLIDUJKLXHANCNFSM45LJMMEA .

Nice, thank you very much! =)

LuisMiguelMP avatar Oct 29 '21 15:10 LuisMiguelMP

is there any update on this issue. waiting to be done.

rafay-tariq avatar Oct 31 '21 13:10 rafay-tariq

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 .

Puspharaj avatar Nov 01 '21 02:11 Puspharaj

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

Puspharaj avatar Nov 04 '21 04:11 Puspharaj

Thanks @Puspharaj . Will check this commit soon

rafay-tariq avatar Nov 04 '21 04:11 rafay-tariq

Hello =),

I merged the @Puspharaj changes. Thank you very much!

@shaqian could you please check it?

Thanks again.

LuisMiguelMP avatar Nov 05 '21 14:11 LuisMiguelMP