guyluz11 / infinite_horizons

Using this app your study and work session efficiency can increase dramatically by following methods that got approved by science
GNU Affero General Public License v3.0
16 stars 11 forks source link

Dart analysis use string buffer #127

Closed guyluz11 closed 3 months ago

guyluz11 commented 4 months ago

Please fix the error in dart analysis

Use a string buffer rather than '+' to compose strings. (Documentation) Try writing the parts of a string to a string buffer.

guyluz11 commented 3 months ago

Done