Anthony Sansone
Anthony Sansone
@kay-kim : This may cross with your work on DOCS-11616. Sorry I forgot to PR earlier.
Create new page under Platform Integration > iOS from: * https://docs.flutter.dev/get-started/install/macos/mobile-ios?tab=download * https://docs.flutter.dev/get-started/install/macos/web?tab=download
The getting started pages will include links to add an additional compiler after the initial install. The resulting targets will fall in the Platform Integration section under each platform. This...
Some theming content in Flutter.dev has not been updated to Material 3. This epic covers making those changes: - [ ] #8841 - [ ] #8834 - [ ] #8620...
The `input` tag of the search form needs an accepted `type` attribute: `image` or `submit`. The current type, `search`, is valid HTML but not valid for WCAG. **Error:** This form...