From dba0e3f6ae2ecf26dcf2fe981c9de884549e6fdb Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Mon, 28 Nov 2016 10:56:44 -0800 Subject: [PATCH] a welcome message in gallery (#7048) because this is the most full-featured sample we have. --- examples/flutter_gallery/lib/main.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/flutter_gallery/lib/main.dart b/examples/flutter_gallery/lib/main.dart index 92f08efb71e..62febc3eba9 100644 --- a/examples/flutter_gallery/lib/main.dart +++ b/examples/flutter_gallery/lib/main.dart @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// Thanks for checking out Flutter! +// Like what you see? Tweet us @flutterio + import 'package:flutter/widgets.dart'; import 'gallery/app.dart';