sm2017

Results 72 issues of sm2017

In couchbase's NodeJs SDK we have a `mutateIn` method to update a document, What is equivalent in Ottoman.js ? I want to increment a field (I don't want to use...

backlog

Is there any `AnimatedList` equivalent?

feature

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: v14.17.6 *...

I am using flutter bloc in my application, is success response I call `Navigator.pop` to pop the navigator, and in failure I call `Flushbar.show` to to toast error message As...

@sergi How can I send commands over HTTP proxy?

How can I detect that form is pristine that means the form values are the same as the initial values I want to disable edit button when form is pristine

When `state is FormBlocLoading` all FieldBlocBuilder like `TextFieldBlocBuilder` is hidden , How can I show them?

I am using `formBloc.myField.onValueChanges` to listen changes and on `dispose` I call `formBloc.close()` Is it require to `cancel` all `onValueChanges` on `dispose` or it's automatically handled?

How can I get the success state after `emitSuccess` ? from the FormBloc instance?

I want to use `RangeSlider` and just update values `onChangeEnd` , I have a auto save feature , and only want to save when user ended slider changing ```dart RangeSlider(...