# word_cloud
**Repository Path**: open-sources-test/word_cloud
## Basic Information
- **Project Name**: word_cloud
- **Description**: 1111111111
- **Primary Language**: Dart
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-26
- **Last Updated**: 2025-07-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Word Cloud

**Generate and Visualize Word Cloud in Flutter**
Show your interest in this project through ***Likes*** and ***Stars***!
Welcome pull requests and issues!
## Contents
+ WordCloudData
+ WordCloudView
+ WordCloudTap
+ WordCloudTapView
## WordCloudData
To use the word cloud widget, you must set the desired data into the `WordCloudData` .
```dart
WordCloudData mydata = WordCloudData(data: data_list);
```
Parameter `data` needs list of `Map` that have keys `word` and `value`.
For example,
```dart
List