Skip to content

Fix deprecations #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidmartos96
Copy link

@davidmartos96 davidmartos96 commented Feb 20, 2024

Fixes #15
There are 2 deprecations in the source code:

  • WidgetsBinding.window -> WidgetsBinding.platformDispatcher
  • textScaleFactor -> textScaler

In the PR the android source code is also regenerated, as latest stable doesn't support v1 embedding anymore.

@davidmartos96 davidmartos96 changed the title Fix depreacations Fix deprecations Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some used flutter functions will be deprecated.
1 participant