Marcos Kobuchi

Results 10 issues of Marcos Kobuchi

Fixes #267 This PR upgrade Android plugin API to v2 while still mantaining support for older versions.

Hello! I'm having some problems using the facebook plugin since flutter upgrade to version 1.17, two days ago (6 May). I use it on a flutter module embedded in an...

## Implements Hello! I implemented a way to type text without needing to pass a locator. Usage: ```robot Click Text E-mail Input Text ${None} [email protected]\n Clear Text ${None} ``` It...

Implementation for `@Embed` annotation based on #328 by @hsul4n. In this approach, you declare an `Embed` class exactly like you declare an `Entity`, with support for `ColumnInfo` annotation too. ```...

Hello! It seems TypeConverters has an issue when using null safe. This is my class, with a null variable and another non null variable: ``` @JsonSerializable() class MyClass { MyClass({...

feature

I would like to suggest a new feature inspired by json_serializable. The naming convention for Dart is lowerCamelCase. As SQL is a commonly used database, everyone has its preferences for...

feature

Hello all! When I insert an object into the database, I can get a int value as the id of my object. Is there a way to auto-fill the respective...

feature

Hello all! Just wondering if I can add files and folders to project without adding to target (like fileGroup) but keeping the tree structure. Maybe something like this? ``` targets:...

### Describe the bug When using `@storybook/native-components` with Storybook, the `EmulatorRenderer` component consistently renders at the bottom of the documentation page, regardless of its position in the MDX or TSX...

bug

Hello! I'm using this plugin but it seems I cannot simulate some keyboard events like pressing enter. I would like to know if there is a way for that. I...