Marcello Câmara

Results 31 comments of Marcello Câmara

@PavieOlivier > flutter run -d chrome --webrenderer html ( this will run the app ) > > Flutter build web --web-renderer html --release (for production) > > It will work...

@Rishyash > For those who are getting these crash as fatal crash. https://medium.com/@rishyash8/flutter-firebase-crash-report-because-of-connection-closed-before-full-header-was-received-7ace6e84bc5d By doing this you're ignoring this exceptions and not logging them into Firebase Crashlytics. I think we...

Same error here This error appears when there is a lot of images on the same screen This package is not able to download every one in the same time...

> For now, you can use ad load calls to build up a cache of preloaded ads before you intend to show them, so that ads can be shown with...

I've created an example app: https://github.com/marcellocamara/issues/blob/master/Flutter3Excel/lib/main.dart

> This works !!! This works because you're setting the desugaring configurations. The point is: you are using **scheduled notifications**? If you're **not** using it, you should **not implement this...

@Abdulah-butt could you provide a repository link of your example code for MaikuB investigate ?

> @jt274 > FirebaseAppCheck.instance.setDebugProviderToken(MY_TOKEN); This method will allow us to simplify the use of the same token in a project with many developers. Adds token by token (each developer generating...

Bacana esta API, parabenizo pela iniciativa. Fiz um aplicativo de loterias, porém não usei esta API. Android: https://play.google.com/store/apps/details?id=marcello.dev.loterias iOS: https://apps.apple.com/app/id6478125067 ![Captura de Tela 2024-05-14 às 00 32 33](https://github.com/guto-alves/loterias-api/assets/18273071/a5d3fb86-449d-4132-88e3-6d9095752aee) Estava procurando...

@MaikuB, this section of readme says `to support scheduled notifications` : https://pub.dev/packages/flutter_local_notifications#gradle-setup I'm **not using scheduled notifications** on my app, just the default notification. I **can't build** my app without...