-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pascal Welsch
committed
Jan 9, 2019
1 parent
d8d6e50
commit 4d14930
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: kotlin_dart | ||
description: Brings Kotlins standard library to Dart, including colletions (KtList, KtSet, KtMap). Unlike Darts these collections are immutable by default but offer special `Mutable` types. | ||
version: 0.4.0-alpha1 | ||
homepage: https://github.com/passsy/kt_stdlib | ||
description: This project is a port of Kotlins Standard library for Dart/Flutter projects. It includes collections (KtList, KtMap, KtSet) as well as other packages useful for every Dart/Flutter project. | ||
version: 0.4.0 | ||
homepage: https://github.com/passsy/kotlin.dart | ||
author: Pascal Welsch <[email protected]> | ||
|
||
environment: | ||
|