navigatiox 0.0.1 copy "navigatiox: ^0.0.1" to clipboard
navigatiox: ^0.0.1 copied to clipboard

A Flutter package for animated navigations

example/lib/main.dart

import 'package:example/homescreen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Custom Navigation Transitions',
      home: HomeScreen(),
    );
  }
}
5
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for animated navigations

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on navigatiox