floating_tile_nav 0.1.1
floating_tile_nav: ^0.1.1 copied to clipboard
A floating bottom navigation bar with custom icons, controlled selection, and safe-area handling.
import 'package:flutter/material.dart';
import 'src/demo_app.dart';
void main() {
runApp(const FloatingTileNavDemoApp());
}