wisnuwiry / flutter_web_frame

Make Limit content size in Flutter Web/Desktop/PWA, Make your app that doesn't support responsiveness more focused on content. Demo: https://flutter-web-frame.vercel.app
https://pub.dev/packages/flutter_web_frame
MIT License
16 stars 9 forks source link

Allow clipping frame #3

Closed rbresjer closed 2 years ago

rbresjer commented 2 years ago

When navigating between pages (where the routes transitions horizontally), the old page was visible outside the container. This PR allows setting clip behavior so you can clip the container. I set it to Clip.hardEdge.

wisnuwiry commented 2 years ago

Is PR ready for merge @rbresjer ?

rbresjer commented 2 years ago

@wisnuwiry could you merge?

wisnuwiry commented 2 years ago

Available now https://pub.dev/packages/flutter_web_frame @rbresjer