Skip to content

Migrate Widget Issues: updated content, asset added, improved formatting #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mrdavidorok
Copy link
Collaborator

@mrdavidorok mrdavidorok commented Jun 24, 2025

Description

Provide a brief overview of what this documentation update is about. Explain what sections or topics are being added or revised.

Linear ticket and magic word Fixes DEVR-976

Type of change

  • Typo fix
  • New feature
  • Enhancement to current docs
  • Removed outdated references
  • Update assets

Writing & Tone

  • Use a neutral, instructional tone — avoid “I”, “we”, or “you should”.
  • All titles and headers must follow Title Case.
  • Avoid question-based titles and “How to…” phrasing.
  • Keep titles concise for SEO; avoid long or vague titles.
  • Use numbered bullet points for step-by-step instructions.
  • Avoid vague transitions like “Next” or “After that” — use clear numbered steps.
  • Do not use numbers in headings (e.g., ## 1. Check Settings is incorrect).

Code & Formatting

  • Use backticks () for inline code like User.providerData`.
  • Do not bold inline code or full code sentences.
  • Use fenced code blocks with correct language tags (e.g., json, jsx, bash).
  • Avoid combining bold and code formatting unnecessarily.

Admonitions (Notes, Warnings, Tips)

  • Use proper admonition syntax: :::note, :::tip, :::warning, etc.
  • Do not use “Pro Tip” in titles — the :::tip block already implies it.
  • Avoid bolding entire sentences — only bold keywords or labels when needed.
  • Do not add empty square brackets [] to admonition titles.

Linking

  • Bold linked keywords in context .
  • Never hyperlink vague words like “here” or “this document”.
  • Use relative links for internal docs (e.g., /integrations/firebase/...).
  • When referencing deployment, link directly to the mobile deployment doc.

Structure & Consistency

  • Follow this structure: Introduction → Prerequisites → Steps → Notes → Resources.
  • Match structure, tone, and formatting with existing FlutterFlow docs.
  • Format prerequisites using the standard :::info[Prerequisites] block.
  • Avoid repeating “in FlutterFlow” when it’s already implied.
  • Use consistent bullet and heading formatting across all articles.

File Naming & SEO

  • Do not use “issues” or “troubleshooting” in folder or slug names.
  • Use descriptive, action-based slugs (e.g., /fix-push-notification-permissions).
  • Slugs should be short, lowercase, and hyphenated.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot requested a review from pinkeshmars June 24, 2025 00:12
@PoojaB26 PoojaB26 requested review from PoojaB26 and removed request for pinkeshmars July 1, 2025 02:51
title: Configure Text Widget Auto Size Behavior
---

# Configure Text Widget Auto Size Behavior
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may already have Auto Size docs in the main docs and this doesnt seem to be troubleshooting doc but a configuration doc? We should make sure that if there are any new info in this doc, it should be added back to the main doc. @pinkeshmars can help you find the docs for Auto size if not easily found or also help you figure out which info should be moved around.

![](../assets/20250430121252902305.png)

:::info
For more details and troubleshooting, see the **[official FlutterFlow guide on emoji rendering](https://intercom.help/flutterflow/en/articles/7044370-text-emoji-is-very-large-on-some-ios-devices)**.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please ensure we dont refer to any intercom docs anymore. the info that we are referring to must be here now.

:::

:::info[Additional Resources]
Refer to **[Scroll To Action Failing on Page Load](https://intercom.help/flutterflow/en/articles/7047006-scroll-to-action-is-not-working-when-used-on-page-load)** for more troubleshooting help.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment.


:::info[Prerequisites]
- You have created a custom widget in your project.
- You are familiar with the **[App State management](/concepts/state-management)** system in FlutterFlow.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not the correct reference. should be the app state docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants