Skip to content

Commit

Permalink
chore(github_search): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 12, 2025
1 parent d35f580 commit f69020f
Show file tree
Hide file tree
Showing 72 changed files with 94 additions and 1,538 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<h1>Github Search</h1>
<h1>GitHub Search</h1>
<search-bar [githubSearchBloc]="githubSearchBloc"></search-bar>
<search-body [state]="$pipe.bloc(githubSearchBloc)"></search-body>
</div>
6 changes: 3 additions & 3 deletions examples/github_search/angular_github_search/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: angular_github_search
description: A web app that uses AngularDart Components

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
angular_bloc: ^10.0.0-dev.2
bloc: ^8.1.0
angular_bloc: ^10.0.0-dev.5
bloc: ^9.0.0
common_github_search:
path: ../common_github_search
ngdart: ^8.0.0-dev.4
Expand Down
8 changes: 4 additions & 4 deletions examples/github_search/common_github_search/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
bloc: ^8.1.0
equatable: ^2.0.3
http: ^0.13.3
bloc: ^9.0.0
equatable: ^2.0.0
http: ^1.0.0
stream_transform: ^2.0.0
19 changes: 8 additions & 11 deletions examples/github_search/flutter_github_search/.metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled.
# This file should be version controlled and should not be manually edited.

version:
revision: b1c77b7ed32346fe829c0ca97bd85d19290d54ae
channel: beta
revision: "17025dd88227cd9532c33fa78f5250d548d87e9a"
channel: "stable"

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: b1c77b7ed32346fe829c0ca97bd85d19290d54ae
base_revision: b1c77b7ed32346fe829c0ca97bd85d19290d54ae
- platform: android
create_revision: b1c77b7ed32346fe829c0ca97bd85d19290d54ae
base_revision: b1c77b7ed32346fe829c0ca97bd85d19290d54ae
- platform: ios
create_revision: b1c77b7ed32346fe829c0ca97bd85d19290d54ae
base_revision: b1c77b7ed32346fe829c0ca97bd85d19290d54ae
create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
- platform: web
create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a

# User provided section

Expand Down
13 changes: 0 additions & 13 deletions examples/github_search/flutter_github_search/android/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions examples/github_search/flutter_github_search/android/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions examples/github_search/flutter_github_search/ios/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f69020f

Please sign in to comment.