dot 0.0.6
dot: ^0.0.6 copied to clipboard
The . Dart package for dot concept. More functionality coming soon.
Changelog #
All notable changes to this project will be documented in this file.
0.0.6 #
- Follow Dart file conventions
0.0.4 #
- Minor update
0.0.3+1 #
- Changelog update
0.0.3 #
- Dot class: Implemented generic type
T
to replace thedynamic
type, improving compile-time type safety and runtime performance. Users must now specify the desired data type when instantiating the Dot class.
0.0.2 #
- General code cleanup and refactoring for better readability and maintainability.
0.0.1 #
- Initial Dot class implementation using
dynamic
type.