Compare commits

..

1 Commits

Author SHA1 Message Date
d7c0104016 chore(deps): update dependency dart to <4.0.0
Some checks failed
renovate/artifacts Artifact file update failure
2024-08-10 14:36:57 +00:00
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@ -24,7 +24,7 @@ platforms:
macos:
environment:
sdk: ">=3.3.0 <4.0.0"
sdk: "<4.0.0"
flutter: ">=3.22.0"
# Dependencies specify other packages that your package needs in order to work.

View File

@ -11,7 +11,7 @@ platforms:
macos:
environment:
sdk: ">=3.3.0 <4.0.0"
sdk: "<4.0.0"
flutter: ">=3.22.0"
dependencies:
@ -27,7 +27,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.11
flutter_lints: any
ffigen: ^14.0.0
ffigen: ^13.0.0
freezed: any
json_serializable: any