Helio S. Junior
Helio S. Junior
Please, add suport for diff, like this [example](https://stackoverflow.com/questions/40883421/diff-syntax-highlighting-in-github-markdown): ```diff public class Hello1 { public static void Main() { - System.Console.WriteLine("Hello, World!"); + System.Console.WriteLine("Rock all night long!"); } } ```
method `.show()` and `.smoothToShow()` doesn't start, doesn't show nothing :(
fix #80 I also refactored `noOverlay` prop setting a default value.
I have `Order` connected by HasMany relation with `OrderItem`, the insert method looks pretty good, but about update, I think its missing to create item if not exists Imagine I...
This PR is a MVP of #10, which will allow users to use SailorConsumer as a Builder Example ```dart class PageWithSailorConsumer extends StatelessWidget { @override Widget build(BuildContext context) { return...
> 35 out of 35 API elements have no dartdoc comment.Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use...
I'd like to suggest this feature, which I've made locally on my project, it helped me to access in a less verbose way :) But there is the problem of...
## Current behavior I'm not able to type freely in the field when the field already have an initial value Only works if I clear all the field value ##...
### What Happened Giving the following structure with nested blocks: ``` beforeEach(fn () => dump('root block called')); describe('#block1', function () { beforeEach(fn() => dump('#block1')); describe('#block1->subBlock#1', function () { beforeEach(fn() =>...