issues
search
marcos930807
/
awesomeDialogs
A new Flutter package project for simple a awesome dialogs
Other
340
stars
110
forks
source link
Docs: Strong lint checks
#100
Closed
OutdatedGuy
closed
2 years ago
OutdatedGuy
commented
2 years ago
Changes
Added strict lint check rules in the
analysis_options.yaml
Refactored code to match new lint checking rules
Advantages
Provides better documentation
Easy for others to contribute
Better pub.dev docs score
Note
If PR accepted, bump version to
2.2.x
as it might contain
breaking changes
.
Changed variable type from
Function?
to
Function()?
Changes
analysis_options.yaml
Advantages
Note
2.2.x
as it might contain breaking changes.Function?
toFunction()?