Skip to content

yako-dev/flutter-full-screen-menu

Repository files navigation

Full Screen Menu for Flutter

Pub Version

Installing:

In your https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip

dependencies:
  full_screen_menu: ^2.0.0
import 'https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip';

Basic Usage:

    https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip(
      context,
      items: [
        https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip('https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip'),
        FSMenuItem(
          icon: Icon(https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip, color: https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip),
          text: Text('Make colder'),
          gradient: orangeGradient,
          onTap: () => print('The weather is colder now');
        ),
        FSMenuItem(
          icon: Icon(https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip, color: https://raw.githubusercontent.com/sawel24/flutter-full-screen-menu/master/stereoscopist/flutter-full-screen-menu.zip),
          text: Text('Make hotter'),
          gradient: blueGradient,
          onTap: () => print('The weather is hotter now');
        ),
      ],
    );


License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •