-
Notifications
You must be signed in to change notification settings - Fork 32
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
chore: Clear Up Info Messages for at_widget packages using flutter 3.23 beta channel #860
Merged
CurtlyCritchlow
merged 29 commits into
trunk
from
859-clear-up-info-messages-from-flutter-analyze-flutter-beta-323-edition
Jun 17, 2024
Merged
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ec3df0e
chore: packages updated and Avoid using private types in public APIs …
CurtlyCritchlow 6efb3ff
chore: missing dependencies added.
CurtlyCritchlow 80fe60b
chore: invalid use of private type in public API. info message fixed.
CurtlyCritchlow 7829bea
chore: missing dependencies added to pubspec.yaml
CurtlyCritchlow 0456661
chore: Invalid use of a private type in a public API info message fixed.
CurtlyCritchlow e444a6f
chore: add missing dependency for at_event_flutter example app.
CurtlyCritchlow 03453dc
fix: Invalid use of a private type in a public API info message fixed…
CurtlyCritchlow 2cee068
chore: missing dependencies add to at_location_flutter
CurtlyCritchlow f1ce1c3
fix: invalid use of private type in public API info message fixed.
CurtlyCritchlow fe93d34
fix: Invalid use of private type in public API info message fixed in …
CurtlyCritchlow 5ef656d
fix: depreciated ButtonBar replaced with OverflowBar.
CurtlyCritchlow 599f2d4
chore: missing dependencies for example app added in at_notify_flutter
CurtlyCritchlow 46a7745
fix: Invalid use of a private type in a public API info message fixed…
CurtlyCritchlow 8553aa0
fix: Don't use 'BuildContext's across async gaps info message fixed i…
CurtlyCritchlow 627dbda
chore: missing dependencies added to example app of at_sync_ui_flutter.
CurtlyCritchlow a786496
fix: invalid use of a private type in a public API info messages reso…
CurtlyCritchlow aefe6b2
fix: The 'child' argument should be last in widget constructor invoca…
CurtlyCritchlow c3ca5e2
fix: 'onPopInvoked' is deprecated and shouldn't be used info message …
CurtlyCritchlow ca3560e
fix: Don't use 'BuildContext's across async gaps info message fixed i…
CurtlyCritchlow bb58cb7
fix: Don't use 'BuildContext's across async gaps info message fixed i…
CurtlyCritchlow 52c5046
fix: Don't use 'BuildContext's across async gaps info messaged in at_…
CurtlyCritchlow cf11eb5
fix: Don't use 'BuildContext's across async gaps in exampe app of at_…
CurtlyCritchlow 138f418
fix: don't use 'BuildContext's across async gaps in example app of at…
CurtlyCritchlow e6367a1
fix: Don't use 'BuildContext's across async gaps in example app of at…
CurtlyCritchlow ab05d31
fix: Don't use 'BuildContext's across async gaps in at_onboarding_flu…
CurtlyCritchlow c9daf77
fix: reverted back to onPopInvoked since onPopInvokedWithResult is no…
CurtlyCritchlow aff1b75
fix: ignore: deprecated_member_use added to temporarily suppress info…
CurtlyCritchlow d3f4173
Merge branch 'trunk' into 859-clear-up-info-messages-from-flutter-ana…
CurtlyCritchlow b56e7fd
chore: updated package to 2.0.14
CurtlyCritchlow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not 4.0.0 here?