Skip to content

Commit

Permalink
Removed old travis.yaml CI file.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Sep 22, 2024
1 parent 70241fa commit b72b50b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 49 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 11.2.0

- [432] On CupertinoAlertDialog configured CupertinoActionButton isDefaultAction property for the Update button. Thanks to @lukemmtt for the change.
- Removed old travis.yaml CI file.

## 11.1.0

Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Upgrader

[![Build Status](https://travis-ci.com/larryaasen/upgrader.svg?branch=master)](https://app.travis-ci.com/github/larryaasen/upgrader)
[![codecov](https://codecov.io/gh/larryaasen/upgrader/branch/master/graph/badge.svg)](https://app.codecov.io/gh/larryaasen/upgrader)
[![pub package](https://img.shields.io/pub/v/upgrader.svg)](https://pub.dartlang.org/packages/upgrader)
[![GitHub Stars](https://img.shields.io/github/stars/larryaasen/upgrader.svg)](https://github.com/larryaasen/upgrader/stargazers)
Expand All @@ -11,7 +10,7 @@

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.

## Overview
## Overview

When a newer app version is available in the app store, a simple alert prompt or card is
displayed.
Expand Down Expand Up @@ -47,7 +46,8 @@ Tapping the UPDATE NOW button takes the user to the App Store (iOS) or Google Pl

## Alert Example

Just wrap your home widget in the `UpgradeAlert` widget, and it will handle the rest.
Just wrap your home widget in the `UpgradeAlert` widget, and it will handle the rest. Make sure `UpgradeAlert`
is below `MaterialApp` in the widget tree.
```dart
class MyApp extends StatelessWidget {
const MyApp({super.key});
Expand Down Expand Up @@ -225,7 +225,7 @@ description field.
## Go Router

When using GoRouter (package go_router) with upgrader, you may need to provide
a navigatorKey to the ```UpgradeAlert``` widget so that the correct route
a navigatorKey to the ```UpgradeAlert``` widget so that the correct route
context is used. Below is part of the code you will need for this. Also,
checkout the [example/lib/main-gorouter.dart](example/lib/main-gorouter.dart) example for a more complete example.

Expand Down Expand Up @@ -613,10 +613,6 @@ Please sponsor or donate to the creator of `upgrader` on [Flattr](https://flattr

## Builds

[![Build Status](https://travis-ci.com/larryaasen/upgrader.svg?branch=master)](https://app.travis-ci.com/github/larryaasen/upgrader)

[![Codemagic](https://api.codemagic.io/apps/5ffb7888eb8402dcd1928753/flutter-package/status_badge.svg)](https://codemagic.io/apps/5ffb7888eb8402dcd1928753/flutter-package/latest_build)

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/larryaasen/upgrader/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/larryaasen/upgrader/tree/master)

[![GitHub main workflow](https://github.com/larryaasen/upgrader/actions/workflows/main.yml/badge.svg)](https://github.com/larryaasen/upgrader/actions/workflows/main.yml)

0 comments on commit b72b50b

Please sign in to comment.