mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -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
|
||||
|
||||
analyzer:
|
||||
language:
|
||||
strict-casts: true
|
||||
strict-raw-types: true
|
||||
strong-mode:
|
||||
implicit-casts: false
|
||||
implicit-dynamic: false
|
||||
|
||||
exclude:
|
||||
- lib/src/bindings/libgit2_bindings.dart
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue