-
Notifications
You must be signed in to change notification settings - Fork 505
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
Migrated package [navbar][input] to null-safety #75
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
8401c12
reset and migrated package [rating] to null-safety.
jojinshallar 2c46fc3
Merge branch 'LianjiaTech:null-safe' into null-safe
jojinshallar 34e0240
Migrated package [selectcity] to null-safety
jojinshallar 953a7bd
修改ISuspensionBean抽象类相关子类的空字段问题。
jojinshallar 5cfae82
Migrated package [noticebar] to null-safety
jojinshallar cc6e337
Merge branch 'LianjiaTech:null-safe' into null-safe
jojinshallar b9a43c9
1.Migrated package [radio] to null-safety;
jojinshallar b74fb04
Merge branch 'LianjiaTech:null-safe' into null-safe
jojinshallar 3ebc04d
Migrated package [guide] to null-safety
jojinshallar c3ec433
Merge branch 'LianjiaTech:null-safe' into null-safe
jojinshallar c577d4a
Migrated package [navbar][input] to null-safety
jojinshallar 923f253
Merge branch 'LianjiaTech:null-safe' into null-safe
jojinshallar 5745ee6
Optimized codes in brn_appbar.dart
jojinshallar 865e46f
Merge branch 'LianjiaTech:null-safe' into null-safe
jojinshallar e75f5a7
Merge remote-tracking branch 'origin/null-safe' into null-safe
jojinshallar 7c5c7a6
Restore partial modification
jojinshallar 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
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.
line 164 会不会有问题,因为 maxLength可空
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.
不会。因为BrnInputText的maxLength是非空类型,【148行的maxLength】的值是由【BrnInputText的maxLength】传递过去的。