Skip to content
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

Migrate to null safety & fix deprecated warnings #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Villarrealized
Copy link

@Villarrealized Villarrealized commented Feb 25, 2022

Fixes #30 #29 #22

  • Upgrades flutter_keyboard_visibility to fix deprecation warning
  • Upgrades dart version and migrated to use null safety
  • Updates example app so that it works with new changes

  - Upgrade flutter_keyboard_visibility to latest version
  to fix deprecation warning
@@ -9,7 +9,6 @@ linter:
# - always_specify_types
- annotate_overrides
- avoid_annotating_with_dynamic
- avoid_as
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This lint rule was deprecated.

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.

Depricated API used
1 participant