Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
build: bump 0.4.2 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoheiKanagu authored Dec 4, 2022
1 parent cb3d508 commit e082630
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased
## 0.4.2

- Fixed a problem with incorrect object detection on iOS when the image source is camera in the example app. [#83](https://github.com/KoheiKanagu/ncnn_yolox_flutter/pull/83)
- Supports the latest riverpod with example app. [#82](https://github.com/KoheiKanagu/ncnn_yolox_flutter/pull/82)

## 0.4.1

Expand Down
2 changes: 1 addition & 1 deletion example/lib/providers/ncnn_yolox_options.freezed.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// coverage:ignore-file
// GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: type=lint
// ignore_for_file: unused_element, deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies, annotate_overrides, invalid_annotation_target
// ignore_for_file: unused_element, deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies, annotate_overrides, invalid_annotation_target, unnecessary_question_mark

part of 'ncnn_yolox_options.dart';

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.1"
version: "0.4.2"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ncnn_yolox_flutter
description: This is a plugin to run YOLOX on ncnn.
version: 0.4.1
version: 0.4.2
homepage: https://github.com/KoheiKanagu/ncnn_yolox_flutter

environment:
Expand Down

0 comments on commit e082630

Please sign in to comment.