Skip to content
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

chore: Improve package descriptions and issue tracker URL #103

Merged
merged 1 commit into from
Oct 9, 2024
Merged
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
chore: Improve package descriptions and issue tracker URL
  • Loading branch information
riscait committed Oct 9, 2024
commit 5d0a0f60a709b74b7cef186412284a47e79c1d9f
3 changes: 3 additions & 0 deletions packages/altfire_authenticator/README.md
Original file line number Diff line number Diff line change
@@ -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
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/**
3 changes: 3 additions & 0 deletions packages/altfire_configurator/README.md
Original file line number Diff line number Diff line change
@@ -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
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/**
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

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/**
3 changes: 3 additions & 0 deletions packages/altfire_tracker/README.md
Original file line number Diff line number Diff line change
@@ -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
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/**

Loading