mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-09-29 02:34:26 +08:00
cleanup for publish
This commit is contained in:
@ -6,7 +6,7 @@ import 'package:rive_example/little_machine.dart';
|
||||
import 'package:rive_example/play_one_shot_animation.dart';
|
||||
import 'package:rive_example/play_pause_animation.dart';
|
||||
import 'package:rive_example/simple_animation.dart';
|
||||
import 'package:rive_example/simple_machine_action.dart';
|
||||
import 'package:rive_example/simple_machine_listener.dart';
|
||||
import 'package:rive_example/simple_state_machine.dart';
|
||||
import 'package:rive_example/state_machine_skills.dart';
|
||||
|
||||
@ -153,12 +153,12 @@ class Home extends StatelessWidget {
|
||||
height: 10,
|
||||
),
|
||||
ElevatedButton(
|
||||
child: const Text('State Machine with Action'),
|
||||
child: const Text('State Machine with Listener'),
|
||||
onPressed: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute<void>(
|
||||
builder: (context) => const StateMachineAction(),
|
||||
builder: (context) => const StateMachineListener(),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user