Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support for Dart 3 #23

Merged
merged 6 commits into from
May 11, 2023
Merged

feat: Support for Dart 3 #23

merged 6 commits into from
May 11, 2023

Conversation

albertodev01
Copy link
Owner

Why?

  • Dependencies need to be updated
  • Set minimum SDK constraint to 3
  • Add new linter rules

What?

  • I have upgraded dependencies in the pubspec.yaml file
  • I have improved the documentation

Types of Changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation change (change to update documentation)

Notes

n/a

Checklist

  • I have provided a description of the proposed changes.
  • I added unit tests for all relevant code.
  • I made sure that code coverage is at 100%.
  • I added documentation for all relevant code.

@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #23 (e994c00) into master (bb94692) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #23   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          323       320    -3     
=========================================
- Hits           323       320    -3     
Impacted Files Coverage Δ
lib/src/extensions/fraction_string.dart 100.00% <ø> (ø)
lib/src/extensions/mixed_string.dart 100.00% <ø> (ø)
lib/src/rational.dart 100.00% <ø> (ø)
lib/src/types/egyptian_converter.dart 100.00% <100.00%> (ø)
lib/src/types/mixed.dart 100.00% <100.00%> (ø)
lib/src/types/standard.dart 100.00% <100.00%> (ø)

@albertodev01 albertodev01 merged commit 374cf34 into master May 11, 2023
@albertodev01 albertodev01 deleted the develop branch May 11, 2023 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant