kaitech-corp / travelcrew

Travel App-Flutter
GNU Affero General Public License v3.0
5 stars 1 forks source link

Document all the public classes and methods #8

Closed kaitech-corp closed 2 years ago

kaitech-corp commented 2 years ago

At least document each class briefly.

Use /// as a prefix for documentation comments.'

Once this is done, uncomment the public_member_api_docs: true line in analysis_options.yaml.

Add some spaces before and after the following operators

Before and after these:

+ / * Between these: if( ){ After these: ,

kaitech-corp commented 2 years ago

Completed with the assistance of Alex.