Git Product home page Git Product logo

Comments (8)

bornakpaul avatar bornakpaul commented on July 19, 2024

use @pragma("vm:entry-point") before the class or function, so that the compiler knows that this particular class/function will be used from native code

from background_locator.

hpsolver avatar hpsolver commented on July 19, 2024

@bornakpaul by adding "@pragma("vm:entry-point")" is fixed last crash. But now release build not updating latlng on firebase.

here is my code it's working fine only debug build :
Future callback(LocationDto locationDto) async {
print('$_count location in dart: ${locationDto.toString()}');
await Firebase.initializeApp();
FirebaseReference.userSecret.doc(Globals.firebaseUser?.uid).update(
{"latitude": locationDto.latitude, "longitude": locationDto.longitude});
final SendPort? send = IsolateNameServer.lookupPortByName(isolateName);
send?.send(locationDto);
_count++;
}

from background_locator.

bornakpaul avatar bornakpaul commented on July 19, 2024

@hpsolver i am on flutter 3.0.5 and it works fine for me.

from background_locator.

hpsolver avatar hpsolver commented on July 19, 2024

@bornakpaul my flutter version is 3.3.3

from background_locator.

hpsolver avatar hpsolver commented on July 19, 2024

@bornakpaul could you help me on this version ?

from background_locator.

bornakpaul avatar bornakpaul commented on July 19, 2024

@hpsolver i will have to look into this, might take some time. meanwhile, if you are in a hurry you can try to degrade the version and check

from background_locator.

hpsolver avatar hpsolver commented on July 19, 2024

okay i will

from background_locator.

hpsolver avatar hpsolver commented on July 19, 2024

@bornakpaul thanks on flutter 3.0.5 is working fine

from background_locator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.