- Oct 24, 2019
-
-
Sigurd Meldgaard authored
-
- 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 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
-
Sigurd Meldgaard authored
-
- Mar 22, 2019
-
-
Nate Bosch authored
This was incorrectly removed in #1972. In the case of the `lish` command the default was unused, but the `uplaoders` command still used it.
-
- Mar 08, 2019
-
-
Jonas Finnemann Jensen authored
-
- Mar 05, 2019
-
-
Nate Bosch authored
Fixes #2024 There is nothing that requires a library name to be a valid Dart identifier, and it's common practices to at least have `part of` files which include a `.` in the file name.
-
- Feb 28, 2019
-
-
Jonas Finnemann Jensen authored
-
- Feb 27, 2019
-
-
Kevin Moore authored
Fixes https://github.com/dart-lang/pub/issues/2066
-
Kevin Moore authored
-