CreatePost topic

The Create Post screen allows users to create and publish new posts. It provides a form for entering post details such as body, linked activity, and call-to-action button.

Functionality

The CreatePostPage is used for:

  • Creating New Posts: Users can enter details for a new post, including body, linked activity, and call-to-action button.
  • Editing Posts: Users can edit existing posts.
  • Saving Posts: Users can save the post as a draft or publish it.

Classes

CallToActionButtonFormFields CreatePost
The call to action button form fields for the post.
CreatePost CreatePost
This provider exposes a PostModel for creating or editing a post.
CreatePostPage CreatePost
The page shown in the app when a user wants to create or edit a post.
LinkedActivityMenu CreatePost
PostBody CreatePost
The body form field for the post.
SavePostButton CreatePost
The save post button for the create post screen.

Enums

CreatePostResult CreatePost