GithubHelp home page GithubHelp logo

Comments (4)

bdlukaa avatar bdlukaa commented on July 17, 2024 2

So what can I do?

The only solution is to use null-safety. Almost all the pub packages now support null-safety, so you should migrate your app too.

from native_admob_flutter.

Skyost avatar Skyost commented on July 17, 2024 2

I think this error is happening because my project does not support null safety. I don't want to use the version without null safety (0.9.4) though since it doesn't have the requestTrackingAuthorization method nor the bug fixes. So what can I do?

I think you're a bit stuck here. As you said, project needs to support null safety in order to be able to use the latest version of this plugin.

Another option for you would be to fork this project, an make your own non-null safety release. But please don't do that, all plugins are currently migrating to null safety, and it will be only a matter of time before you'll have to rewrite your project.

from native_admob_flutter.

bdlukaa avatar bdlukaa commented on July 17, 2024 1

You can check if the dependencies now support null-safety by running dart pub outdated --mode=null-safety

For more info, read this

from native_admob_flutter.

3eif avatar 3eif commented on July 17, 2024

I tried migrating to null safety a couple of weeks ago and had some issues because there were a few packages that I used that still haven't switched to null safety yet. I'll try migrating again though. Thank you.

from native_admob_flutter.

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.