JackJonson / flutter_styled_toast

A Styled Toast Flutter package.
Apache License 2.0
76 stars 43 forks source link

Request: Allow widget to slide from the edge of the screen with no gap #6

Closed volgin closed 4 years ago

volgin commented 4 years ago

It will be nice to be able to slide a toast from the edge of the screen, and keep it connected to that edge with no gap.

In my design a toast takes full width of a screen, and it looks better with no gap, especially on devices with rounded corners, e.g. iPhone 11.

JackJonson commented 4 years ago

It will be nice to be able to slide a toast from the edge of the screen, and keep it connected to that edge with no gap.

In my design a toast takes full width of a screen, and it looks better with no gap, especially on devices with rounded corners, e.g. iPhone 11.

We will consider development in subsequent versions

JackJonson commented 4 years ago

It will be nice to be able to slide a toast from the edge of the screen, and keep it connected to that edge with no gap.

In my design a toast takes full width of a screen, and it looks better with no gap, especially on devices with rounded corners, e.g. iPhone 11.

The example in latest version 1.3.0 shows how to customize toast widget to make it no gap from the screen. https://github.com/JackJonson/flutter_styled_toast/blob/master/example/lib/main.dart start line 549 shows how to do.