Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Depreciations #7

Merged
merged 3 commits into from Apr 3, 2020

Conversation

AbhayVAshokan
Copy link
Contributor

The following usages were depreciated and were replaced suitably. It does not affect what is rendered on the screen. The new usages keeps the code safe for future users.

Theme.of(context).textTheme.title => Theme.of(context).textTheme.headline6
Theme.of(context).textTheme.subhead => Theme.of(context).textTheme.subtitle1
Theme.of(context).textTheme.body1 => Theme.of(context).textTheme.bodyText2
Theme.of(context).textTheme.headline => Theme.of(context).textTheme.headline5

The following dependencies were updated in pubspec.yaml

cupertino_icons: ^0.1.2 => ^0.1.3
fl_chart: ^0.8.6 => ^0.8.7

Copy link

@yozachar yozachar left a comment

Choose a reason for hiding this comment

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

@ashishkhuraishy
Copy link
Owner

Nice one😄

@ashishkhuraishy ashishkhuraishy merged commit 2c6dde0 into ashishkhuraishy:master Apr 3, 2020
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.

None yet

3 participants