-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown whilte background coming over event #428
Comments
Hi, @mihir-1608 |
Hello @shubham-jitiya-simform I am trying add the calendar in a project where you can you all types month,week,day in flutterflow, while switching the UI to week view i get this white color over my title for mobile phone. |
Hi, @mihir-1608 |
Hello @shubham-jitiya-simform, i am sending my code snippet please review it and tell me where i am going wrong Code Snippet - // Automatic FlutterFlow imports import 'package:calendar_view/calendar_view.dart'; // Set your widget name, define your parameter, and then add the DateTime get _now => DateTime.now(); class CalendarView extends StatefulWidget { CalendarView( class _CalendarViewState extends State { class MonthViewWidget extends StatelessWidget { @OverRide class WeekViewWidget extends StatelessWidget { const WeekViewWidget({super.key, this.state, this.width}); @OverRide class DayViewWidget extends StatelessWidget { const DayViewWidget({ @OverRide Widget _timeLineBuilder(DateTime date) {
} // The list which will be displayed |
The text was updated successfully, but these errors were encountered: