Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

yako-dev/flutter-full-screen-menu

Repository files navigation

Pub Version

Installing:

In yourhttps://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 theLICENSE 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

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp