How to create calendar flutter - flutter

enter image description here
how to create calendar in flutter scrollable like in the picture. I tried find some plugins but cant found!

Hey you can Check this package
https://pub.dev/packages/flutter_calendar_nullsafety

Related

how to create a custom popup menu with flutter same this with Flutter Code

how to create a custom popup menu with flutter same this with Flutter Code:-
enter image description here
These packages may solve your problem:
https://pub.dev/packages/show_more_text_popup
https://pub.dev/packages/quds_popup_menu (allows for buttons within the popup)
https://pub.dev/packages/super_tooltip

wrong icons flutter android material

My app displays wrong icons.
In my material\icons.dart shows a totally diferent name for the icon.
Problem with flutter version. Nedded to the correct flutter version/update.

Some of material design icons are not defined flutter

Hey so I have this problem, I want to use some icons that are listed here but in my flutter it says the name isn't defined. I already tried to do flutter clean and the problem still exists (I need to use Icons.password and Icons.person_off). Do you have any idea how to fix it? Thanks in advance
Go on to the pubspec.yaml file and enable the material dependecies like
uses-material-design: true also if you still not found your icon then go to https://fonts.google.com/icons this page and search for your icon and after clicking on your icon it will show you the code for implementing that icon on web, android, flutter and IOS.

I'm trying to make custom share option in flutter but i have no idea how to make it in flutter

enter image description here
I'm trying to make custom share option in flutter but i have no idea how to make it in flutter

Alternative way to flutter webview

How to display a piece of code in flutter application like image below
I tried to use flutter_webview package but i didn't like it.
I am asking if is there any alternative way i can use to display them
To show code in your flutter app you can use markdown and next package:
https://pub.dev/packages/flutter_markdown