Skip to content

Instantly share code, notes, and snippets.

@chinmaygarde
Created April 11, 2018 00:40
Show Gist options
  • Save chinmaygarde/1dbb74ed2e70edfb8f95c67619e05ae5 to your computer and use it in GitHub Desktop.
Save chinmaygarde/1dbb74ed2e70edfb8f95c67619e05ae5 to your computer and use it in GitHub Desktop.
Slow colorspace conversion.
import 'package:flutter/material.dart';
void main() {
runApp(
new SizedBox(
height: 20.0,
child: new Image.network('https://upload.wikimedia.org/wikipedia/commons/3/3d/LARGE_elevation.jpg'),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment