Skip to content

Instantly share code, notes, and snippets.

View YuryMorozov2001's full-sized avatar

yury morozov YuryMorozov2001

View GitHub Profile
import 'dart:collection';
import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart';
/// A widget that visualizes widget rebuilds by drawing a flashing rectangle
/// over widgets that have just rebuilt.
///
/// Usage:
/// ```dart
/// void main() {
true