Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pub-dependencies group across 1 directory with 3 updates #596

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dynamic_color/example/lib/accent_color.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:dynamic_color_example/common.dart';
import 'package:flutter/material.dart';

class AccentColorExample extends StatelessWidget {
const AccentColorExample({Key? key}) : super(key: key);
const AccentColorExample({super.key});

static const title = 'Accent color (desktop)';

Expand Down
4 changes: 2 additions & 2 deletions packages/dynamic_color/example/lib/complete_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CustomColors lightCustomColors = const CustomColors(danger: Color(0xFFE53935));
CustomColors darkCustomColors = const CustomColors(danger: Color(0xFFEF9A9A));

class CompleteExample extends StatelessWidget {
const CompleteExample({Key? key}) : super(key: key);
const CompleteExample({super.key});

static const title = 'Complete example';

Expand Down Expand Up @@ -99,7 +99,7 @@ class CustomColors extends ThemeExtension<CustomColors> {
}

class Home extends StatefulWidget {
const Home({Key? key}) : super(key: key);
const Home({super.key});

@override
HomeState createState() => HomeState();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ final sampleCorePalette = CorePalette.fromList([
]);

class CorePaletteVisualization extends StatefulWidget {
const CorePaletteVisualization({Key? key}) : super(key: key);
const CorePaletteVisualization({super.key});

static const title = 'CorePalette visualization';

Expand Down Expand Up @@ -135,7 +135,7 @@ class _CorePaletteVisualizationState extends State<CorePaletteVisualization> {
}

class _RenderCorePalette extends StatelessWidget {
const _RenderCorePalette(this.corePalette, {Key? key}) : super(key: key);
const _RenderCorePalette(this.corePalette);

final CorePalette corePalette;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:dynamic_color_example/common.dart';
import 'package:flutter/material.dart';

class AdvancedExample1 extends StatelessWidget {
const AdvancedExample1({Key? key}) : super(key: key);
const AdvancedExample1({super.key});

static const title = 'DynamicColorBuilder';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:material_color_utilities/material_color_utilities.dart';
import 'common.dart';

class AdvancedExample2 extends StatelessWidget {
const AdvancedExample2({Key? key}) : super(key: key);
const AdvancedExample2({super.key});

static const title = 'DynamicColorPlugin.getCorePalette()';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:dynamic_color_example/common.dart';
import 'package:flutter/material.dart';

class HarmonizationExample extends StatelessWidget {
const HarmonizationExample({Key? key}) : super(key: key);
const HarmonizationExample({super.key});

static const title = 'Color harmonization';

Expand Down
5 changes: 2 additions & 3 deletions packages/dynamic_color/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main() {
}

class ExampleApp extends StatelessWidget {
const ExampleApp({Key? key}) : super(key: key);
const ExampleApp({super.key});

@override
Widget build(BuildContext context) {
Expand Down Expand Up @@ -71,10 +71,9 @@ class ExampleApp extends StatelessWidget {

class _ExampleAppButton extends StatelessWidget {
const _ExampleAppButton({
Key? key,
required this.title,
required this.widget,
}) : super(key: key);
});

final String title;
final Widget widget;
Expand Down
32 changes: 16 additions & 16 deletions packages/dynamic_color/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: "direct dev"
description:
name: cider
sha256: "8e147719af74ca3df4864ba0bf1674606dfa691d659d05b93884487d96f09ede"
sha256: dfff70e9324f99e315857c596c31f54cb7380cfa20dfdfdca11a3631e05b7d3e
url: "https://pub.dev"
source: hosted
version: "0.2.6"
version: "0.2.8"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -90,10 +90,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "4.0.0"
flutter_test:
dependency: "direct main"
description: flutter
Expand All @@ -119,34 +119,34 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: cdd14e3836065a1f6302a236ec8b5f700695c803c57ae11a1c84df31e6bcf831
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
url: "https://pub.dev"
source: hosted
version: "10.0.3"
version: "10.0.4"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "9b2ef90589911d665277464e0482b209d39882dffaaf4ef69a3561a3354b2ebc"
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "3.0.3"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: fd3cd66cb2bcd7b50dcd3b413af49d78051f809c8b3f6e047962765c15a0d23d
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "4.0.0"
markdown:
dependency: transitive
description:
Expand Down Expand Up @@ -183,10 +183,10 @@ packages:
dependency: "direct dev"
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -292,10 +292,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: a2662fb1f114f4296cf3f5a50786a2d888268d7776cf681aa17d660ffa23b246
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
url: "https://pub.dev"
source: hosted
version: "14.0.0"
version: "14.2.1"
yaml:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic_color/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:

dev_dependencies:
cider: ">=0.1.3 <0.3.0"
flutter_lints: ">=2.0.0 <4.0.0"
flutter_lints: ">=2.0.0 <5.0.0"
meta: ^1.3.0

flutter:
Expand Down
Loading