Skip to content

[palette_generator] Remove unmanaged code snippet #7962

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

Merged
Merged
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
3 changes: 2 additions & 1 deletion packages/palette_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 0.3.3+5

* Updates README to link to the published example.
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

## 0.3.3+4
Expand Down
10 changes: 2 additions & 8 deletions packages/palette_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@ find colors for a user interface.

## Example

Import the library via

```dart
import 'package:palette_generator/palette_generator.dart';
```

Then use the `PaletteGenerator` Dart class in your code. To see how this is done,
check out the [image_colors example app](example/).
To see how to use the `PaletteGenerator` class in your code, see
[the example app](https://pub.dev/packages/palette_generator/example).
2 changes: 1 addition & 1 deletion packages/palette_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: palette_generator
description: Flutter package for generating palette colors from a source image.
repository: https://github.com/flutter/packages/tree/main/packages/palette_generator
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+palette_generator%22
version: 0.3.3+4
version: 0.3.3+5

environment:
sdk: ^3.3.0
Expand Down
1 change: 0 additions & 1 deletion script/configs/temp_exclude_excerpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
# https://github.com/flutter/flutter/issues/102679
- espresso
- in_app_purchase/in_app_purchase
- palette_generator
- pointer_interceptor
- quick_actions/quick_actions