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. 24 Jun, 2020 1 commit
  5. 05 Apr, 2019 1 commit
  6. 28 Nov, 2018 1 commit
    • Tim Sneath's avatar
      Updating readme templates for newly created projects (#24725) · 06ec8d3b
      Tim Sneath authored
      We hypothesize that many first-time users creating a new project will look at the README.md as a starting point for "what next". As we've updated our documentation particularly for new users, having better links to our codelabs and cookbooks will help them be productive.
      06ec8d3b
  7. 13 Jun, 2018 1 commit
  8. 19 Feb, 2018 1 commit
  9. 17 May, 2017 1 commit
  10. 30 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Add template for plugin projects. (#9076) · f34f8a31
      Jakob Andersen authored
      Plugin projects are created by running `flutter create --plugin <name>`.
      
      An example app is also created in the plugin project, using the normal 'create' template, which has been modified to allow for conditional plugin code.
      
      Modified the android package name to match package naming conventions (all lower-case, and must match the directory name).
      f34f8a31
  11. 24 Feb, 2016 1 commit