- Oct 25, 2019
-
-
Sigurd Meldgaard authored
-
- Oct 24, 2019
-
-
Sigurd Meldgaard authored
-
Sigurd Meldgaard authored
-
Sigurd Meldgaard authored
-
Jonas Finnemann Jensen authored
* Added utility for faster local testing
-
Jonas Finnemann Jensen authored
This caused ordering of keys in `Map` parsed from YAML to maintain the ordering from the YAML file. Acoording to `doc/solver.md` pub will choose the first solution it encounters during dependency resolution. However, the algorithm will choose the latest version of the package with fewest versions available, when picking the next step. Thus, this may cause pub to return a different solution. But given that the graph of packages available is not stable (as new versions can be published), the solutions cannot be expected to be stable over time. Hence, changing this ordering should be of little impact, besides reordering of messages in test cases.
-
- Oct 22, 2019
-
-
Jonas Finnemann Jensen authored
-
- Oct 21, 2019
-
-
Jonas Finnemann Jensen authored
-
Jonas Finnemann Jensen authored
-
Jonas Finnemann Jensen authored
-
- Oct 20, 2019
-
-
Jonas Finnemann Jensen authored
-
- Oct 10, 2019
-
-
Michael Thomsen authored
Add travis badge
-
Michael Thomsen authored
-
- Oct 03, 2019
-
-
Sigurd Meldgaard authored
-
- Sep 16, 2019
-
-
Jonas Finnemann Jensen authored
* Fix to show proper error message when git is not installed * Added test case for when git is not installed
-
- Sep 09, 2019
-
-
Nate Bosch authored
Fixes #2204 The phrase "doesn't depend on" can be interpreted as "doesn't use" and considered an unnecessary import. Rephrase to be more clear that the message is discussing the dependencies in pubspec.yaml.
-
- Sep 04, 2019
-
-
Jonas Finnemann Jensen authored
This documentation relates to when Dart 1.x when pub did more than fetching dependencies and pre-compiling executables.
-
Jake Champion authored
* return the hashCode of the description * use _parseDescription(description).hashCode as the hashDescription
-
- Aug 05, 2019
-
-
Jonas Finnemann Jensen authored
* Cover common use-cases with caret notation. * Test that dependency on pre-release from stable release causes usage of the pre-release. * Test that direct dependency on stable release will not be overwritten by pre-release dependency from other stable dependency. * Test limitations of backtracking for dependency on pre-releases.
-
- Jul 21, 2019
-
-
Kevin Moore authored
-
- Jul 08, 2019
-
-
Mert authored
Wrong number in graph fixed
-
- Jul 03, 2019
-
-
KyleWong authored
* Purge invalid git repository from cache before cloning. * Test cases for invalid git repositories
-
- Jun 20, 2019
-
-
Jonas Finnemann Jensen authored
-
- May 27, 2019
-
-
Jonas Finnemann Jensen authored
The `analysis_options.yaml` is not part of the package. It's for the editor, it should not affect which binaries are loaded or how dependencies are analyzer when publishing.
-
- May 24, 2019
-
-
Kevin Moore authored
Also remove codereview.settings
-
- May 23, 2019
-
-
Jonas Finnemann Jensen authored
-
Jonas Finnemann Jensen authored
-
Sigurd Meldgaard authored
Don't validate imports in `example/`.
-
Sigurd Meldgaard authored
-
Sigurd Meldgaard authored
-
- May 22, 2019
-
-
Michael Thomsen authored
Change `flutter packages` to `flutter pub`
-
- May 21, 2019
-
-
Michael Thomsen authored
-
Jonas Finnemann Jensen authored
This ensures that we always have an email and a user_id / id_token on the server.
-
- Apr 26, 2019
-
-
Nate Bosch authored
- Point users to the correct repo for problems with `pub.dev`. - Add sections to fill out with enough info to debug. - Encourage detailed features requests.
-
- Apr 20, 2019
-
-
Kevin Moore authored
-
- Apr 11, 2019
-
-
Kevin Moore authored
-
Kevin Moore authored
-
- Apr 08, 2019
-
-
Jonas Finnemann Jensen authored
-
- Apr 04, 2019
-
-
Sigurd Meldgaard authored
-
- Mar 26, 2019
-
-
Sigurd Meldgaard authored
-