Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 17, 2025
1 parent cae5eb2 commit 2a39490
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_localizer/lib/flutter_localizer.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Flutter port of the localizer library.
library flutter_localizer;
library;

import 'package:flutter/services.dart';
import 'package:localizer/localizer.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_localizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation: https://github.com/LinwoodCloud/dart_pkgs
issue_tracker: https://github.com/LinwoodCloud/dart_pkgs/issues

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

dependencies:
flutter:
Expand Down
8 changes: 0 additions & 8 deletions packages/flutter_onenote/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.19.0"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.8"
fake_async:
dependency: transitive
description:
Expand Down
4 changes: 0 additions & 4 deletions packages/flutter_onenote/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/localizer/lib/localizer.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Support for doing something awesome.
///
/// More dartdocs go here.
library localizer;
library;

export 'src/localizer_base.dart';
export 'src/localizer_locale.dart';
2 changes: 1 addition & 1 deletion packages/localizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation: https://github.com/LinwoodCloud/dart_pkgs
issue_tracker: https://github.com/LinwoodCloud/dart_pkgs/issues

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'


# dependencies:
Expand Down
8 changes: 0 additions & 8 deletions packages/lw_sysapi/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.6"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.8"
fake_async:
dependency: transitive
description:
Expand Down
4 changes: 0 additions & 4 deletions packages/lw_sysapi/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/networker/networker_rtc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/networker/networker
ref: 6c0f12c21b05334fdf27e8a584c8bd7b0409a9ab
ref: cae5eb2c970b704c1c07b046ffe338500c6fe08d

dev_dependencies:
lints: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/networker/networker_s5/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/networker/networker
ref: 6c0f12c21b05334fdf27e8a584c8bd7b0409a9ab
ref: cae5eb2c970b704c1c07b046ffe338500c6fe08d
s5: ^0.2.0
hive: ^2.2.3
http: ^1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/networker/networker_socket/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/networker/networker
ref: 6c0f12c21b05334fdf27e8a584c8bd7b0409a9ab
ref: cae5eb2c970b704c1c07b046ffe338500c6fe08d
web_socket_channel: ^3.0.0

dev_dependencies:
Expand Down

0 comments on commit 2a39490

Please sign in to comment.