Skip to content

Commit aa0cda7

Browse files
author
Muniappan
committed
readme updated
1 parent 7ab7351 commit aa0cda7

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
# flutter_multiple_resource
1+
# How to handle appointments for multiple resources in the Flutter Calendar?
22

3-
A new Flutter project.
3+
A quick-start example to help you to handle appointments for multiple resources in the Flutter Calendar.
44

5-
## Getting Started
5+
Using the 'Switch' widget in the Flutter Event Calendar, you can display specific resource appointments.
66

7-
This project is a starting point for a Flutter application.
7+
In this sample, the specific resource appointments are displayed by using the "Switch" widget.. When the switch is toggled, respective appointment is displayed in the view and when it is toggled back, appointment collection gets cleared.
88

9-
A few resources to get you started if this is your first Flutter project:
9+
For more details, refer to our [KB](https://www.syncfusion.com/kb/11812/how-to-handle-appointments-for-multiple-resources-in-the-flutter-calendar) documentation.
1010

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
11+
## Requirements to run the demo
12+
* [VS Code](https://code.visualstudio.com/download)
13+
* [Flutter SDK v1.22+](https://flutter.dev/docs/development/tools/sdk/overview)
14+
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)
1315

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.
16+
## How to run this application
17+
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.
18+
19+
## Further help
20+
For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview),
21+
[Flutter documentation](https://flutter.dev/docs/get-started/install).

0 commit comments

Comments
 (0)