chore: bump minimum dart version

This commit is contained in:
Aleksey Kulikov 2022-02-14 18:26:08 +03:00
parent 441dcac1d7
commit 7a067beeb9
3 changed files with 6 additions and 4 deletions

View file

@ -1,9 +1,11 @@
include: package:lints/recommended.yaml
analyzer:
language:
strict-casts: true
strict-raw-types: true
strong-mode:
implicit-casts: false
implicit-dynamic: false
exclude:
- lib/src/bindings/libgit2_bindings.dart

View file

@ -50,7 +50,7 @@ class Merge {
/// values respectively.
///
/// Throws a [LibGit2Error] if error occured.
static List analysis({
static List<Object> analysis({
required Repository repo,
required Oid theirHead,
String ourRef = 'HEAD',

View file

@ -3,8 +3,8 @@ description: Dart bindings to libgit2
version: 0.0.1
environment:
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.0"
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
dependencies:
args: ^2.3.0