guskuma
guskuma
When 'statuses' field is not null a new event should be triggered with statuses payload. Currently it's being ignored. It can be done adding new 'statuses' event to `PubSubEvents`.
When using SettingsTile on web trailing widget is not shown. my code: ``` return SettingsList( applicationType: ApplicationType.material, // platform: DevicePlatform.android, sections: [ SettingsSection( title: Text( 'Integrações', style: Theme.of(context).textTheme.labelLarge, ), tiles:...
When receiving a forwarded "contacts" type message, Message "data" property that was supposed to be a Contact array, turns into an object filled with Contacts and a "context" property. Adding...