Skip to content

Commit

Permalink
Remove transparent color of ImageVideoUtils dialog (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajenderK7 committed Feb 1, 2023
1 parent d8b0367 commit 74544bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class ImageVideoUtils {
context: context,
builder: (ctx) => AlertDialog(
contentPadding: EdgeInsets.zero,
backgroundColor: Colors.transparent,
content: Column(
mainAxisSize: MainAxisSize.min,
children: [
Expand Down

4 comments on commit 74544bd

@singerdmx
Copy link
Owner

Choose a reason for hiding this comment

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

image

I am not the owner of this package

@singerdmx
Copy link
Owner

Choose a reason for hiding this comment

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

@Jon-Salmon can you bump the version?

@singerdmx
Copy link
Owner

Choose a reason for hiding this comment

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

Or you can do:

  flutter_quill_extensions:
    git:
      url: https://github.com/singerdmx/flutter-quill.git
      path: flutter_quill_extensions

@Jon-Salmon
Copy link
Collaborator

Choose a reason for hiding this comment

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

Done, sorry for the delay

Please sign in to comment.