Skip to content

Commit

Permalink
chore: Improve package descriptions and issue tracker URL
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed Oct 9, 2024
1 parent 7dcc2e7 commit a0b1601
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions packages/altfire_authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Provides a wrapper class for FlutterFire Authentication package to simplify its usage.

It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.

## Getting started

### pubspec.yaml
Expand Down
6 changes: 2 additions & 4 deletions packages/altfire_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: altfire_authenticator
description: |
altfire_authenticator is a package wrapping FlutterFire Authentication.
It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.
Provides a wrapper class for FlutterFire Authentication package to simplify its usage.
version: 0.1.6
homepage: https://altive.dev
repository: https://github.com/altive/altfire
issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_authenticator
issue_tracker: https://github.com/altive/altfire/labels/altfire_authenticator

false_secrets:
- example/**
Expand Down
3 changes: 3 additions & 0 deletions packages/altfire_configurator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Provides a wrapper class for the FlutterFire RemoteConfig package to simplify its usage.

It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.

## Getting started

```yaml
Expand Down
6 changes: 2 additions & 4 deletions packages/altfire_configurator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: altfire_configurator
description: |
altfire_configurator is a package wrapping FlutterFire Remote Config.
It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.
Provides a wrapper class for the FlutterFire RemoteConfig package to simplify its usage.
version: 0.1.4
homepage: https://altive.dev
repository: https://github.com/altive/altfire
issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_configurator
issue_tracker: https://github.com/altive/altfire/labels/altfire_configurator

false_secrets:
- example/**
Expand Down
5 changes: 4 additions & 1 deletion packages/altfire_messenger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# AltFire Messenger

Provides a wrapper class for FlutterFire messaging and in_app_messaging packages to simplify its usage.
altfire_messenger is a package wrapping FlutterFire Messaging, Local Notifications, Firebase In-App Messaging, and Firebase Instance ID.

It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.

## Getting started

Expand Down
6 changes: 2 additions & 4 deletions packages/altfire_messenger/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: altfire_messenger
description: |
altfire_messenger is a package wrapping FlutterFire Messaging, Local Notifications, Firebase In-App Messaging, and Firebase Instance ID.
It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.
Provides a wrapper class for FlutterFire messaging and in_app_messaging packages to simplify its usage.
version: 0.2.1
homepage: https://altive.dev
repository: https://github.com/altive/altfire
issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_messenger
issue_tracker: https://github.com/altive/altfire/labels/altfire_messenger

false_secrets:
- example/**
Expand Down
3 changes: 3 additions & 0 deletions packages/altfire_tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Provides a wrapper class for FlutterFire Analytics and Crashlytics packages to simplify its usage.

It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.

## Getting started

### pubspec.yaml
Expand Down
7 changes: 2 additions & 5 deletions packages/altfire_tracker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: altfire_tracker
description: |
altfire_tracker is a package wrapping FlutterFire Analytics and Crashlytics.
It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.
Provides a wrapper class for FlutterFire Analytics and Crashlytics packages to simplify its usage.
version: 0.1.5
homepage: https://altive.dev
repository: https://github.com/altive/altfire
issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_tracker

issue_tracker: https://github.com/altive/altfire/labels/altfire_tracker
false_secrets:
- example/**

Expand Down

0 comments on commit a0b1601

Please sign in to comment.