1. 20 Sep, 2019 2 commits
    • stuartmorgan's avatar
      Support create for macOS (app and plugin) (#40851) · 0412977e
      stuartmorgan authored
      Adds macOS support for `flutter create`:
      - Currently it is behind a hidden flag.
      - Adds a TargetPlatform workaround to lib/main.dart in the standard app template when enabled.
      - Supports `app` and `plugin`; `module` support doesn't yet exist for macOS in general.
      
      This will eliminate the need to use FDE's examples as templates on macOS. The templates are based on the current state of FDE's examples, with templating support added (and with adoption of the new application delegate in the app, which hadn't been done yet in FDE, eliminating some boilerplate from the template).
      
      Fixes #30703 
      0412977e
    • stuartmorgan's avatar
      Move iOS and Android gitignore rules into folders (#40864) · 86c342ec
      stuartmorgan authored
      Rather than have a monolithic .gitignore covering all platforms in the
      app template, have each platform folder contain its own rules.
      
      Fixes #40793
      86c342ec
  2. 19 Sep, 2019 20 commits
  3. 18 Sep, 2019 18 commits