cedvdb

Results 85 issues of cedvdb

Example was not running on android because of faulty imports

This effectively adds setup intent support for any kind of payment method on the web. This adds [ConfirmSetup](https://docs.stripe.com/js/setup_intents/confirm_setup) to stripe web as confirmSetupIntent is deprecated. I used [ConfirmPayment] as a...

blocked by #1959 do not merge before #1959 is merged ------------------- This effectively adds setup intent support for any kind of payment method on the web. This adds [ConfirmSetup](https://docs.stripe.com/js/setup_intents/confirm_setup) to...

Fix #1955 Add public api exports but is done in a non recommended way, so I added a TODO that I do not intend to fix myself.

A whole bunch of classes in the web are not exported stuff like : ``` final js.PaymentElementDefaultValues? defaultValues; final js.PaymentElementBusiness? business; final js.PaymentElementOptionsTerms? terms; final js.PaymentElementWalletOptions? wallets; final js.PaymentElementApplePayOptions? applePay;...

needs triage

`Column` and `Row` have a new spacing parameter. Supporting it would help keeping the apis similar

It may seem out of scope but for quality of life, a parameter to add a changelog entry would be helpful when running in CI eg: ``` dart pub bump...

type-enhancement

**Description:** Dart’s `test` package currently follows a convention where all test files are expected to reside within the `test/` directory. While this structure works well for many projects, it does...

package:test

A listener is useful for: - redirection etc. on success - showing an error toast when the stream contains a result with an error (example: loginState.error)

### Named argument As opposed to named parameters, named arguments is about using the parameter name on the call site. Named arguments enable you to specify an argument for a...

feature