Skip to content
Snippets Groups Projects
  1. Jan 10, 2020
  2. Jan 09, 2020
  3. Jan 06, 2020
  4. Jan 03, 2020
    • Nate Bosch's avatar
      Fix existing hints and lints (#2290) · 0eea0c44
      Nate Bosch authored
      Fix 2 cases of `prefer_final_fields`. Fix some unnecessary_lambda
      surfaced by making one field final.
      
      Add a missing return on an argument to `List.map`.
      
      Change the argument type on some utility methods to allow a function
      returning `FutureOr` to avoid hints about missing returns on methods
      expected to return a `Future`.
      0eea0c44
  5. Jan 02, 2020
  6. Dec 12, 2019
    • Sigurd Meldgaard's avatar
      Don't precompile on pub get/upgrade by default (#2277) · 4d8ecbd4
      Sigurd Meldgaard authored
      And only precompile the single desired executable on pub run.
      
      `pub run` will avoid printing "precompiling executable..." if we don't have a terminal attached.
      That allows the output of `pub run` to be piped but still explains the user where time is going on first run of eg. pub run test in the terminal.
      
      This does not change pub global behavior. We probably want to continue recompiling all executables on pub global activate.
      
      `pub get` still allows --precompile for those who prefer the old behavior.
  7. Dec 03, 2019
  8. Nov 11, 2019
  9. Oct 29, 2019
  10. Oct 28, 2019
  11. Oct 25, 2019
  12. Oct 24, 2019
  13. Oct 22, 2019
  14. Oct 21, 2019
  15. Oct 20, 2019
  16. Oct 10, 2019
  17. Oct 03, 2019
  18. Sep 27, 2019
  19. Sep 16, 2019
  20. Sep 09, 2019
  21. Sep 04, 2019
  22. Aug 05, 2019
    • Jonas Finnemann Jensen's avatar
      Test more pre-release behavior. (#2175) · 92b52682
      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.
  23. Jul 21, 2019
  24. Jul 08, 2019
Loading