Task #17
closed
Task #19: Ensure Compatibility with Flutter Web
Verify Flutter Web Compaitibility
Description
Verify that all flutter packages are compatible with Flutter Web implementation.
Updated by Fadi Hussein about 2 months ago
- Estimated time changed from 4:00 h to 2:00 h
Updated by Fadi Hussein about 2 months ago
- Parent task set to #19
Updated by Milad Khnefes about 2 months ago
The incompatible packages are:
1- flutter_local_notifications: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customize for each platform.
2- flutter_launcher_icons: A package which simplifies the task of updating the Flutter app's launcher icon.
3- flutter_phoenix (incomplete Dart analysis): to easily restart the application from scratch, losing any previous state, used after the user changes the language.
4- sqflite: Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine, used for storing exception logs before sending them to backend.
5- geocoding (no longer used, will be discarded from pubscpec.yaml in the next commit)
Updated by Milad Khnefes about 2 months ago
- Status changed from New to Closed