Jérémy GILES
Results
2
issues of
Jérémy GILES
Hello, I created a Flutter Module with a simple Camera screen that I use at the root of the (main) module. There are 2 variants: Full & Partial screen. Not...
platform-android
plugin
p: first party
a: existing-apps
p: camera
has reproducible steps
P4
found in release: 2.2
found in release: 2.6
Hello, we are encountering a problem using data_table_2 when it is within a `SliverMainAxisGroup` / `SliverToBoxAdapter`. ```dart SliverMainAxisGroup( slivers: [ SliverToBoxAdapter( child: Padding( padding: const EdgeInsets.all(16), child: Row(...), ), SliverToBoxAdapter(...