Skip to content

Enable 'bold' with ctrl+b on flutter web #19

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

Merged
merged 2 commits into from
Feb 10, 2021
Merged

Enable 'bold' with ctrl+b on flutter web #19

merged 2 commits into from
Feb 10, 2021

Conversation

rish07
Copy link
Collaborator

@rish07 rish07 commented Feb 10, 2021

No description provided.

@rish07 rish07 requested a review from singerdmx February 10, 2021 12:22
@rish07 rish07 requested a review from singerdmx February 10, 2021 17:21
return imageUrl.startsWith('http')
? Image.network(imageUrl)
: Image.asset(imageUrl);
switch (kIsWeb) {
Copy link
Owner

Choose a reason for hiding this comment

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

Can we not use switch here? Just if else should suffice

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

@singerdmx singerdmx merged commit d74e18a into singerdmx:master Feb 10, 2021
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