1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 06:18:49 +00:00

add TweenSequence sample (#127)

* Add TweenSequence sample

* rename to TweenSequenceDemo

* add copyright headers

* remote type

* introduce animated builder earlier in basics/

so that other examples can use it

* formatting

* use async / await, increase animation duration
This commit is contained in:
John Ryan
2019-08-13 14:13:57 -07:00
committed by GitHub
parent c2f50f31ff
commit 349ca7bc6f
7 changed files with 111 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
// Copyright 2019 The Flutter team. 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';
class TweenDemo extends StatefulWidget {