flutter_timeline library
Flutter Timeline library
Classes
- CategoriesOptions
- CategorySelector
- CategorySelectorButton
- FilterOptions
- LocalTimelinePostService
- TimelineCategory
- TimelineOptions
- TimelinePost
- A post of the timeline.
- TimelinePostCreationScreen
- TimelinePosterUserModel
- TimelinePostOverviewScreen
- TimelinePostReaction
- TimelinePostScreen
- TimelinePostService
- TimelinePostWidget
- TimelineScreen
- TimelineSelectionScreen
- TimelineService
- TimelineTextStyles
- TimelineTheme
- TimelineTranslations
- TimelineUserStoryConfiguration
- Configuration class for defining user-specific settings and callbacks for a timeline user story.
Mixins
Functions
-
getTimelineStoryRoutes(
{TimelineUserStoryConfiguration? configuration}) → List< GoRoute> - Retrieves a list of GoRouter routes for timeline stories.
- A widget function that creates a timeline navigator for user stories.
Typedefs
- ButtonBuilder = Widget Function(BuildContext context, VoidCallback onPressed, String text, {bool enabled})
- TextInputBuilder = Widget Function(TextEditingController controller, Widget? suffixIcon, String hintText)
- UserAvatarBuilder = Widget? Function(TimelinePosterUserModel user, double size)