full_screen_menu

Last updated:

0 purchases

full_screen_menu Image
full_screen_menu Images
Add to Cart

Description:

full screen menu

Full Screen Menu for Flutter #




Installing: #
In your pubspec.yaml
dependencies:
full_screen_menu: ^1.0.0
copied to clipboard
import 'package:full_screen_menu/full_screen_menu.dart';
copied to clipboard
Basic Usage: #
FullScreenMenu.show(
context,
items: [
Image.asset('assets/image.png'),
FSMenuItem(
icon: Icon(Icons.ac_unit, color: Colors.white),
text: Text('Make colder'),
gradient: orangeGradient,
onTap: () => print('Cool package check');
),
FSMenuItem(
icon: Icon(Icons.wb_sunny, color: Colors.white),
text: Text('Make hotter'),
gradient: blueGradient,
),
],
);
copied to clipboard


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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.