dart_kollection 0.3.2 copy "dart_kollection: ^0.3.2" to clipboard
dart_kollection: ^0.3.2 copied to clipboard

discontinuedreplaced by: kt_dart

Brings Kotlins colletions (List, Set, Map) to Dart. Unlike Darts collections kollections are immutable by default but offer special `Mutable` types.

Kollection #

Pub

Deprecated #

Please migrate to kt.dart #

This package has been renamed to kt.dart. All code can be found here.

Upgrade #

pubspec.yaml

dependencies:
-  dart_kollection: ^0.3.0
+  kt_dart: ^0.5.0

your_source.dart

- import 'package:dart_kollection/dart_kollection.dart';
+ import 'package:kt_dart/kt.dart';

License #

Copyright 2018 Pascal Welsch

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Brings Kotlins colletions (List, Set, Map) to Dart. Unlike Darts collections kollections are immutable by default but offer special `Mutable` types.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

More

Packages that depend on dart_kollection