Skip to content

Instantly share code, notes, and snippets.

View tactical-retreat's full-sized avatar

tactical_retreat tactical-retreat

View GitHub Profile
@tactical-retreat
tactical-retreat / textbox_slow.dart
Created January 1, 2020 19:10
Example app that shows how having a lot of textboxes can be slow
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override