Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ThinkDigitalSoftware/tavern

A pub.dev client for searching and subscribing to package updates.
https://github.com/ThinkDigitalSoftware/tavern

Last synced: 4 months ago
JSON representation

A pub.dev client for searching and subscribing to package updates.

Awesome Lists containing this project

README

        

# Tavern
[![Codemagic build status](https://api.codemagic.io/apps/5cff0c5e082482205cec0c9b/5cff0c5e082482205cec0c9a/status_badge.svg)](https://codemagic.io/apps/5cff0c5e082482205cec0c9b/5cff0c5e082482205cec0c9a/latest_build)

An open-source pub.dev client for searching and subscribing to packages.

## Roadmap

- [X] Search pub.dev
- [ ] Subscribe to updates for a given package.
- [ ] Subscribe to the new packages feed
- [ ] Organize subscriptions into projects
- [X] Add the ability to share a package

### Note:
Developers. Include a file at `lib/secrets.dart` with your own
github ClientID and Client Secret in order to get github logging in functionality:
```dart
String gitHubClientId = '5b8861234ClientID7';
String gitHubClientSecret = 'a7e55678ClientSecret998b';

```

## Screenshots
### iOS Screenshots

Home

Package Details

API View

Readme

Example

Versions

Analysis

Options