Skip to content

Question: Why portal #1

@SebastienBtr

Description

@SebastienBtr

I was wondering why this package needs flutter_portal, which requires additional configuration from the user, wasn't it possible to use the native ModalBottomSheet?

showModalBottomSheet<void>(
  context: context,
  builder: (BuildContext context) {
     return Widget();
  },
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions