1. c5ef959 Fix timezone CI (#299) by Moritz · 2 weeks ago main timezone-v0.11.0
  2. 0aca541 Merge pull request #296 from dart-lang/merge-timezone-package by Moritz · 2 weeks ago
  3. d358334 Bump the github-actions group across 1 directory with 3 updates (#298) by dependabot[bot] · 3 weeks ago
  4. 3398a6a Add health workflow (#297) by Moritz · 3 weeks ago
  5. 5317d48 Moving changes by Moritz · 4 weeks ago
  6. 484dc59 Add issue template and other fixes by Moritz · 4 weeks ago
  7. f5540b2 Merge package:timezone into the labs monorepo by Moritz · 4 weeks ago
  8. 9efce24 Merge pull request dart-lang/timezone#229 from induwara-amaranga/master by Moritz · 4 weeks ago
  9. f539f0b Merge branch 'master' into master by Moritz · 4 weeks ago
  10. c9e861c Merge pull request dart-lang/timezone#231 from lrhn/tweak-lrn by Moritz · 4 weeks ago
  11. 6b7a1ab fix typo by Moritz · 4 weeks ago
  12. b1c3ffc Rebase by Moritz · 4 weeks ago
  13. c02f923 Tweaks and anti-bug-ensurence. by Lasse R.H. Nielsen · 5 weeks ago
  14. 6d6be7e Merge pull request dart-lang/timezone#234 from srawlins/generateCommonTZNames by Moritz · 4 weeks ago
  15. 8ce2903 add changelog by Moritz · 4 weeks ago
  16. bfe148c remove slash by Moritz · 5 weeks ago
  17. 4368921 regenerate by Moritz · 5 weeks ago
  18. 3d0d979 Generate common timezones by Moritz · 5 weeks ago
  19. 91706e5 Merge pull request dart-lang/timezone#232 from srawlins/makeOffsetDuration by Moritz · 4 weeks ago
  20. 9236d25 make final by Moritz · 4 weeks ago
  21. f52b883 make offset a duration by Moritz · 5 weeks ago
  22. de3734c Add issue template (dart-lang/timezone#233) by Moritz · 4 weeks ago
  23. 7927b91 Fix typo (dart-lang/timezone#235) by Moritz · 4 weeks ago
  24. 45da1d2 Merge pull request dart-lang/timezone#225 from gazialankus/patch-1 by Moritz · 5 weeks ago
  25. 3bac9d4 Bump SDK and update TZ database (dart-lang/timezone#230) by Moritz · 5 weeks ago
  26. 34eb989 Replace direct assignment with setLocalLocation method. by S.G induwara amaaranga · 7 weeks ago
  27. 191512b docs(unix_api): Add more details on the implementation (#294) by Brian Quinlan · 9 weeks ago
  28. c378a7a chore(unix_api): Switch to using the stable channel for CI (#293) by Brian Quinlan · 2 months ago
  29. 6ac7673 unix_api: Add support for pthreads (#288) by Brian Quinlan · 3 months ago
  30. 627ff47 [jot] Fix badge link in README.md (#292) by Kevin Moore · 3 months ago
  31. 7415ba0 update the CODEOWNERS file (#290) by Devon Carew · 3 months ago
  32. 5a8c806 Update README.md (#291) by Devon Carew · 3 months ago
  33. cbf6c71 Bump the github-actions group with 3 updates (#280) by dependabot[bot] · 3 months ago
  34. e3e14ed add a comment to lib/src/display.dart (#289) by Devon Carew · 3 months ago
  35. 9fced22 contribute package:jot to dart-lang/labs (#287) by Devon Carew · 3 months ago
  36. 96c5a16 Add support for some mmap.h functions (#286) by Brian Quinlan · 3 months ago
  37. b1faa8c Convert .json config files to .yaml (#284) by Brian Quinlan · 4 months ago
  38. 96c7e14 [unix_api]: Save and restore `errno` between unix api calls (#281) by Brian Quinlan · 4 months ago
  39. 836d66e [gcloud] Add `orderingKey` to PubSub Message type (#279) by Bryan Oltman · 4 months ago gcloud-v0.9.0
  40. db3b28f [unix_api] Generate functions if their types are understood by dart:ffi (#273) by Brian Quinlan · 4 months ago
  41. 0053a95 Clarified that package does not provide current timezone by Gazihan Alankuş · 4 months ago
  42. e0d5874 [io_file]: Remove --enable-experiment=native-assets flag (now always set) (#276) by Brian Quinlan · 4 months ago
  43. 78e6307 Remove `--enable-experiment=native-assets` flag (now always set) (#274) by Brian Quinlan · 4 months ago
  44. c6178cd Extract the `io_file` POSIX API into a separate package (#272) by Brian Quinlan · 4 months ago
  45. 6648124 Further reduce tests' dependency on `dart:io` (#265) by Brian Quinlan · 5 months ago
  46. a01ccdf feat: Add an exists method to FileSystem (#271) by Brian Quinlan · 5 months ago
  47. 56b9d74 Fixes to dartdoc in FileSystem (#270) by Brian Quinlan · 5 months ago
  48. 77464e7 Add removeFile (#268) by Brian Quinlan · 5 months ago
  49. 488cabf Place FileSystem public method in alphabetical order (#266) by Brian Quinlan · 5 months ago
  50. 3a4cff3 Retry on test failure (#267) by Brian Quinlan · 5 months ago
  51. 7773819 Decouple more tests from `dart:io` (#255) by Brian Quinlan · 6 months ago
  52. 595b81e Add a generator script to regenerate native bindings (#264) by Brian Quinlan · 6 months ago
  53. 9ea41b1 Work around an incorrect error code on iOS/Android when opening a directory (#260) by Brian Quinlan · 6 months ago
  54. aaa25f9 update to the latest version of protoc_plugin (#263) by Devon Carew · 6 months ago
  55. ec5a025 Implement file copying (#257) by Brian Quinlan · 6 months ago
  56. 35e33ea Fix a memory leak while changing permissions (#259) by Brian Quinlan · 6 months ago
  57. b1720ed Use supported kotlin version (#261) by Brian Quinlan · 6 months ago
  58. 96ce30f Update the CI to use the minimum Android version supported by Flutter (#262) by Brian Quinlan · 6 months ago
  59. 1c88921 Use malloc free when allocating with malloc (#258) by Brian Quinlan · 6 months ago
  60. 383a038 Support recursively deleting long file names on Windows (#256) by Brian Quinlan · 6 months ago
  61. 2f625ce Add the ability to test a `FileSystem` without using `dart:io` explicitly (#254) by Brian Quinlan · 7 months ago
  62. 56cf33d Switch to using package exceptions instead of dart:io exceptions. (#253) by Brian Quinlan · 7 months ago
  63. 525ce08 Design a exception hierarchy for io_file (#250) by Brian Quinlan · 7 months ago
  64. 9b1fffb Bump subosito/flutter-action from 2.19.0 to 2.21.0 in the github-actions group (#252) by dependabot[bot] · 7 months ago
  65. 8c59f9a Add a test to verify that virtual files can be written to (#251) by Brian Quinlan · 7 months ago
  66. dcdc798 Support long paths and getting/setting the current working directory (#236) by Brian Quinlan · 7 months ago
  67. b4408c0 rev to the latest package:protoc_plugin version; regenerate the proto files (#249) by Devon Carew · 7 months ago
  68. 4d7bb45 Enable tests on Android (#248) by Brian Quinlan · 7 months ago
  69. 676b45f Enable tests on iOS (#247) by Brian Quinlan · 7 months ago
  70. d0966d6 add an initial test (#246) by Devon Carew · 7 months ago
  71. 4cc1f78 add an example use of firestore (#240) by Devon Carew · 7 months ago
  72. b98349f Use the required version of package:win32 (#244) by Brian Quinlan · 8 months ago
  73. f896197 Implement `removeDirectoryTree` on POSIX (#242) by Brian Quinlan · 8 months ago
  74. f838595 appengine: update dependencies, use latest lints (#243) by Kevin Moore · 8 months ago appengine-v0.13.11
  75. 8d91394 gcloud: support the latest pkg:googleapis (#241) by Kevin Moore · 8 months ago gcloud-v0.8.19
  76. 704a5c3 Adds support for fetching metadata on POSIX (#204) by Brian Quinlan · 8 months ago
  77. 55f5a5a rev protoc_plugin; add a changelog (#239) by Devon Carew · 8 months ago
  78. 9aa2cae add a script to regenerate the gRPC library; commit generated gRPC libraries (#237) by Devon Carew · 8 months ago
  79. e48fb93 [io_file] Add the ability to get file metadata on Windows. (#202) by Brian Quinlan · 8 months ago
  80. 5f1db7a Only output failures during test runs (#225) by Brian Quinlan · 8 months ago
  81. 737bcd3 Update the io_file description to be (semi) useful. (#238) by Brian Quinlan · 8 months ago
  82. 53ad08d add a script to sync in firestore protos (#234) by Devon Carew · 8 months ago
  83. cf836e7 Update README.md (#235) by Devon Carew · 8 months ago
  84. 7bc8eda initial commit of package:googleapis_firestore_v1 (#233) by Devon Carew · 8 months ago
  85. 6274b72 Run tests on Windows ARM. (#227) by Brian Quinlan · 8 months ago
  86. 3c8c1e7 Use internal libc bindings (#231) by Brian Quinlan · 8 months ago
  87. 65bebe7 Update README.md (#230) by Devon Carew · 8 months ago
  88. 1ff6e9c update package:appengine to use a recent lint set (#228) by Devon Carew · 8 months ago
  89. cda0362 update package:gcloud to a more recent set of lints (#229) by Devon Carew · 8 months ago
  90. 0435f3c Fix root readme links (#226) by Kevin Moore · 8 months ago
  91. e0a4ae0 Implement recursive directory deletion for Windows (#224) by Brian Quinlan · 9 months ago
  92. 07e730e Add temporary directory support for POSIX (#222) by Brian Quinlan · 9 months ago
  93. bad1f29 Implement `writeAsString` (#223) by Brian Quinlan · 9 months ago
  94. 9c3c7ee Bump subosito/flutter-action from 2.18.0 to 2.19.0 in the github-actions group (#221) by dependabot[bot] · 9 months ago
  95. 1ebc338 Implement `same` on win32. (#213) by Brian Quinlan · 9 months ago
  96. 77d1df2 Support creating temporary directories on POSIX (#220) by Brian Quinlan · 9 months ago
  97. 7c8a16b Bump to 0.10.1 with 2025b (dart-lang/timezone#219) by Sam Rawlins · 9 months ago
  98. 71a0cd9 Make TZDateTime.native public (dart-lang/timezone#218) by Sam Rawlins · 9 months ago
  99. 059ed89 Add getter to TZDateTime for native DateTime (dart-lang/timezone#189) by klondikedragon · 9 months ago
  100. 5e3067e Test on GitHub CI, Dart 3.7.0 (dart-lang/timezone#217) by Sam Rawlins · 9 months ago