Skip to content

Refactor code and remove unused imports#164

Closed
Nicole4Fox wants to merge 1 commit into
astarub:masterfrom
Nicole4Fox:master
Closed

Refactor code and remove unused imports#164
Nicole4Fox wants to merge 1 commit into
astarub:masterfrom
Nicole4Fox:master

Conversation

@Nicole4Fox

Copy link
Copy Markdown
Contributor

some small fixes - some refactoring and some unused imports. Also some small updates to readme.

@domai-tb domai-tb left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please implement a feature before requesting a merge. You can use the Draft PR feature of GitHub to convert your PR into a draft while developing.

Comment thread analysis_options.yaml

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated analysis options are already addressed in #160

Comment thread lib/pages/feed/widgets/feed_filter_popup.dart
Comment thread lib/main.dart
: (context, child) {
return MediaQuery(data: MediaQuery.of(context).copyWith(textScaleFactor: 1), child: child!);
return MediaQuery(
data: MediaQuery.of(context).copyWith(textScaler: TextScaler.noScaling),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. This was already adressed within #160 but I forgot to check the migration guide.

Note: https://docs.flutter.dev/release/breaking-changes/deprecate-textscalefactor#examples

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mensa page becomes general improvement in PR #160

Comment thread pubspec.lock

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #165 and #160

@Nicole4Fox Nicole4Fox closed this Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants