Last updated:
0 purchases
season display
season_display #
A Flutter package to display seasons and their attributes.
Usage #
import 'package:season_display/season_display.dart';
void main() {
print(getSeasonName(Season.Spring)); // Bahor
print(getSeasonColor(Season.Spring)); // Yoz
}
**CHANGELOG.md**:
```markdown
## [1.0.0] - 2024-08-05
* Initial release of season_display.
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.