From ab0eaaa8df6fc4c05753f5231070af2e63e917e2 Mon Sep 17 00:00:00 2001 From: Larry Aasen Date: Tue, 9 Apr 2024 21:38:33 -0400 Subject: [PATCH] Added example details to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 0fd04bd6..81d531cf 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,22 @@ digit (MAJOR), it converts it to a 3 digit version: MAJOR.0.0, and for versions only use 2 digits (MAJOR.MINOR), it converts it to a 3 digit version: MAJOR.MINOR.0, to be compliant with Semantic Versioning. +## Examples + +There are [plenty of examples](https://github.com/larryaasen/upgrader/tree/master/example/lib) that cover various different situations that may +help you customize the `upgrader` experience for your app. Check these out. + +| | | | +| --- | --- | --- | +| main.dart | main_alert_again.dart | main_alert_theme.dart | +| main_appcast.dart | main_card.dart | main_card_theme.dart | +| main_cupertino.dart | main_custom_alert.dart | main_custom_card.dart | +| main_dialog_key.dart | main_driver.dart | main_gorouter.dart | +| main_localized_rtl.dart | main_macos.dart | main_messages.dart | +| main_min_app_version.dart | main_multiple.dart | main_stateful.dart | +| main_subclass.dart | | | + + ## iTunes Search API There is a class in this Flutter package used by the `upgrader` widgets to download app details