mirror of
https://github.com/AyanDas-99/Flutter-animations.git
synced 2025-08-23 14:00:58 +08:00
updated readme
This commit is contained in:
@ -4,6 +4,7 @@ import 'dart:math';
|
||||
import 'package:animations/Screens/lecture2.dart';
|
||||
import 'package:animations/Screens/lecture3.dart';
|
||||
import 'package:animations/Screens/lecture4.dart';
|
||||
import 'package:animations/Screens/lecture5.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'Screens/lecture1.dart';
|
||||
@ -37,6 +38,7 @@ class MyApp extends StatelessWidget {
|
||||
'lec3/': (context) =>
|
||||
const Lecture3(title: "3D Animation, Stack and rotate widgets"),
|
||||
'lec4/': (context) => const Lecture4(title: "Hero Animation"),
|
||||
'lec5/': (context) => const Lecture5(title: "Implicit Animations"),
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -71,6 +73,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
link: 'lec3/',
|
||||
title: "3D Animations, Stack and rotate widgets"),
|
||||
Link(link: 'lec4/', title: 'Hero Animations'),
|
||||
Link(link: 'lec5/', title: 'Implicit Animations')
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user