anqit

Results 6 issues of anqit

title pretty much sums it up, would love to be able to use this library in dart pad!

suggested-package

Currently, for collection-for's on nullable collections, we need a null check: ```dart List? myInts = ...; if (myInts != null) { for (final i in myInts) { // use i...

feature

**Is your feature request related to a problem? Please describe.** Certain properties on `NumberFormat` objects behave or are configured differently, according to the specific use case. For example, the `decimalDigits`...

type-enhancement
package:intl

Is it possible to add support for selecting/ displaying multiple ranges at the same time?

It would be nice if `context.transaction` didn't require the passed in `ZIO` to have a `Throwable` as the error type, and could allow and rollback on any error type. Not...

**Is your feature request related to a problem? Please describe.** I am trying to create an `Endpoint` with multiple output error possibilities, and was hoping the combined error type would...

enhancement
💎 Bounty