{"id":14256028,"url":"https://github.com/renggli/dart-more","last_synced_at":"2025-04-05T05:08:31.549Z","repository":{"id":8180276,"uuid":"9605507","full_name":"renggli/dart-more","owner":"renggli","description":"More Dart — Literally.","archived":false,"fork":false,"pushed_at":"2025-03-21T17:38:52.000Z","size":2771,"stargazers_count":88,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T04:11:18.465Z","etag":null,"topics":["async","cache","collection","dart","flutter","formatter","functional","iterable","library","matcher","math","ordering","printer","utilities"],"latest_commit_sha":null,"homepage":"http://pub.dartlang.org/packages/more","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"okjsp/okjsp-android","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renggli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-04-22T18:12:31.000Z","updated_at":"2025-03-21T17:38:55.000Z","dependencies_parsed_at":"2023-02-18T22:31:26.610Z","dependency_job_id":"8bf68816-c24c-4efe-8278-3cef7c00dbd7","html_url":"https://github.com/renggli/dart-more","commit_stats":null,"previous_names":[],"tags_count":231,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-more","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-more/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-more/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-more/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renggli","download_url":"https://codeload.github.com/renggli/dart-more/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289428,"owners_count":20914464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","cache","collection","dart","flutter","formatter","functional","iterable","library","matcher","math","ordering","printer","utilities"],"created_at":"2024-08-22T06:01:11.515Z","updated_at":"2025-04-05T05:08:31.531Z","avatar_url":"https://github.com/renggli.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"More Dart — Literally\n=====================\n\n[![Pub Package](https://img.shields.io/pub/v/more.svg)](https://pub.dev/packages/more)\n[![Build Status](https://github.com/renggli/dart-more/actions/workflows/dart.yml/badge.svg?branch=main)](https://github.com/renggli/dart-more/actions/workflows/dart.yml)\n[![Code Coverage](https://codecov.io/gh/renggli/dart-more/branch/main/graph/badge.svg?token=b0fvRMeMBR)](https://codecov.io/gh/renggli/dart-more)\n[![GitHub Issues](https://img.shields.io/github/issues/renggli/dart-more.svg)](https://github.com/renggli/dart-more/issues)\n[![GitHub Forks](https://img.shields.io/github/forks/renggli/dart-more.svg)](https://github.com/renggli/dart-more/network)\n[![GitHub Stars](https://img.shields.io/github/stars/renggli/dart-more.svg)](https://github.com/renggli/dart-more/stargazers)\n[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/renggli/dart-more/main/LICENSE)\n\nA collection of extensively tested extensions that make Dart a better place:\n\n| Library                                                                                          | Description                                                        |\n|--------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|\n| [async](https://pub.dev/documentation/more/latest/async/async-library.html)                      | Extensions to `Stream`.                                            | \n| [cache](https://pub.dev/documentation/more/latest/cache/cache-library.html)                      | Caching strategies and their expiry policy.                        |\n| [char_matcher](https://pub.dev/documentation/more/latest/char_matcher/char_matcher-library.html) | Character classes, their composition, and operations on strings.   |\n| [collection](https://pub.dev/documentation/more/latest/collection/collection-library.html)       | Extensions to `Iterable` and new collection types.                 |\n| [comparator](https://pub.dev/documentation/more/latest/comparator/comparator-library.html)       | Common comparators, and extensions to perform advanced operations. | \n| [diff](https://pub.dev/documentation/more/latest/comparator/diff-library.html)                   | Tools for comparing lists.                                         | \n| [feature](https://pub.dev/documentation/more/latest/feature/feature-library.html)                | Information about the runtime environment.                         |\n| [functional](https://pub.dev/documentation/more/latest/functional/functional-library.html)       | Types and features known from functional programming.              |\n| [graph](https://pub.dev/documentation/more/latest/graph/graph-library.html)                      | Graph-theory objects and algorithms.                               |\n| [interval](https://pub.dev/documentation/more/latest/interval/interval-library.html)             | Continuous interval data type over a comparable type.              |\n| [math](https://pub.dev/documentation/more/latest/math/math-library.html)                         | Common mathematical functions.                                     |\n| [number](https://pub.dev/documentation/more/latest/number/number-library.html)                   | Number types: fraction, complex, quaternion.                       |\n| [printer](https://pub.dev/documentation/more/latest/printer/printer-library.html)                | Fluent interface to configure sophisticated formatter.             |\n| [temporal](https://pub.dev/documentation/more/latest/temporal/temporal-library.html)             | Extensions to `DateTime` and `Duration` types.                     | \n| [tuple](https://pub.dev/documentation/more/latest/tuple/tuple-library.html)                      | Tuple extension methods on generic records.                        |\n\nAnd there are more to come ...\n\nThis library is open source, stable and well tested. Development happens on [GitHub](https://github.com/renggli/dart-more). Feel free to report issues or create a pull-request there. General questions are best asked on [StackOverflow](https://stackoverflow.com/questions/tagged/more+dart).\n\nThe package is hosted on [dart packages](https://pub.dev/packages/more). Up-to-date [class documentation](https://pub.dev/documentation/more/) is created with every release.\n\n\nMisc\n----\n\n### Installation\n\nFollow the installation instructions on [dart packages](https://pub.dev/packages/more/install).\n\nImport the all-including parent package:\n\n```dart\nimport 'package:more/more.dart';\n```\n\nOr one or more of the specific packages into your Dart code:\n\n```dart\nimport 'package:more/async.dart';\nimport 'package:more/cache.dart';\nimport 'package:more/char_matcher.dart';\nimport 'package:more/collection.dart';\nimport 'package:more/comparator.dart';\nimport 'package:more/diff.dart';\nimport 'package:more/feature.dart';\nimport 'package:more/functional.dart';\nimport 'package:more/graph.dart';\nimport 'package:more/interval.dart';\nimport 'package:more/math.dart';\nimport 'package:more/number.dart';\nimport 'package:more/printer.dart';\nimport 'package:more/temporal.dart';\nimport 'package:more/tuple.dart';\n```\n\n### Contributing\n\nThe goal of the library is to provide a loose collection of carefully curated utilities that are not provided by the Dart standard library. All features must be well tested. New features must have significant advantages over alternatives, such as code reduction, readability improvement, speed increase, memory reduction, or improved accuracy. In case of doubt, consider filing a feature request before filing a pull request.\n\n### History\n\nThis library started in April 2013 as I was working through the puzzles of [Project Euler](https://projecteuler.net/) and encountered some missing features in Dart. Over time the code grew and became _more_ useful in many other places, so I created this reusable library.\n\nSome parts of this library are inspired by similar APIs in [Google Guava](https://github.com/google/guava) (Google core libraries for Java) and [Apache Commons](https://commons.apache.org/) (a repository of reusable Java components).\n\n### License\n\nThe MIT License, see [LICENSE](https://github.com/renggli/dart-more/raw/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenggli%2Fdart-more","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenggli%2Fdart-more","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenggli%2Fdart-more/lists"}