mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
chore: bump minimum dart version
This commit is contained in:
parent
441dcac1d7
commit
7a067beeb9
3 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
||||||
include: package:lints/recommended.yaml
|
include: package:lints/recommended.yaml
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
|
language:
|
||||||
|
strict-casts: true
|
||||||
|
strict-raw-types: true
|
||||||
strong-mode:
|
strong-mode:
|
||||||
implicit-casts: false
|
implicit-casts: false
|
||||||
implicit-dynamic: false
|
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- lib/src/bindings/libgit2_bindings.dart
|
- lib/src/bindings/libgit2_bindings.dart
|
||||||
|
|
|
@ -50,7 +50,7 @@ class Merge {
|
||||||
/// values respectively.
|
/// values respectively.
|
||||||
///
|
///
|
||||||
/// Throws a [LibGit2Error] if error occured.
|
/// Throws a [LibGit2Error] if error occured.
|
||||||
static List analysis({
|
static List<Object> analysis({
|
||||||
required Repository repo,
|
required Repository repo,
|
||||||
required Oid theirHead,
|
required Oid theirHead,
|
||||||
String ourRef = 'HEAD',
|
String ourRef = 'HEAD',
|
||||||
|
|
|
@ -3,8 +3,8 @@ description: Dart bindings to libgit2
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.0 <3.0.0"
|
sdk: ">=2.16.0 <3.0.0"
|
||||||
flutter: ">=2.8.0"
|
flutter: ">=2.10.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
args: ^2.3.0
|
args: ^2.3.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue