giffy_dialog icon indicating copy to clipboard operation
giffy_dialog copied to clipboard

A Flutter package for a quick and handy giffy dialog.

Results 20 giffy_dialog issues
Sort by recently updated
recently updated
newest added

Will this support Lottie files? https://pub.dev/packages/lottie Thanks in advance!

to give more freedom to the user I modify the title and description fields from Text to RichText

current NetworkGiffyDialog implementation allows: final Text title; final Text description; can these be modified to support `var text = new RichText( text: new TextSpan( // Note: Styles for TextSpans must...

Hey All is there a way the parameters: ``` final Text title; final Text description; ``` Are not burn as Text, and can be of the type widget? so, we...

What do you think about making `title` not a mandatory parameter? When title is not provided it won't be shown on the widget, the reason for that is that sometime...

I have used the `NetworkGiffyDialog` Widget I have tried to add customized options using children inside the widget like this: ``` children: [ SimpleDialogOption( onPressed: () { Navigator.pop(context, "1"); },...

TextAlign for title text doesn't do anything, it can be start or end - nothing changes, it always stays in the center. I suggest - either remove it from example...

bug

`AssetGiffyDialog` and `NetworkGiffyDialog` are exactly the same. The only difference is that `NetworkGiffyDialog` accepts any `Widget` as `image` prop, while `AssetGiffyDialog` accepts only `Image`. Perhaps it could be simplified somehow,...

enhancement

How can you customize the button... e.g change the name, position the button vertically Add new button

hacktoberfest

Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 3.0.2 to 4.0.0. Commits 4799c49 [flutter_lints] Rev to 4.0.0; prepare for publishing (#6695) 4e79678 [pointer_interceptor] Remove implements from app-facing package (#6699) d670b2c Temporarily add empty header files...

dependencies
dart