Skip to content

Commit

Permalink
feat: using animated switcher example 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaypatel512 committed Oct 10, 2023
1 parent 3f1df04 commit c984728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class _AnimationsCarouselState extends State<AnimationsCarousel> {
const AnimatedContainerScreen(),
const FiSplashScreen(),
const DayNightAnimation(),
const SquareContainerAnimation()
const SquareContainerAnimation(),
const AnimatedSwitcherScreen()
];

Expand Down

0 comments on commit c984728

Please sign in to comment.