You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should limit/remove instances of late and late final variables within classes since there may be usage patterns that we have not anticipated that could cause late initialization errors.
eliasyishak
changed the title
Refactor to remove late/late final variables throughout source code
Refactor to remove late/late final variables throughout AnalyticsImpl code
Mar 6, 2024
eliasyishak
changed the title
Refactor to remove late/late final variables throughout AnalyticsImpl code
Refactor to remove late variables + clean up cyclic dependencies
Mar 7, 2024
We should limit/remove instances of
late
andlate final
variables within classes since there may be usage patterns that we have not anticipated that could cause late initialization errors.Referenced in this issue:
Analytics.userProperty
#239 (comment)PRs with changes to remove
late
andlate final
:AnalyticsImpl
: Refactoring to remove late variables and cyclic dependencies #247The text was updated successfully, but these errors were encountered: