Mobilite dev

Results 9 comments of Mobilite dev

The status return by Permission.phone.request() is correct but Permission.phone.isGranted always return denied The requestPermission method from your example : ![image](https://user-images.githubusercontent.com/54275508/128323453-3ebe0ce2-4383-47db-b195-8817d35a9b7d.png) The result : ![image](https://user-images.githubusercontent.com/54275508/128323422-f8b33f1c-3d75-4437-926f-aeeaf81d7e6e.png) I don't know if this is...

I tried it but it's not working either eventhough `rang` property is unique : ![image](https://user-images.githubusercontent.com/54275508/127668497-289ff795-6332-425d-86b6-17e82a0f8d55.png) 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