Hugo Delaunay
Hugo Delaunay
Is this a convention or something like that ?
I've never encountered this problem before. Do you have a code snippet or something like that ?
It's just an order in the code, it doesn't have any effect while in use. But you can try it if you want by forking the project :wink:
You can use `MediaQuery.platformBrightnessOf(context)` to get the system's brightness.
I think it's a bit out of purpose for this plugin. But I've already implemented something like that in [one of my apps](https://github.com/Skyost/Bacomathiques/blob/app/lib/app/dialogs/theme_mode.dart#L47).
> it's very hard to resize this Agreed. For you now you could use something like a [`Transform`](https://api.flutter.dev/flutter/widgets/Transform/Transform.scale.html) widget. > on mobile and web the size is different for the...
With `PageView` you can't make more than one page visible to the user.
I'm affraid it's currently impossible. But feel free to submit a pull request implementing your idea.
Not possible currently, see #22.
I think it's pretty related to #19 ?