Bruno D'Luka

Results 229 comments of Bruno D'Luka
trafficstars

We stopped using react components by version 1.0.0 of fluent_ui, iirc. For me, it doesn't make sense to implement a data table directly into fluent_ui. Even on native Win, data...

You may be looking for `Snackbar` https://github.com/bdlukaa/fluent_ui/blob/master/lib/src/controls/surfaces/snackbar.dart Also, #412 should be related

Can you try on the official WinUI 3 Gallery app? To my eyes, the animation is similar

I believe it's better we wait for https://github.com/supabase-community/supabase-flutter/issues/233 to be addressed before we do any changes to the current computation method.

Please post the 'flutter doctor' and the logs

This plugin only provides support for `NativeAd`s, but you can try mine: https://pub.dev/packages/native_admob_flutter. It has support for: - [x] Customizable Native Ad - [x] Banner Ad - [x] Interstitial Ad...

That's because you're using test ads. They're likely supposed to be the same ad. Sometimes the same ad showed up for me in different screens. This is an expected behavior

I was done waiting so some days ago I started building my own library. https://github.com/bdlukaa/native_admob_flutter It's android only for now (I don't have an apple env). It allows you to...

@comlaterra because my package has a total different dynamic from this one.

@imcouri You can create a pull request with the implementation for it ([guide](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#step-2c-add-ios-platform-code-swifthm)), It'd be awesome :)