kawi15

Results 6 issues of kawi15

Hi, I tried to implement ```MasonryGridView``` with separator between items. I used for this ```CustomScrollView``` and put two ```SliverMasonryGrid.count``` working on the same data inside separated by my custom divider....

### Steps to reproduce 1. Launching app 2. Scrolling through map ### Code sample Code sample ```dart import 'dart:async'; import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; import 'package:persistent_bottom_nav_bar_v2/persistent_bottom_nav_bar_v2.dart'; import 'package:google_maps_flutter_android/google_maps_flutter_android.dart'; import 'package:google_maps_flutter_platform_interface/google_maps_flutter_platform_interface.dart'; void...

e: device-specific
c: performance
p: maps
package
P2
team-android
triaged-android

Hi. I am wondering if it is possible with this package to: 1) push new page 2) meanwhile changing tab so, for example: I am in tab one, I tap...

Hi, I am mixing barcode scanning with taking pictures and I want to take picture only when it's QR Code visible on camera. ``` CameraAwesomeBuilder.awesome( saveConfig: SaveConfig.photo(), sensorConfig: SensorConfig.single( aspectRatio:...

### Version 5.2.3 ### Flutter Doctor Output ```shell [!] Flutter (Channel [user-branch], 3.19.0, on Microsoft Windows [Version 10.0.22631.4037], locale pl-PL) ! Flutter version 3.19.0 on channel [user-branch] at C:\Users\KarolW\Documents\flutter Currently...

Hi This is my situation: MainPage(with navBar) => subPage(withNavbar) =>Screen A(without NavBar) => Screen B(without NavBar) I am in screen B, NavBar is not present, I am using ```Navigator.of(context).popUntil((route) =>...