Baptiste Seux
Baptiste Seux
### Feature description It would be nice to be able to choose with a checkbox/switch to display or not in the backoffice the columns CreatedAt, UpdatedAt, Id ### Use case...
I'd like to obscure the full card number except the last 4 chars:  I guess it would be replacing this hard coded value with a param? 
Hi everyone, i've implemented the scanner in a Stack widget and customized the onDetect callback. When arriving on the page containing the Scanner, i'm getting very often: `flutter: MobileScanner: Called...
Hi! I'm wondering if there is an easy way to keep the exact same behaviour/layout as tinder swiper but with removing the opacity when swiping? Thanks in advance :)
**Plugin name** flutter_onboarding_slider **Describe the bug** Here is my OnBoardingPage with the Slider: ```dart class OnBoardingPage extends StatelessWidget { const OnBoardingPage({super.key}); @override Widget build(BuildContext context) { return OnBoardingSlider( headerBackgroundColor: Theme.of(context).colorScheme.background,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 9.1.1 ### What you'd like to happen ```Markdown First of all,...
Hi, i am using the last version of the package 8.1.7. When I use saveFile() and a file with the same filename already exists, it increments but after the actual...
Hi, I am using the last version 1.4.0. I compile on Android 35 (emulator API 35), flutter clean, uninstall/reinstall the app, copied/paste the example project and a get this error:...