diff --git a/README.md b/README.md index 72c6d87..1235523 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Flutter dev utils to make your life easier * Used for state management to ensure you never miss an exception. * CallerLogger * Built off logger package with functionality to print caller, ignore certain callers, and filter printed logs by caller type +* Help + * HelpFoo classes which can be used for inline code help. + ![Alt Text](https://github.com/Kek-Tech/flutter_dev_utils/blob/main/assets/HelpClass.gif) ## Usage diff --git a/assets/HelpClass.gif b/assets/HelpClass.gif new file mode 100644 index 0000000..fb203a7 Binary files /dev/null and b/assets/HelpClass.gif differ