marcglasberg / fast_immutable_collections

Dart Package: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
BSD 2-Clause "Simplified" License
217 stars 30 forks source link

Fix CI/CD #5

Closed ghost closed 3 years ago

ghost commented 3 years ago

CI/CD was being done with flutter test --coverage, and, since the removal of Flutter as a dependency to enable this package for everything Dart-related (#4), it's gonna be necessary to recreate it with only Dart. This is much more complicated, kt.dart has gone through a lot of hoops in order to achieve it.