sidebar_widget 0.1.2 copy "sidebar_widget: ^0.1.2" to clipboard
sidebar_widget: ^0.1.2 copied to clipboard

A customizable Flutter sidebar navigation package with support for nested navigation, animations, and hover effects.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'Routes/routes.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp.router(
      routerConfig: AppRouter.router,
    );
  }
}
5
likes
0
points
3
downloads

Publisher

verified publishertalimsetu.in

Weekly Downloads

A customizable Flutter sidebar navigation package with support for nested navigation, animations, and hover effects.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on sidebar_widget