Skip to content
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/fleather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.35.1"
flutter-version: "3.38.0"
cache: true
# Manually Update this `key`
cache-key: "3.35.1"
cache-key: "3.38.0"
- run: dart pub global activate coverage

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
4 changes: 2 additions & 2 deletions packages/fleather/example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.5.0' apply false
id "org.jetbrains.kotlin.android" version "1.9.21" apply false
id "com.android.application" version '8.10.0' apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
}

include ":app"
2 changes: 1 addition & 1 deletion packages/fleather/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
image_picker_ios: e0ece4aa2a75771a7de3fa735d26d90817041326
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d

Expand Down
8 changes: 4 additions & 4 deletions packages/fleather/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
url_launcher: ^6.3.1
image_picker: ^1.1.2
url_launcher: ^6.3.2
image_picker: ^1.2.1
fleather:
path: ../
parchment:
Expand All @@ -31,8 +31,8 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_lints: ^5.0.0
flutter_test_robots: ^0.0.24
flutter_lints: ^6.0.0
flutter_test_robots: ^1.0.0

flutter:
uses-material-design: true
Expand Down
1 change: 0 additions & 1 deletion packages/fleather/l10n.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
format: true
use-escaping: true
synthetic-package: false

arb-dir: lib/l10n/translations
template-arb-file: en.arb
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev_dependencies:
flutter_lints: ^6.0.0
fake_async: ^1.3.3
mocktail: ^1.0.4
meta: ^1.16.0
meta: ^1.17.0

flutter:
generate: true
4 changes: 2 additions & 2 deletions packages/parchment/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
collection: ^1.19.1
parchment_delta: ^1.0.0
html: ^0.15.6
meta: ^1.16.0
meta: ^1.17.0

dev_dependencies:
test: ^1.26.1
test: ^1.27.0
lints: ^6.0.0