|
1 |
| -# programmatic_navigation |
| 1 | +# How to programmatically navigate to the date in the Flutter event calendar? |
2 | 2 |
|
3 |
| -A new Flutter project. |
| 3 | +A quick-start example to help you to programmatically navigate to the date in the Flutter event calendar. |
4 | 4 |
|
5 |
| -## Getting Started |
| 5 | +You can navigate to a date in the Flutter event calendar programmatically by using the [CalendarController's](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarController-class.html) [displayDate](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarController/displayDate.html) property. |
6 | 6 |
|
7 |
| -This project is a starting point for a Flutter application. |
| 7 | +For more details, Refer to our UG documentation [Programmatic date navigation](https://help.syncfusion.com/flutter/calendar/date-navigations#programmatic-date-navigation). |
8 | 8 |
|
9 |
| -A few resources to get you started if this is your first Flutter project: |
| 9 | +## Requirements to run the demo |
| 10 | +* [VS Code](https://code.visualstudio.com/download) |
| 11 | +* [Flutter SDK v1.22+](https://flutter.dev/docs/development/tools/sdk/overview) |
| 12 | +* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview) |
10 | 13 |
|
11 |
| -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
12 |
| -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
| 14 | +## How to run this application |
| 15 | +To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output. |
13 | 16 |
|
14 |
| -For help getting started with Flutter development, view the |
15 |
| -[online documentation](https://docs.flutter.dev/), which offers tutorials, |
16 |
| -samples, guidance on mobile development, and a full API reference. |
| 17 | +## Further help |
| 18 | +For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview), |
| 19 | + [Flutter documentation](https://flutter.dev/docs/get-started/install). |
0 commit comments