mrgzi

Results 12 issues of mrgzi

### Version 2.4.1 ### Library feedback ### Flutter channel stable ### Flutter version 2.10.4 ### Platform Android ### Details I don't know what is the exact reason, I realize when...

bug

Banner bottom ads cover the send button, therefore we have to hide the banner before we show feedback. But there is another issue that appears, we don't know if the...

### Version 2.4.1 ### Library feedback ### Flutter channel stable ### Flutter version 2.10.4 ### Platform Android, iOS ### Details After pressing the submit button, the feedback widget should close....

bug

Now that we have added the CSS Grid feature [in this PR](712) and we need to change this repository name. According to me, the most suitable name for this repository...

discussion

It will be a very big issue if I cannot get the banner size. Because my project depends on it. Or at least can I get the find the banner...

enhancement

## Feature Request Since Rust is a strongly typed language, it seems sensible to check types in HTML attribute values as well. Currently, `rsx` macro allows the following usage: ```rust...

html

## Feature Request HTML includes several self-closing elements that are not designed to contain any child elements. Examples of such elements are: ```html ``` Currently, the `rsx!` macro in Dioxus...

enhancement
html
rsx

## Feature Request Multiple optional attributes are supported for html elements but it doesn't support for components. This will allow us to initialize attributes conditionaly. ```rs #[component] pub fn Text(#[props(optional)]...

enhancement

The error occurs for the `purchaseTimestamp` value. Here are the detailed logs ` E/MethodChannel#appodeal_flutter(17942): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267) E/MethodChannel#appodeal_flutter(17942): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:292) E/MethodChannel#appodeal_flutter(17942): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:319) E/MethodChannel#appodeal_flutter(17942): at io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(Unknown Source:12) E/MethodChannel#appodeal_flutter(17942): at android.os.Handler.handleCallback(Handler.java:958) E/MethodChannel#appodeal_flutter(17942):...