Skip to content

Commit

Permalink
CodelesslySDK v5.2.0
Browse files Browse the repository at this point in the history
- Update codelessly_json_serializable to v4.9.0.
  • Loading branch information
rayliverified committed Sep 21, 2024
1 parent fa88977 commit dac417d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
**/doc/api/
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.2.0

- Update codelessly_json_serializable to v4.9.0.

## 5.1.0
- Fix Hive CE duplicate initialization error.
- Update Firestore v3.5.0.
Expand Down
1 change: 0 additions & 1 deletion lib/src/logging/codelessly_event.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:codelessly_api/codelessly_api.dart';
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
import 'package:equatable/equatable.dart';
import 'package:uuid/uuid.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/src/model/asset_model.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:codelessly_api/codelessly_api.dart';
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';
import 'package:equatable/equatable.dart';

Expand Down
1 change: 0 additions & 1 deletion lib/src/model/auth_data.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:codelessly_api/codelessly_api.dart';
import 'package:codelessly_json_annotation/codelessly_json_annotation.dart';

import '../../codelessly_sdk.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils/image_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class _UltimateImageBuilderState extends State<UltimateImageBuilder> {
widget.loadingBuilder!(context, child)
: null,
errorBuilder: (context, error, stackTrace) {
print('Image Loading Error:' + error.toString());
print('Image Loading Error: $error');
return (widget.errorBuilder ?? _defaultErrorBuilder)(context);
},
);
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codelessly_sdk
description: Codelessly CloudUI™ - Server-driven UI for Flutter. Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
version: 5.1.0
version: 5.2.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -20,7 +20,7 @@ dependencies:
flutter:
sdk: flutter
# Codelessly
codelessly_api: 3.0.0
codelessly_api: 4.0.0
codelessly_json_annotation: 4.9.0+2

# Firebase
Expand Down

0 comments on commit dac417d

Please sign in to comment.