How can I navigate to a new page (blank) that on initstate call bottom sheet and on close of bottom sheet to close and the page
Can I do it or is wrong?
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/3bacf3e6-22d3-4f15-8a2e-264ccfdf8c86%40googlegroups.com.
After I close it I get a blank page how can I close and the page when the modal dismissed
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/1ff5683d-ef34-46d1-a231-97d9af4ade43%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/71725832-d536-4756-a785-90016d362983%40googlegroups.com.
Navigator.of(context).push(PageRouteBuilder(
opaque: false,
pageBuilder: (BuildContext context, _, __) =>
imageModal()));
I didn’t get the problem. If you need further help, would you share your code?
On Sat, May 9, 2020 at 2:49 PM Evripides Kyriacou <evri...@gmail.com> wrote:
Than you for your reply. I am new at flutter
The modal is closing when you drop down it
How can I make this
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/4578d28b-5d18-4280-aef5-dfdecb5be94e%40googlegroups.com.
Thank you again for your reply! Can you give me example of code how I can make this
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/28453824-2c7e-467f-a1d4-dbcbb07f3dd5%40googlegroups.com.