1. 02 Feb, 2022 1 commit
  2. 26 Jan, 2022 1 commit
  3. 04 Jan, 2022 2 commits
    • Zachary Anderson's avatar
      Revert "FFI plugins (#94101)" (#96122) · 65c6e882
      Zachary Anderson authored
      This reverts commit 5257f029.
      65c6e882
    • Daco Harkes's avatar
      FFI plugins (#94101) · 5257f029
      Daco Harkes authored
      * Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
      * Sample code doing a synchronous FFI call.
      * Sample code doing a long running synchronous FFI call on a helper isolate.
      * Use of `package:ffigen` to generate the bindings.
      5257f029
  4. 13 May, 2021 1 commit
  5. 10 May, 2021 1 commit
  6. 27 Jan, 2021 1 commit
  7. 15 Jan, 2021 1 commit
  8. 16 Dec, 2020 1 commit
  9. 07 Dec, 2020 1 commit
  10. 03 Dec, 2020 2 commits
  11. 09 Nov, 2020 1 commit
  12. 10 Oct, 2020 1 commit
  13. 23 Sep, 2020 1 commit
  14. 10 Sep, 2020 2 commits
  15. 03 Aug, 2020 1 commit
  16. 17 Jul, 2020 1 commit
  17. 16 Jul, 2020 2 commits
  18. 19 Jun, 2020 1 commit
  19. 29 May, 2020 1 commit
  20. 01 Apr, 2020 1 commit
  21. 19 Mar, 2020 1 commit
  22. 17 Mar, 2020 1 commit
  23. 04 Mar, 2020 1 commit
  24. 18 Feb, 2020 1 commit
  25. 15 Feb, 2020 2 commits
  26. 12 Feb, 2020 1 commit
  27. 11 Feb, 2020 1 commit
  28. 10 Jan, 2020 1 commit
  29. 10 Dec, 2019 1 commit
  30. 14 May, 2019 1 commit
  31. 25 Apr, 2019 1 commit
  32. 05 Apr, 2019 1 commit
  33. 29 Mar, 2019 1 commit
  34. 28 Mar, 2019 1 commit
  35. 12 Feb, 2019 1 commit
    • KyleWong's avatar
      Make version documentation clearer. (#27278) · 1c0a06f3
      KyleWong authored
      Currently, in pubspec.yaml, semver.org is referred to for more about versioning.
      However, the versionCode/versionName could differ on different platforms (iOS, Android, Dart).
      
      This adds more clear and complete information that could help users to understand it better.
      
      See: #27251
      1c0a06f3