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

outdated

Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way

Full Screen Menu for Flutter #

pub package

Installing: #

In your pubspec.yaml

dependencies:
  full_screen_menu: ^0.1.2
import 'package:full_screen_menu/full_screen_menu.dart';

Basic Usage: #

    FullScreenMenu.show(
      context,
      items: [
        Image.asset('assets/image.png'),
        FSMenuItem(
          icon: Icon(Icons.ac_unit, color: Colors.white),
          text: Text('Make colder'),
          onTap: () => print('Cool package check');
        ),
        FSMenuItem(
          icon: Icon(Icons.wb_sunny, color: Colors.white),
          text: Text('Make hotter'),
        ),
      ],
    );


License #

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

82
likes
0
pub points
77%
popularity

Publisher

verified publisheryako.io

Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on full_screen_menu