mirror of
https://github.com/AyanDas-99/Flutter-animations.git
synced 2025-08-23 14:00:58 +08:00
added sliverAppBar as 12th animation
This commit is contained in:
@ -10,6 +10,7 @@ import 'package:animations/Screens/lecture8.dart';
|
||||
import 'package:animations/Screens/lecture9.dart';
|
||||
import 'package:animations/Screens/practice1.dart';
|
||||
import 'package:animations/Screens/practice2.dart';
|
||||
import 'package:animations/Screens/scrollAnimation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'Screens/lecture1.dart';
|
||||
@ -53,6 +54,7 @@ class MyApp extends StatelessWidget {
|
||||
title: "Animated Prompt",
|
||||
),
|
||||
'practice2/': (context) => const Practice2(title: "Radial Menu"),
|
||||
'sliverappbar/': (context) => const ScrollAnimation(title: "Animation"),
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -95,7 +97,8 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
Link(link: 'lec7/', title: "CustomPainter & Polygons"),
|
||||
Link(link: 'lec8/', title: "3D Drawer"),
|
||||
Link(link: 'lec9/', title: "Animated Prompt"),
|
||||
Link(link: 'practice2/', title: "Radial Menu")
|
||||
Link(link: 'practice2/', title: "Radial Menu"),
|
||||
Link(link: 'sliverappbar/', title: "SliverAppBar"),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user