1. 23 Aug, 2023 1 commit
  2. 04 Aug, 2023 1 commit
  3. 13 Jul, 2023 1 commit
  4. 05 Jul, 2023 1 commit
  5. 16 Jun, 2023 1 commit
  6. 02 Jun, 2023 1 commit
  7. 16 May, 2023 1 commit
  8. 18 Apr, 2023 1 commit
    • Samuel Abada's avatar
      Remove double.fromEnvironment from dart-define doc (#124102) · 81c3bc56
      Samuel Abada authored
      Remove double.fromEnvironment from dart-define doc.
      
      Fixes #124665 
      
      The current dart-define docs reads:
      
      ```
      Additional key-value pairs that will be available as constants from the String.fromEnvironment, bool.fromEnvironment, int.fromEnvironment, and
      double.fromEnvironment constructors.
      ```
      while dart-define-from-file reads:
      
      ```
      The path of a json format file where flutter define a global constant pool. 
      Json entry will be available as constants from the String.fromEnvironment, bool.fromEnvironment, int.fromEnvironment, 
      and double.fromEnvironment constructors; the key and field are json values
      ```
      
      <img width="1440" alt="Screenshot 2023-04-03 at 19 31 34" src="https://user-images.githubusercontent.com/31275429/229720102-2020e1a9-c1fb-470b-89e6-ffb84096a51b.png">
      
      However, there is no fromEnvironment constructor for double. The aim of this PR is to address this by removing double.fromEnvironment from help docs as stated in
      81c3bc56
  9. 14 Apr, 2023 1 commit
  10. 12 Apr, 2023 1 commit
  11. 10 Apr, 2023 1 commit
  12. 06 Apr, 2023 4 commits
  13. 04 Apr, 2023 3 commits
  14. 03 Apr, 2023 1 commit
  15. 31 Mar, 2023 1 commit
  16. 30 Mar, 2023 1 commit
  17. 29 Mar, 2023 2 commits
  18. 24 Mar, 2023 1 commit
  19. 23 Mar, 2023 2 commits
  20. 22 Mar, 2023 1 commit
  21. 21 Mar, 2023 1 commit
  22. 20 Mar, 2023 1 commit
  23. 17 Mar, 2023 2 commits
  24. 13 Mar, 2023 2 commits
  25. 08 Mar, 2023 1 commit
  26. 06 Mar, 2023 1 commit
  27. 03 Mar, 2023 2 commits
  28. 28 Feb, 2023 1 commit
  29. 27 Feb, 2023 2 commits