student-hub / acs-upb-mobile

A mobile application for students at ACS UPB.
MIT License
27 stars 22 forks source link

Update to flutter 2.10.4 #331

Closed IoanaAlexandru closed 2 years ago

IoanaAlexandru commented 2 years ago

Updated packages in null_safety. Also fixed a bug with some odd events so I could test the timetable, but the fix is not fully tested and I hope it can be done on master first.

Also merged with master, since null_safety is currently behind.

Finally, ran dart fix --apply and dart fmt to apply some automated changes and clean up warnings.

acs-upb-mobile-bot commented 2 years ago
9 Warnings
:warning: Big PR
:warning: lib/authentication/service/auth_provider.dart#L258 - Prefer final for parameter declarations if they are not reassigned
:warning: lib/pages/filter/view/relevance_picker.dart#L161 - Prefer final for parameter declarations if they are not reassigned
:warning: lib/resources/storage/mobile_storage.dart#L11 - Noop primitive operations
:warning: lib/resources/storage/mobile_storage.dart#L54 - 'getImage' is deprecated and shouldn't be used. Switch to using pickImage instead
:warning: lib/resources/storage/web_storage.dart#L52 - 'getImage' is deprecated and shouldn't be used. Use [getImageAsBytes], [getImageAsWidget] or [getImageAsFile] instead.
:warning: lib/widgets/circle_image.dart#L6 - Prefer final for parameter declarations if they are not reassigned
:warning: lib/widgets/circle_image.dart#L7 - Prefer final for parameter declarations if they are not reassigned
:warning: lib/widgets/circle_image.dart#L8 - Prefer final for parameter declarations if they are not reassigned

Generated by :no_entry_sign: Danger