From 43cfe9e08e90826ce1757c7e2ad7fa2cad9393ba Mon Sep 17 00:00:00 2001 From: Midori Date: Wed, 16 Aug 2023 16:02:33 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce8708f5..49ba89f2 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ await Gal.requestAccess(); ## 🎯Example Here is a minimal example. A [best practice](https://github.com/natsuk4ze/gal/wiki/Best-Practice) and more detailed one -can be found in [example](https://github.com/natsuk4ze/gal/blob/main/example/lib/main.dart). +can be found in [example](https://pub.dev/packages/gal/example). ``` dart import 'package:flutter/material.dart';