From 7610d5ff57b4262c6944df2446f991f54d3d20c7 Mon Sep 17 00:00:00 2001 From: Artem Chubaryan Date: Wed, 15 Jul 2026 16:36:14 -0500 Subject: [PATCH] DEVMOB-1041 Mark Reader SDK Flutter plugin as retired Reader SDK 1 was deprecated in January 2025 and retired on December 31, 2025 - it can no longer be used to accept payments. Add a prominent retirement banner at the top of the README pointing developers to the Mobile Payments SDK and its Flutter plugin. Co-Authored-By: Claude Fable 5 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f345ebd..0f11bfc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# ⚠️ RETIRED — Reader SDK is no longer supported + +> [!CAUTION] +> **Reader SDK has been retired and can no longer be used to accept payments.** +> Reader SDK was [deprecated in January 2025](https://developer.squareup.com/docs/changelog/mobile-logs/2025-01-23) and retired on **December 31, 2025**. This plugin no longer functions, and this repository is no longer maintained. +> +> Migrate to the [Mobile Payments SDK](https://developer.squareup.com/docs/mobile-payments-sdk), Square's supported solution for in-person payments, which has an official [Flutter plugin](https://github.com/square/mobile-payments-sdk-flutter). See the [migration guide](https://developer.squareup.com/docs/mobile-payments-sdk/migrate) to get started. + # Flutter plugin for Reader SDK [![build](https://github.com/square/reader-sdk-flutter-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/square/reader-sdk-flutter-plugin/actions/workflows/build.yml)