1. 09 Jan, 2019 4 commits
  2. 08 Jan, 2019 1 commit
  3. 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
  4. 14 Nov, 2018 1 commit
  5. 10 Nov, 2018 1 commit
  6. 08 Nov, 2018 1 commit
  7. 07 Nov, 2018 1 commit
  8. 06 Nov, 2018 4 commits
  9. 31 Oct, 2018 1 commit
    • Dan Field's avatar
      Re-reland Xcode backend refactor (#23762) · fd6b2e19
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      
      * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
      fd6b2e19
  10. 30 Oct, 2018 5 commits
    • Devon Carew's avatar
      update the docs for the module template (#23699) · 72b1a2b8
      Devon Carew authored
      * update the docs for the module template
      
      * update text
      72b1a2b8
    • Dan Field's avatar
      Revert "Reland Xcode backend refactor" (#23737) · 7217999a
      Dan Field authored
      * Revert "Update templates (#23698)"
      
      This reverts commit 5b0de6d6.
      
      * Revert "Verify that date/number translations exist for all supported languages (#23692)"
      
      This reverts commit 3449edf2.
      
      * Revert "Reland Xcode backend refactor (#23574)"
      
      This reverts commit 7270f284.
      7217999a
    • Ian Hickson's avatar
      Update templates (#23698) · 5b0de6d6
      Ian Hickson authored
      Removes some `new`s and other minor cleanup.
      5b0de6d6
    • Dan Field's avatar
      Reland Xcode backend refactor (#23574) · 7270f284
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      7270f284
    • Michael Thomsen's avatar
      Update template comments (#23665) · 262faf90
      Michael Thomsen authored
      * Update template comments
      
      Make template comments consistent with recent tools changes
      
      * Update packages/flutter_tools/templates/app/lib/main.dart.tmpl
      Co-Authored-By: 's avatarmit-mit <mit-mit@users.noreply.github.com>
      
      * Fix merge conflict
      262faf90
  11. 25 Oct, 2018 2 commits
  12. 20 Oct, 2018 1 commit
  13. 19 Oct, 2018 1 commit
  14. 18 Oct, 2018 2 commits
  15. 16 Oct, 2018 1 commit
  16. 11 Oct, 2018 1 commit
  17. 10 Oct, 2018 3 commits
  18. 09 Oct, 2018 2 commits
  19. 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
  20. 25 Sep, 2018 1 commit
    • Mikkel Nygaard Ravn's avatar
      Support materializing Flutter module host app on iOS (#21276) · a600fe7f
      Mikkel Nygaard Ravn authored
      * Prototype
      
      * Fix paths to Flutter library resources
      
      * Invoke pod install as necessary for materialized modules
      
      * Add devicelab test for module use on iOS
      
      * Remove debug output
      
      * Rebase, reame materialize editable
      
      * Add devicelab test editable iOS host app
      
      * Removed add2app test section
      a600fe7f
  21. 23 Sep, 2018 1 commit
  22. 19 Sep, 2018 1 commit
  23. 08 Sep, 2018 1 commit
  24. 30 Aug, 2018 1 commit
  25. 16 Aug, 2018 1 commit