-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: regressionIt was better in the past than it is nowIt was better in the past than it is nowdependency: skiaSkia team may need to help usSkia team may need to help usengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
flutter create dummy
cd dummy
echo " assets:" >> pubspec.yaml
echo " - test.png" >> pubspec.yaml
echo "import 'package:flutter/material.dart';" > lib/main.dart
echo "void main() => runApp(Image.asset('test.png'));" >> lib/main.dart
curl https://raw.githubusercontent.com/seamonkeysocial/cruisemonkey/master/images/deck_1.png > test.png
flutter runThe image doesn't render if you are using cd9a003 or later.
It renders fine in 99497dc (the previous commit).
Metadata
Metadata
Assignees
Labels
c: regressionIt was better in the past than it is nowIt was better in the past than it is nowdependency: skiaSkia team may need to help usSkia team may need to help usengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.