Mateus Felipe C. C. Pinto

Results 37 issues of Mateus Felipe C. C. Pinto

I am using `build-emacs-for-macos` for a while and it's really nice. However, I didn't manage to compile with Cairo and Harfbuzz. They should be default, but even if I explicitly...

If you log in the chat and stops sending messages, after a while the client will stop receiving and sending messages.

bug

I love this package and use it wherever I can, as I love functional programming. The only thing that bothers me a little is the lack of documentation. Would'nt it...

Flutter supports rendering chromatic icons. However, when I use `fontify` on a set of `.svg` files in which some of them have colors, the resulting `.otf` has a single and...

Currently, when the dependency tree has resolution problems, the code generation command throws a warning. Example: ``` [WARNING] injectable_generator:injectable_config_builder on bin/main.dart: Missing dependencies in plugin_test/bin/main.dart [A] depends on unregistered type...

Consider the following code: ```dart void main() { final (a, b) = getIntegers(); } (int, int)? getIntegers() => (0, 0); ``` The code generates the following error: ``` error: The...

feature

Currently, we can use `@JsonValue` in an enum to define what value maps to it. ```dart enum CustomType { @JsonValue('a') valueA, @JsonValue('b') valueB, @JsonValue('c') valueC, } ``` Now, I want...

**Versions:** `freezed: 2.3.2` `freezed_annotation: 2.2.0` `build_runner: 2.3.3` **Describe the bug** When using `Assert` annotation and the `message` argument has a single-quote mark (apostrophe, `'`), the build fails. **To Reproduce** Try...

bug
good first issue

**Describe the issue** Currently, converting a private widget that has no `key` parameter to a `@visibleForTesting` widget with no `key` parameter will trigger `use_key_in_widget_constructors`. There's no reason for `use_key_in_widget_constructors` to...

false-positive
P2
set-flutter

## `prefer_double_literals` ## Description A lint that warns if someone uses an `int` literal where the target should receive a `double`. Basically, the inverse of `prefer_int_literals`. ## Details Since Dart...

type-enhancement
lint-proposal
status-pending