Skip to content

Commit

Permalink
chore: fix pub score
Browse files Browse the repository at this point in the history
  • Loading branch information
dungngminh committed Dec 18, 2024
1 parent 5949d27 commit a3b8a80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.2.1+2

- chore: fix dart score

## 1.2.1+1

- docs: update docs

## 1.2.1

- docs: Fix broken images in README.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a package that allows you to use Google Sheets as a remote config for ch

### Google Sheet

- Create a Google Sheet document, make it **PUBLIC** (If not you will get 401, in the future I will find the way to inject auth token for private sheeet) and put an easy to remember document name.
- Create a Google Sheet document, make it **PUBLIC & READ ONLY** (If not you will get 401, in the future I will find the way to inject auth token for private sheeet) and put an easy to remember document name.

![image](https://github.com/dungngminh/dart_gsheet_remote_config/raw/main/art/image.png)

Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: dart_gsheet_remote_config
description: A package that allows you to use Google Sheets as a remote config for changing your Dart/Flutter app's behaviors, settings,.. without updating.
version: 1.2.1+1
version: 1.2.1+2
topics: [remote, config]
repository: https://github.com/dungngminh/dart_gsheet_remote_config
issue_tracker: https://github.com/dungngminh/dart_gsheet_remote_config/issues

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit a3b8a80

Please sign in to comment.