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

fix: migrate to flutter 2.5 #144

Merged
merged 5 commits into from
Oct 3, 2021
Merged

fix: migrate to flutter 2.5 #144

merged 5 commits into from
Oct 3, 2021

Conversation

manjotsidhu
Copy link
Member

@manjotsidhu manjotsidhu commented Oct 1, 2021

Fixes #135, Fixes #138

Migrate to Flutter 2.5

Changes :

Signed-off-by: Manjot Sidhu <manjot.techie@gmail.com>
@RakeshSeervi
Copy link
Contributor

the iOS build failed for me locally...

I followed this answer and the build was successful.

Does this help?

@manjotsidhu
Copy link
Member Author

the iOS build failed for me locally...

I followed this answer and the build was successful.

Does this help?

Thanks @RakeshSeervi, could you make a Pull Request to fix-135 branch with the changes that were made by the steps you followed ?

@RakeshSeervi
Copy link
Contributor

sure, sending it right away

primaryIconTheme: Theme.of(context).primaryIconTheme.copyWith(
color: Colors.white,
),
accentColor: IbTheme.primaryColor,
appBarTheme: AppBarTheme(
foregroundColor: Colors.white, backgroundColor: IbTheme.primaryColor),
Copy link
Member

Choose a reason for hiding this comment

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

Don't miss trailing commas please, leads to better formatting.

lib/ib_theme.dart Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants