Miguel Vega

Results 17 comments of Miguel Vega

Same happening to me on latest version of the plugin. ``` void _foregroundMessageListener() { FirebaseMessaging.onMessage.listen((message) { final notification = message.notification; _showNotification(notification); }); } ``` ``` void _showNotification(RemoteNotification? notification) { if...

For my use case I did the following ```ts export enum FileType { IMAGE = 'image', VIDEO = 'video', PDF = 'pdf', EXCEL = 'excel', CSV = 'csv' } const...

Wrap the `` and the `` with the `` Something like this, it works for me: ``` Not found {data.map((item) => ( {item.label} )) } ```

> @huycozy yes i'm on the latest stable 3.7.11 and its happening.

I added a PR for this logo request: https://github.com/pheralb/svgl/pull/460

@RicardoHurtadoDev you can mark as completed, is merged in: https://github.com/pheralb/svgl/pull/460 You can see in: https://svgl.app/?search=json

@erickbaor you can mark as completed: See paypal logo in: https://svgl.app/?search=paypal

There is a package that continues this legacy: [timelines_plus](https://pub.dev/packages/timelines_plus)