Skip to content

Commit

Permalink
remove dependency overrides that are not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed May 22, 2024
1 parent 95b72e9 commit 59de9bf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a basic workflow to help you get started with Actions
name: Flutter
name: Build

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -43,8 +43,8 @@ jobs:
- run: ./submodules/flutter/bin/flutter pub get
- run: ./submodules/flutter/bin/dart format --output=none --set-exit-if-changed ./lib
- run: ./submodules/flutter/bin/dart analyze ./lib
- name: Run tests with nix (starts postgres and invidious server)
run: nix-shell --run './submodules/flutter/bin/flutter test'
# - name: Run tests with nix (starts postgres and invidious server)
# run: nix-shell --run './submodules/flutter/bin/flutter test'
- run: ./submodules/flutter/bin/flutter pub run flutter_native_splash:create
- run: ./submodules/flutter/bin/flutter build apk --profile --split-per-abi
- name: Archive build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a basic workflow to help you get started with Actions
name: Clipious release
name: Release

# Controls when the workflow will run
on:
Expand Down
14 changes: 7 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ packages:
source: hosted
version: "1.0.0"
cupertino_icons:
dependency: "direct overridden"
dependency: transitive
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
Expand Down Expand Up @@ -693,7 +693,7 @@ packages:
source: hosted
version: "1.0.4"
js:
dependency: "direct overridden"
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
Expand Down Expand Up @@ -833,10 +833,10 @@ packages:
dependency: "direct overridden"
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "25dfcaf170a0190f47ca6355bdd4552cb8924b430512ff0cafb8db9bd41fe33b"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.14.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -1493,13 +1493,13 @@ packages:
source: hosted
version: "1.1.0"
web:
dependency: "direct overridden"
dependency: transitive
description:
name: web
sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad"
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.5.1"
web_socket_channel:
dependency: transitive
description:
Expand Down
11 changes: 5 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: invidious
version: 1.19.8+4053
version: 1.19.9+4054
publish_to: none
description: A new Flutter project.
environment:
Expand Down Expand Up @@ -82,11 +82,10 @@ dev_dependencies:
flutter_test:
sdk: flutter
dependency_overrides:
cupertino_icons: ^1.0.2
intl: 0.19.0
js: 0.7.1
meta: 1.11.0
web: 0.5.0
# cupertino_icons: ^1.0.2
# js: 0.7.1
meta: 1.14.0
# web: 0.5.0
flutter:
assets:
- assets/icon.svg
Expand Down

0 comments on commit 59de9bf

Please sign in to comment.