1. 30 May, 2018 1 commit
    • Ralph Bergmann's avatar
      add version to pubspec.yaml (#16857) · c65e9d19
      Ralph Bergmann authored
      Uses the `version` property from the `pubspec.yaml` file to set the corresponding fields in the `local.properties` file respectively in the `Generated.xcconfig` file.
      
      The `--build-name` and `--build-number` options have changed. Now they trump the `version` property from the `pubspec.yaml` file.
      
      If the `version` property is not set and the  `--build-name` and `--build-number` options are not provided, the build command will not change the `local.properties` / `Generated.xcconfig` file.
      c65e9d19
  2. 07 May, 2018 1 commit
  3. 29 Jan, 2018 1 commit
  4. 15 Aug, 2017 1 commit
    • xster's avatar
      Create template splash screens for Android and iOS (#11505) · 1ad4a088
      xster authored
      * Add iOS template
      
      * Android
      
      * Let the engine reset the theme without the activity knowing
      
      * Small tweak
      
      * Replace assets with different vectors
      
      * Let the template hookup have no actual image assets
      
      * Add back placeholder assets with 1px transparent pngs
      
      * Fix drawable xml
      
      * clean up an extraneous line in the storyboard xml
      1ad4a088
  5. 24 May, 2017 1 commit
  6. 18 May, 2017 1 commit
  7. 16 May, 2017 1 commit
  8. 09 May, 2017 1 commit
  9. 10 Apr, 2017 1 commit
    • Jakob Andersen's avatar
      Inject plugin registration. (#9216) · 7ffa82aa
      Jakob Andersen authored
      Added a PluginRegistry to the new project template. The registry files will be automatically updated at build time to register the native plugins.
      
      Fixes #7814.
      7ffa82aa
  10. 05 Apr, 2017 1 commit
  11. 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
  12. 07 Mar, 2017 1 commit
  13. 03 Feb, 2017 1 commit
  14. 02 Feb, 2017 1 commit
  15. 01 Feb, 2017 1 commit
  16. 26 Sep, 2016 1 commit
  17. 18 Aug, 2016 1 commit
  18. 08 Aug, 2016 1 commit
  19. 13 Jul, 2016 1 commit
  20. 12 Jul, 2016 1 commit
  21. 07 Jul, 2016 1 commit
  22. 06 Jul, 2016 2 commits