Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Bump lints and min SDK #102

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [dev, stable, 2.19.0]
sdk: [dev, stable, 3.4]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand All @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [dev, stable, 2.19.0]
sdk: [dev, stable, 3.4]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.3.1-wip

* Fixed README rendering on pub.dev and API docs.
* Require Dart `^3.4.0`

## 1.3.0

Expand Down
3 changes: 1 addition & 2 deletions lib/src/characters_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:characters/src/grapheme_clusters/table.dart';

import "characters.dart";
import "grapheme_clusters/breaks.dart";
import "grapheme_clusters/constants.dart";
import 'grapheme_clusters/table.dart';

/// The grapheme clusters of a string.
///
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ topics:
- unicode

environment:
sdk: ">=2.19.0 <4.0.0"
sdk: ^3.4.0

dev_dependencies:
dart_flutter_team_lints: ^1.0.0
test: ^1.16.0
dart_flutter_team_lints: ^2.0.0
test: ^1.16.6