Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:vitusortner/floor into issue/sup…
Browse files Browse the repository at this point in the history
…port_analyzer_4_1_0
  • Loading branch information
Dmytro Puzak committed Jun 17, 2022
2 parents d566e48 + ba521e3 commit fad3615
Show file tree
Hide file tree
Showing 8 changed files with 151 additions and 127 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: stable
architecture: x64

- name: Install dependencies
run: flutter packages get
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: stable

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
update-release-draft:
permissions:
contents: write # to create a GitHub release
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
Expand Down
71 changes: 39 additions & 32 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "40.0.0"
version: "33.0.0"
analyzer:
dependency: "direct dev"
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.0"
version: "3.1.0"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.1"
version: "2.3.0"
async:
dependency: transitive
description:
Expand All @@ -42,7 +42,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
version: "2.2.1"
build_config:
dependency: transitive
description:
Expand All @@ -56,21 +56,21 @@ packages:
name: build_daemon
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
version: "3.0.1"
build_resolvers:
dependency: transitive
description:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
version: "2.0.6"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.11"
version: "2.1.7"
build_runner_core:
dependency: transitive
description:
Expand All @@ -91,7 +91,7 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "8.3.2"
version: "8.1.4"
characters:
dependency: transitive
description:
Expand All @@ -113,6 +113,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -140,21 +147,21 @@ packages:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.0.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.0.1"
dart_style:
dependency: transitive
description:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.3"
version: "2.2.1"
fake_async:
dependency: transitive
description:
Expand All @@ -168,7 +175,7 @@ packages:
name: ffi
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
version: "1.1.2"
file:
dependency: transitive
description:
Expand All @@ -182,7 +189,7 @@ packages:
name: fixnum
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.0.0"
floor:
dependency: "direct main"
description:
Expand Down Expand Up @@ -220,7 +227,7 @@ packages:
name: frontend_server_client
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
version: "2.1.2"
glob:
dependency: transitive
description:
Expand All @@ -241,14 +248,14 @@ packages:
name: http_multi_server
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
version: "3.0.1"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.0.0"
io:
dependency: transitive
description:
Expand All @@ -262,14 +269,14 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
version: "0.6.3"
json_annotation:
dependency: transitive
description:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "4.5.0"
version: "4.4.0"
lists:
dependency: transitive
description:
Expand Down Expand Up @@ -311,14 +318,14 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.1"
package_config:
dependency: transitive
description:
name: package_config
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.0.2"
path:
dependency: transitive
description:
Expand All @@ -339,7 +346,7 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.0"
pubspec_parse:
dependency: transitive
description:
Expand All @@ -353,7 +360,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.2.0"
shelf_web_socket:
dependency: transitive
description:
Expand All @@ -372,7 +379,7 @@ packages:
name: source_gen
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.2.1"
source_span:
dependency: transitive
description:
Expand All @@ -386,28 +393,28 @@ packages:
name: sqflite
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2+1"
version: "2.0.2"
sqflite_common:
dependency: transitive
description:
name: sqflite_common
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1+1"
version: "2.2.0"
sqflite_common_ffi:
dependency: transitive
description:
name: sqflite_common_ffi
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.0+1"
sqlite3:
dependency: transitive
description:
name: sqlite3
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.1"
version: "1.5.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -449,7 +456,7 @@ packages:
name: synchronized
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0+2"
version: "3.0.0"
term_glyph:
dependency: transitive
description:
Expand Down Expand Up @@ -477,7 +484,7 @@ packages:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.3.0"
unicode:
dependency: transitive
description:
Expand Down Expand Up @@ -505,14 +512,14 @@ packages:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.1.0"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
version: "3.1.0"
sdks:
dart: ">=2.17.0 <3.0.0"
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=1.10.0"
Loading

0 comments on commit fad3615

Please sign in to comment.