website
website copied to clipboard
Flutter documentation web site
This very large page should be refactored into a section. - [ ] https://github.com/flutter/website/issues/8843 - [ ] https://github.com/flutter/website/issues/2507 - [ ] https://github.com/flutter/website/issues/6162
### Page URL https://docs.flutter.dev/deployment/cd/ ### Page source https://github.com/flutter/website/tree/main/src/deployment/cd.md ### Describe the problem https://docs.flutter.dev/deployment/cd#cloud-build-and-deploy-setup In step 3: > Run flutter build appbundle or flutter build ios --release --no-codesign, depending on the...
The goals behind this are: - Make the site infrastructure easier to understand and modify by Dart developers - Make the site infrastructure easier to run on Windows - Eventually...
There are a few of us who have worked with Google and non-Google teams that have dealt with some "gotchas" around add-to-app, such as how and when to use certain...
### What information is missing? Update the [Layouts in Flutter](https://docs.flutter.dev/ui/layout) and [Building Layout](https://docs.flutter.dev/ui/layout/tutorial) pages. - [ ] #9066 ## Layouts in Flutter - [ ] #4130 - [x] #2719 -...
A user filed an issue requesting a way to profile app startup: https://github.com/flutter/devtools/issues/6975. I responded with some information about how to use DevTools to profile the Dart side, but there...
### Page URL https://docs.flutter.dev/cookbook/testing/unit/introduction/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/testing/unit/introduction.md ### Describe the problem Per this issue, we are now recommending users that running `flutter test` to only use the `flutter_test` dependency...
It would be really great if slivers were more discoverable for developers. Recently in conversation I wished we had a central place where they are listed (and link to the...
### What information needs to be added? In the [How to test a Flutter App codelab](https://codelabs.developers.google.com/codelabs/flutter-app-testing) we can see UI testing with the [flutter_driver](https://api.flutter.dev/flutter/flutter_driver/flutter_driver-library.html) package. Following [the documentation below](https://docs.flutter.dev/release/breaking-changes/flutter-driver-migration) we...
### Page URL https://firebase.google.com/codelabs/get-started-firebase-emulators-and-flutter#2 ### Page source _No response_ ### Describe the problem The page has this paragraph: > The directory structure under flutter-codelabs/firebase-emulator-suite is a two Flutter projects. One...