Günter Zöchbauer
Günter Zöchbauer
Is this about https://pub.dartlang.org/packages/google_maps_flutter Please provide more information.
Please consider asking support questions in one of the other channels listed at http://flutter.io/support .
@Gavmcdonald Using "add reaction" on the initial comment would increase priority while `+1` comments are rather pointless and cause lots of people to get notified for no reason. To get...
Please consider asking support questions in one of the other channels listed at http://flutter.io/support .
To investigate we would need a minimal runnable reproduction ideally published as a GitHub repo.
Could be related to #13211
... or perhaps #19377 because with my example I get  ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp(...
> doesn't really looked nice How does it not look nice? What should be different for it to look nice? Perhaps you just want a https://docs.flutter.io/flutter/widgets/PageView-class.html instead of the Navigator.
What would need to be different for it to look nice? Perhaps https://stackoverflow.com/questions/51548451/flutter-drawer-below-appbar ?
@The-Redhat > On android you have `getActionBar` and I'd suggest to ask on StackOverflow how to do this in Flutter.