bottom_nav_speed_dial 1.0.1 copy "bottom_nav_speed_dial: ^1.0.1" to clipboard
bottom_nav_speed_dial: ^1.0.1 copied to clipboard

Bottom navigation + speed dial widget with customizable UI, overlays, and animations.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'demo_screen.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Bottom Nav Speed Dial Example',
      home: DemoScreen(),
    );
  }
}
7
likes
150
points
15
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Bottom navigation + speed dial widget with customizable UI, overlays, and animations.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #bottom-navigation #speed-dial #widget #ui

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on bottom_nav_speed_dial