Skip to content

Commit

Permalink
Doc improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Jan 1, 2025
1 parent 9262716 commit 7c33027
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 11.0.0
## 11.0.1

* Sponsored by [MyText.ai](https://mytext.ai)

Expand Down
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
[![](./example/SponsoredByMyTextAi.png)](https://mytext.ai)

[![Pub popularity](https://badgen.net/pub/popularity/fast_immutable_collections)](https://pub.dev/packages/fast_immutable_collections)
<a href="https://codecov.io/gh/marcglasberg/fast_immutable_collections/"><img src="https://codecov.io/gh/marcglasberg/fast_immutable_collections/branch/master/graphs/badge.svg" alt="Codecov.io Coverage" /></a>
[![Pub Version](https://img.shields.io/pub/v/fast_immutable_collections?style=flat-square&logo=dart)](https://pub.dev/packages/fast_immutable_collections)
[![GitHub stars](https://img.shields.io/github/stars/marcglasberg/fast_immutable_collections?style=social)](https://github.com/woltapp/fast_immutable_collections)
![Code Climate issues](https://img.shields.io/github/issues/marcglasberg/fast_immutable_collections?style=flat-square)
![GitHub closed issues](https://img.shields.io/github/issues-closed/marcglasberg/fast_immutable_collections?style=flat-square)
![GitHub contributors](https://img.shields.io/github/contributors/marcglasberg/fast_immutable_collections?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/marcglasberg/fast_immutable_collections?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/marcglasberg/fast_immutable_collections?style=flat-square)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)
[![Developed by Marcelo Glasberg](https://img.shields.io/badge/Developed%20by%20Marcelo%20Glasberg-blue.svg)](https://glasberg.dev/)
[![Wolt on pub.dev](https://img.shields.io/pub/publisher/fast_immutable_collections.svg)](https://pub.dev/packages/glasberg.dev/publisher)
[![Platforms](https://badgen.net/pub/flutter-platform/fast_immutable_collections)](https://pub.dev/packages/fast_immutable_collections)


# Fast Immutable Collections

<p align="center">
<img src="https://raw.githubusercontent.com/marcglasberg/fast_immutable_collections/master/assets/logo.png" alt="Logo" />
</p>

<p align="center">
<a href="https://pub.dartlang.org/packages/fast_immutable_collections"><img src="https://img.shields.io/pub/v/fast_immutable_collections.svg"></a>
<a href="https://codecov.io/gh/marcglasberg/fast_immutable_collections/"><img src="https://codecov.io/gh/marcglasberg/fast_immutable_collections/branch/master/graphs/badge.svg" alt="Codecov.io Coverage" /></a>
</p>

> _This package is brought to you by <a href="https://github.com/psygo">Philippe Fanaro</a>, and
myself,
<a href="https://github.com/marcglasberg">Marcelo Glasberg</a>._
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fast_immutable_collections
description: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
version: 11.0.0
version: 11.0.1
homepage: https://github.com/marcglasberg/fast_immutable_collections
topics:
- collections
Expand Down

0 comments on commit 7c33027

Please sign in to comment.