Adar

Results 13 issues of Adar

pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_cale ndar-20.1.55/lib/src/calendar/views/calendar_view.dart:6121:22: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../../../flutter_1.17/flutter_17/packages/flutter/lib/src/scheduler/binding.dart'). SchedulerBinding.instance!.addPostFrameCallback((_) {

`MultipleChoiceQuestionResult` .toJson was missing. Which would throw an error `'Unhandled Question Result Type'` Error for `MultipleChoiceQuestionResult` type of result toJson

- Added Specific TextStyles for disabled dates, if not given then the default TextStyle will be used - Added Padding for ListView.builder method.

Hi @Milad-Akarie , thank you very much the great work with the library. We have a route setup with redirect like this ```Dart RedirectRoute(path: '/', redirectTo: '/home'), RedirectRoute(path: '/cafe/:slug', redirectTo:...

**Describe the bug** Thank you for the package. We are using firebase_messaging along with flutter_local_notification. One big problem we are facing right now is on iOS when the app is...

How to use CustomStep with json_serialization? I currently do not see anyway to parse CustomStep via json input. I think this line is the reason. https://github.com/QuickBirdEng/survey_kit/blob/d0a2c79328d0cd522e3bf04f88f5702656c4745a/lib/src/steps/step.dart#L31 There should be a...

There was some ` Null check operator used on a null value` errors. This PR fixes those.

- Using key to find controller does not seem to be a proper way of accessing controller. We should be able to provide the controller from outside if needed. -...

It's great work! Thank you a lot. It would be great if you could add the volume controller