Skip to content

Commit 6215393

Browse files
committed
Fixed json_serializable is missing
1 parent 24bcc88 commit 6215393

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

.idea/libraries/Dart_Packages.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/app/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ dependencies:
5555
flutter:
5656
sdk: flutter
5757

58-
# Annotations for freezed
59-
freezed_annotation: ^2.4.1
6058
# HSV(HSB)/HSL/RGB/Material color picker
6159
flutter_colorpicker: ^1.1.0
6260
# A cross platform plugin for displaying local notifications.
@@ -83,8 +81,6 @@ dependencies:
8381
http: ^1.3.0
8482
# Open source icon sets for flutter
8583
iconify_flutter: ^0.0.7
86-
# Convenient code generator for get_it
87-
injectable: ^2.5.0
8884
# Allow you to have a screen at launcher for example
8985
introduction_screen: ^3.1.17
9086
# Port of Kotlin's Kotlin Standard library for Dart/Flutter projects
@@ -153,5 +149,7 @@ dev_dependencies:
153149
injectable_generator: ^2.4.1
154150
integration_test:
155151
sdk: flutter
152+
# Dart Build System builders for handling JSON.
153+
json_serializable: ^6.7.1
156154
# Collection of lint rules for Dart and Flutter projects.
157155
lint: ^2.8.0

packages/integrations_controller/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ dependencies:
4848
internet_connection_checker: ^3.0.1
4949
# Defines the annotations used by json_serializable to create code for JSON serialization and deserialization.
5050
json_annotation: ^4.9.0
51-
# Dart Build System builders for handling JSON.
52-
json_serializable: ^6.7.1
5351
# Port of Kotlin's Kotlin Standard library for Dart/Flutter projects
5452
kt_dart: ^1.1.0
5553
# Implementation of the LIFX HTTP API
@@ -103,5 +101,7 @@ dev_dependencies:
103101
injectable_generator: ^2.4.1
104102
# Collection of lint rules for Dart and Flutter projects
105103
lint: ^2.8.0
104+
# Dart Build System builders for handling JSON.
105+
json_serializable: ^6.7.1
106106
# A full featured library for writing and running Dart tests across platforms.
107107
test: ^1.25.15

0 commit comments

Comments
 (0)