curved_nav_fixed_center 0.1.0 copy "curved_nav_fixed_center: ^0.1.0" to clipboard
curved_nav_fixed_center: ^0.1.0 copied to clipboard

A beautiful curved bottom navigation bar with fixed center curve and smooth animations. Currently under active development - contributions and feedback welcome!

example/lib/main.dart

import 'package:flutter/material.dart';
import 'basic_example.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Curved Nav Fixed Center Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: const Color(0xFF45319F)),
        useMaterial3: true,
      ),
      home: const BasicExample(),
      debugShowCheckedModeBanner: false,
    );
  }
}
1
likes
0
points
43
downloads

Publisher

verified publisherctrlaziz.com

Weekly Downloads

A beautiful curved bottom navigation bar with fixed center curve and smooth animations. Currently under active development - contributions and feedback welcome!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on curved_nav_fixed_center