launch_counter library
Classes
- Condition
- Represents a condition, which need to be met in order for widget to open.
- DebuggableCondition
- A condition that can easily be displayed thanks to the provided method.
- DoNotOpenAgainCondition
- The do not open again condition.
- LaunchCounter
- Allows to show widgets if custom conditions are met (eg. install time, number of launches, etc...).
- LaunchCounterBuilder
- Allows to build a widget and initialize Launch counter.
- MinimumAppLaunchesCondition
- The minimum app launches condition.
- MinimumDaysCondition
- The minimum days condition.
Enums
- LaunchCounterEventType
- Represents all events that can occur during the Launch counter lifecycle.
Typedefs
- LaunchCounterInitializedCallback = dynamic Function(BuildContext context, LaunchCounter launchCounter)
- Should be called once Launch counter has been initialized.