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. 10 May, 2021 1 commit
  5. 30 Mar, 2021 1 commit
  6. 30 Oct, 2018 1 commit
  7. 04 Oct, 2018 1 commit
    • Greg Spencer's avatar
      Rename module --> application in flutter create command. (#22565) · 9f23866a
      Greg Spencer authored
      This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated.
      
      flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated.
      
      I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template.
      
      Fixes #22530
      Fixes #22344
      9f23866a
  8. 14 Dec, 2017 1 commit
  9. 25 Oct, 2017 1 commit
  10. 21 Jul, 2017 1 commit
    • Phil Quitslund's avatar
      Flutter create widget test template. (#11304) · f0c2d5ed
      Phil Quitslund authored
      * Flutter create widget test template.
      
      Running `flutter create —with-widget-test` produces a test/widget_test.dart sample widget test.
      
      * Generate widget test bits in flutter create.
      
      * Path fix.
      
      * Added types.
      
      * Skip shell testing on windows.
      
      * formatting fixes
      
      * Update test sample to test the sample app.
      
      * Formatting tweak.
      f0c2d5ed