mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-13 18:58:53 +01:00
Update copy_with
This commit is contained in:
parent
a2baad029a
commit
8a429dc4cd
4 changed files with 20 additions and 8 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
part of 'expert.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// CopyWithLintRuleGenerator
|
||||
// **************************************************************************
|
||||
|
||||
// ignore_for_file: library_private_types_in_public_api, duplicate_ignore
|
||||
|
||||
// **************************************************************************
|
||||
// CopyWithGenerator
|
||||
// **************************************************************************
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
part of 'theme.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// CopyWithLintRuleGenerator
|
||||
// **************************************************************************
|
||||
|
||||
// ignore_for_file: library_private_types_in_public_api, duplicate_ignore
|
||||
|
||||
// **************************************************************************
|
||||
// CopyWithGenerator
|
||||
// **************************************************************************
|
||||
|
|
|
@ -301,20 +301,20 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: copy_with
|
||||
ref: "copy_with-1.2.0"
|
||||
resolved-ref: c7522d73c206268302dca99b092e59e49b4fc085
|
||||
ref: "copy_with-1.3.0"
|
||||
resolved-ref: "5b384311088383b27c25e6b1a6985e17ef7683f7"
|
||||
url: "https://gitlab.com/nkming2/dart-copy-with"
|
||||
source: git
|
||||
version: "1.2.0"
|
||||
version: "1.3.0"
|
||||
copy_with_build:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
path: copy_with_build
|
||||
ref: "copy_with_build-1.2.0"
|
||||
resolved-ref: c7522d73c206268302dca99b092e59e49b4fc085
|
||||
ref: "copy_with_build-1.6.0"
|
||||
resolved-ref: "5f28fe363994d429fb9e8933705cf0ba07be2622"
|
||||
url: "https://gitlab.com/nkming2/dart-copy-with"
|
||||
source: git
|
||||
version: "1.2.0"
|
||||
version: "1.6.0"
|
||||
coverage:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -45,7 +45,7 @@ dependencies:
|
|||
git:
|
||||
url: https://gitlab.com/nkming2/dart-copy-with
|
||||
path: copy_with
|
||||
ref: copy_with-1.2.0
|
||||
ref: copy_with-1.3.0
|
||||
devicelocale: ^0.5.0
|
||||
device_info_plus: ^4.0.0
|
||||
draggable_scrollbar:
|
||||
|
@ -137,7 +137,7 @@ dev_dependencies:
|
|||
git:
|
||||
url: https://gitlab.com/nkming2/dart-copy-with
|
||||
path: copy_with_build
|
||||
ref: copy_with_build-1.2.0
|
||||
ref: copy_with_build-1.6.0
|
||||
drift_dev: ^1.7.0
|
||||
flutter_lints: ^2.0.1
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue