iamcosmin / Allo

A messaging app with high standards
3 stars 0 forks source link

[Notifications] Receiving notifications does not actually work. #70

Closed iamcosmin closed 2 years ago

iamcosmin commented 2 years ago

Internal: x/29

iamcosmin commented 2 years ago

After a bit of investigation, it seems that, somehow, Flutter does not include the notifications.dart library when compiling for release (and sometimes profile), leading to an inability to show server received notifications.

Logs: ``` E/flutter (32485): [ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_LookupLibrary: library 'package:allo/logic/client/notifications.dart' not found. E/flutter (32485): [ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_LookupLibrary: library 'package:allo/logic/client/notifications.dart' not found. ```
iamcosmin commented 2 years ago

Awaiting fix from package maintainer (awesome_notifications)

iamcosmin commented 2 years ago

The issue is from firebase_messaging itself not working on Flutter 3.3.0. Awaiting fix...

iamcosmin commented 2 years ago

Fix has been provided. In v314, this problem will be fixed.