Skip to content

Instantly share code, notes, and snippets.

@yjbanov
Created March 23, 2018 03:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjbanov/42db7d902d56327a2dbdffd592af3d03 to your computer and use it in GitHub Desktop.
Save yjbanov/42db7d902d56327a2dbdffd592af3d03 to your computer and use it in GitHub Desktop.
Flutter: enabling repaint rainbow
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'timer_page.dart';
void main() {
debugRepaintRainbowEnabled = true;
runApp(new MyApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment