Mobilite dev
Mobilite dev
The status return by Permission.phone.request() is correct but Permission.phone.isGranted always return denied The requestPermission method from your example :  The result :  I don't know if this is...
I tried it but it's not working either eventhough `rang` property is unique :  The result is the same as before.
Here is my full code ```dart import 'package:flutter/material.dart'; import 'package:flutter_slidable/flutter_slidable.dart'; void main() { runApp(MyApp()); } const actions = [ SlideAction( color: Color(0xFFFE4A49), icon: Icons.delete, label: 'Delete', ), SlideAction( color: Color(0xFF21B7CA),...
My future mobile app will have at less 5 databases. Each database will have between 100 and 600 tables, each table between 10 and 600 fields, that's huge, but I...
We work on multiple databases on a single database connection. So we always prefix our queries with schema-name (even if only one database is connected: with schema-name "main." prefix). We...
Hi, Thank you for you package. Any news for Windows support ?
Any news on this subject ? It would be great to have the possibility of automatically take the latest minor version somehow
I have the same problem on my android emulator. The problem is the first character is saved on the first time. I you type 'a' and select 'Alpha', next if...
Same problem here, even if file is in pubignore we still have the warning
Me too with the latest fastlane version (2.228), did you resolve this @emranovin ?