Skip to content

Commit 1c91ecf

Browse files
committed
+chore: Update dependencies
1 parent df5a1a7 commit 1c91ecf

File tree

13 files changed

+27
-32
lines changed

13 files changed

+27
-32
lines changed

.github/_README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ cd your_project
1818
**2. Clone this repo into a `.github/` folder:**
1919

2020
```zsh
21-
git clone https://github.com/robmllze/pub.dev_package_workflow.git .github
21+
git clone https://github.com/DevCetra/pub.dev_package_workflow.git .github
2222
```
2323

2424
**3. Remove the `/.git` folder to include it to your project:**
25-
26-
*On macOS and Linux:*
25+
26+
_On macOS and Linux:_
27+
2728
```zsh
2829
rm -rf .github/.git/
2930
```
3031

31-
*On Windows:*
32+
_On Windows:_
33+
3234
```cmd
3335
rmdir /s /q .github/.git/
3436
```
35-
36-

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"label": "▶️ Refetch workflow",
66
"type": "shell",
7-
"command": "rm -rf .github && git clone https://github.com/robmllze/pub.dev_package_workflow.git .github && rm -rf .github/.git/"
7+
"command": "rm -rf .github && git clone https://github.com/DevCetra/pub.dev_package_workflow.git .github && rm -rf .github/.git/"
88
},
99
{
1010
"label": "▶️ Publish to pub.dev",

DEVELOPER_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## Enabling GitHub Workflow
2020

21-
https://github.com/robmllze/YOUR_PROJECT_NAME/settings/actions
21+
https://github.com/DevCetra/YOUR_PROJECT_NAME/settings/actions
2222

2323
## Changelog
2424

@@ -33,7 +33,7 @@ git init
3333
git add .
3434
git commit -m "Initial commit"
3535
gh repo create YOUR_PROJECT_NAME --public
36-
git remote add origin https://github.com/robmllze/YOUR_PROJECT_NAME.git
36+
git remote add origin https://github.com/DevCetra/YOUR_PROJECT_NAME.git
3737
git push -u origin main
3838
```
3939

@@ -54,7 +54,7 @@ git push -u origin main
5454

5555
```bash
5656
rm -rf .github/
57-
git clone https://github.com/robmllze/pub.dev_package_workflow.git .github
57+
git clone https://github.com/DevCetra/pub.dev_package_workflow.git .github
5858
rm -rf .github/.git
5959
```
6060

@@ -71,6 +71,6 @@ find . -name '.DS_Store' -type f -delete
7171

7272
```bash
7373
rmdir /s /q .github/
74-
git clone https://github.com/robmllze/pub.dev_package_workflow.git .github
74+
git clone https://github.com/DevCetra/pub.dev_package_workflow.git .github
7575
rmdir /s /q .github/.git
7676
```

example/example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
55
//
66
// GENERATED - DO NOT MODIFY BY HAND
7-
// See: https://github.com/robmllze/df_generate_dart_models
7+
// See: https://github.com/DevCetra/df_generate_dart_models
88
//
99
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
1010
//.title~

lib/src/_index.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
33
//
44
// GENERATED - DO NOT MODIFY BY HAND
5-
// See: https://github.com/robmllze/df_gen
5+
// See: https://github.com/DevCetra/df_gen
66
//
77
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
88
//.title~

lib/src/models/data_ref/_data_ref_model.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
33
//
44
// GENERATED - DO NOT MODIFY BY HAND
5-
// See: https://github.com/robmllze/df_generate_dart_models
5+
// See: https://github.com/DevCetra/df_generate_dart_models
66
//
77
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
88
//.title~

lib/src/models/field_model/_field_model.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
33
//
44
// GENERATED - DO NOT MODIFY BY HAND
5-
// See: https://github.com/robmllze/df_generate_dart_models
5+
// See: https://github.com/DevCetra/df_generate_dart_models
66
//
77
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
88
//.title~

lib/src/models/generate_dart_model/_generate_dart_model.g.dart

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
33
//
44
// GENERATED - DO NOT MODIFY BY HAND
5-
// See: https://github.com/robmllze/df_generate_dart_models
5+
// See: https://github.com/DevCetra/df_generate_dart_models
66
//
77
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
88
//.title~
@@ -200,10 +200,8 @@ class GenerateDartModel extends _GenerateDartModel {
200200
?.toSet()
201201
.unmodifiable;
202202
final shouldInherit = letAsOrNull<bool>(json?['shouldInherit']);
203-
final inheritanceConstructor =
204-
json?['inheritanceConstructor']?.toString().trim().nullIfEmpty;
205-
final keyStringCase =
206-
json?['keyStringCase']?.toString().trim().nullIfEmpty;
203+
final inheritanceConstructor = json?['inheritanceConstructor']?.toString().trim().nullIfEmpty;
204+
final keyStringCase = json?['keyStringCase']?.toString().trim().nullIfEmpty;
207205
final description = json?['description']?.toString().trim().nullIfEmpty;
208206
return GenerateDartModel(
209207
className: className,
@@ -263,8 +261,7 @@ class GenerateDartModel extends _GenerateDartModel {
263261
.nullIfEmpty
264262
?.toList();
265263
final shouldInherit0 = shouldInherit;
266-
final inheritanceConstructor0 =
267-
inheritanceConstructor?.trim().nullIfEmpty;
264+
final inheritanceConstructor0 = inheritanceConstructor?.trim().nullIfEmpty;
268265
final keyStringCase0 = keyStringCase?.trim().nullIfEmpty;
269266
final description0 = description?.trim().nullIfEmpty;
270267
final withNulls = {
@@ -306,8 +303,7 @@ class GenerateDartModel extends _GenerateDartModel {
306303
className: className ?? this.className,
307304
fields: fields ?? this.fields,
308305
shouldInherit: shouldInherit ?? this.shouldInherit,
309-
inheritanceConstructor:
310-
inheritanceConstructor ?? this.inheritanceConstructor,
306+
inheritanceConstructor: inheritanceConstructor ?? this.inheritanceConstructor,
311307
keyStringCase: keyStringCase ?? this.keyStringCase,
312308
description: description ?? this.description,
313309
);
@@ -326,8 +322,7 @@ class GenerateDartModel extends _GenerateDartModel {
326322
className: className ? this.className : null,
327323
fields: fields ? this.fields : null,
328324
shouldInherit: shouldInherit ? this.shouldInherit : null,
329-
inheritanceConstructor:
330-
inheritanceConstructor ? this.inheritanceConstructor : null,
325+
inheritanceConstructor: inheritanceConstructor ? this.inheritanceConstructor : null,
331326
keyStringCase: keyStringCase ? this.keyStringCase : null,
332327
description: description ? this.description : null,
333328
);

lib/src/models/referenced_model.dart/_referenced_model.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
33
//
44
// GENERATED - DO NOT MODIFY BY HAND
5-
// See: https://github.com/robmllze/df_generate_dart_models
5+
// See: https://github.com/DevCetra/df_generate_dart_models
66
//
77
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
88
//.title~

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name: df_generate_dart_models_core
1414
description: A package that provides core dependencies for models generated with df_generate_dart_models.
1515
version: 0.6.10
16-
repository: https://github.com/robmllze/df_generate_dart_models_core
16+
repository: https://github.com/DevCetra/df_generate_dart_models_core
1717
funding:
1818
- https://www.buymeacoffee.com/robmllze
1919
topics:
@@ -38,4 +38,4 @@ dependencies:
3838
## -----------------------------------------------------------------------------
3939

4040
dev_dependencies:
41-
lints: ^5.1.0
41+
lints: ^5.0.0

0 commit comments

Comments
 (0)