website
website copied to clipboard
Flutter documentation web site
### Page URL https://codelabs.developers.google.com/codelabs/flutter#3 ### Describe the problem Try the finished app on DartPad! ->https://dartpad.dev/?id=99243efc05f92cd541af5e279c012050 There are some errors in the code that doesn't make it work. ### Expected fix...
### Page URL https://docs.flutter.dev/development/add-to-app/ios/project-setup#option-a---embed-with-cocoapods-and-the-flutter-sdk ### Page source _No response_ ### Describe the problem When https://github.com/flutter/flutter/pull/101943 makes it to a tagged release, update `The `flutter_post_install` method (recently added to Flutter),` line...
@eseidelGoogle commented on [Fri May 06 2016](https://github.com/flutter/flutter/issues/3770) I've seen some developers use git submodules. Is that a recommended approach? Once I write my large app, I want to control when...
On the CodeLab - [Building beautiful UIs with Flutter](https://codelabs.developers.google.com/codelabs/flutter#6) The link on the text CrossAxisAlignment.start goes to https://api.flutter.dev/flutter/rendering/CrossAxisAlignment-class.html which has content: Page Not Found...
### Page URL https://docs.flutter.dev/cookbook/lists/horizontal-list/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/lists/horizontal-list.md ### Describe the problem After the breaking [changes](https://docs.flutter.dev/release/breaking-changes/default-scroll-behavior-drag) regarding ScrollBehaviors, it is not allowed (by default) to drag a scrolling widget with...
### Page URL https://docs.flutter.dev/jobs/tools/ ### Page source https://github.com/flutter/website/tree/main/src/jobs/tools.html ### Describe the problem "Please apply at the [Google Careers site](https://careers.google.com/jobs/results/122913957812806342-senior-software-engineer-platforms-and-ecosystem-flutter/) and mention this page/URL in the Cover letter/other notes section." Here,...
### Page URL https://docs.flutter.dev/get-started/flutter-for/react-native-devs/ ### Page source https://github.com/flutter/website/tree/main/src/get-started/flutter-for/react-native-devs.md ### Describe the problem This page is outdated. Examples opened with Dartpad show errors related to null safety. ### Expected fix Update...
### Page URL https://docs.flutter.dev/jobs/engine_web/ ### Page source https://github.com/flutter/website/tree/main/src/jobs/engine_web.html ### Describe the problem Please apply at the [Google Careers site](https://careers.google.com/jobs/results/122913957812806342-senior-software-engineer-platforms-and-ecosystem-flutter/) and mention this page/URL in the Cover letter/other notes section. Here,...
**I run the last command at step 7 and got an error about the Scrolling test:** ``` Running "flutter pub get" in step_07... 2,120ms Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to...
I already have a swiftUI project, how can i embed my flutter module into this SwiftUI project?