Achieve your goals and keep your data private with Lotti. This life tracking app is designed to help you stay motivated and on track, all while keeping your personal information safe and secure. Now with on-device speech recognition.
GNU General Public License v3.0
501
stars
52
forks
source link
fix: duplicate days in charts on day DST ends #1847
This pull request includes several changes to the lib/widgets/charts/utils.dart file and a version update in pubspec.yaml. The most important changes include the addition of a new import statement and a modification to the daysInRange function to ensure unique day strings.
Changes to lib/widgets/charts/utils.dart:
Added dart:collection import to the file. (lib/widgets/charts/utils.dart)
Modified the daysInRange function to return a list of unique day strings using LinkedHashSet. (lib/widgets/charts/utils.dart)
Version update:
Incremented the version number in pubspec.yaml from 0.9.526+2714 to 0.9.526+2715. (pubspec.yaml)
This pull request includes several changes to the
lib/widgets/charts/utils.dart
file and a version update inpubspec.yaml
. The most important changes include the addition of a new import statement and a modification to thedaysInRange
function to ensure unique day strings.Changes to
lib/widgets/charts/utils.dart
:dart:collection
import to the file. (lib/widgets/charts/utils.dart
)daysInRange
function to return a list of unique day strings usingLinkedHashSet
. (lib/widgets/charts/utils.dart
)Version update:
pubspec.yaml
from0.9.526+2714
to0.9.526+2715
. (pubspec.yaml
)