1. 19 Nov, 2019 1 commit
    • Greg Spencer's avatar
      Update manual_tests to be able to run on macOS/web (#44830) · 29ab6b54
      Greg Spencer authored
      I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop.
      
      The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
      29ab6b54
  2. 18 Dec, 2018 1 commit
  3. 23 Aug, 2017 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