Skip to content

Commit

Permalink
update readme and pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
luffan committed Jun 18, 2024
1 parent d8f0803 commit 7e21966
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<a href="https://pub.dartlang.org/packages/suggest_a_feature">
<img alt="Pub" src="https://img.shields.io/pub/v/suggest_a_feature" />
</a>
<a href="https://github.com/What-the-Flutter/Suggest-a-Feature/actions/workflows/build.yml?query=workflow%3ABuild">
<img alt="Build Status" src="https://github.com/What-the-Flutter/Suggest-a-Feature/actions/workflows/build.yml/badge.svg?event=push"/>
<a href="https://github.com/flutterwtf/Suggest-a-Feature/actions/workflows/build.yml?query=workflow%3ABuild">
<img alt="Build Status" src="https://github.com/flutterwtf/Suggest-a-Feature/actions/workflows/build.yml/badge.svg?event=push"/>
</a>
<a href="https://www.codefactor.io/repository/github/what-the-flutter/suggest-a-feature">
<img alt="CodeFactor" src="https://www.codefactor.io/repository/github/what-the-flutter/suggest-a-feature/badge"/>
<a href="https://www.codefactor.io/repository/github/flutterwtf/suggest-a-feature">
<img alt="CodeFactor" src="https://www.codefactor.io/repository/github/flutterwtf/suggest-a-feature/badge"/>
</a>
</p>

Expand All @@ -37,7 +37,7 @@ You can check interactive example [here](https://flutterwtf.github.io/Suggest-a-
A small demo:

<p align="center">
<img src="https://github.com/What-the-Flutter/Suggest-a-Feature/assets/93796040/adb45e1d-204e-4614-932d-3c73d4899a05"/>
<img src="https://github.com/flutterwtf/Suggest-a-Feature/assets/93796040/adb45e1d-204e-4614-932d-3c73d4899a05"/>
</p>

## Usage
Expand Down Expand Up @@ -83,7 +83,7 @@ Admin functionality allows you to edit any suggestion (e.g change its' status) a
A small demo:

<p align="center">
<img src="https://raw.githubusercontent.com/What-the-Flutter/Suggest-a-Feature/master/example/assets/suggest_a_feature_admin.gif" width="280" />
<img src="https://raw.githubusercontent.com/flutterwtf/Suggest-a-Feature/master/example/assets/suggest_a_feature_admin.gif" width="280" />
</p>

In order to enable admin functionality, you should specify the `adminSettings` and set `isAdmin` to `true`:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: suggest_a_feature
description: Ready-made Flutter package for collecting suggestions from users.
version: 0.4.2
repository: https://github.com/What-the-Flutter/Suggest-a-Feature
repository: https://github.com/flutterwtf/Suggest-a-Feature
homepage: https://pub.dev/packages/suggest_a_feature

topics:
Expand Down

0 comments on commit 7e21966

Please sign in to comment.