website
website copied to clipboard
Flutter documentation web site
### Page URL https://docs.flutter.dev/development/data-and-backend/state-mgmt/options#provider ### Page source https://github.com/flutter/website/tree/main/src/development/data-and-backend/state-mgmt/options.md ### Describe the problem 1. [You might not need Redux: The Flutter edition](https://proandroiddev.com/you-might-not-need-redux-the-flutter-edition-9c11eba006d7) is outdated. Provider has evolved much since. Having this...
### What information is missing? Apple has several SDKs (for example: [MusicKit](https://developer.apple.com/musickit/)) that help with developing specific types of apps, or accomplish specific tasks when developing an app. For new...
### Page URL https://docs.flutter.dev/codelabs/ ### Page source https://github.com/flutter/website/tree/main/src/codelabs/index.md ### Describe the problem Link for `Multi-platform Firestore Flutter` is `https://codelabs.developers.google.com/codelabs/friendlyeats-flutter` but it opens `https://firebase.google.com/codelabs/firebase-get-to-know-flutter`. What should be the correct link? ###...
- Optimizes build stages in Dockerfile, makes test stage an entrypoint - Cleans up Makefile, adds new utility commands - Removes unnecessary env vars and var files - Upgrades check-links.sh...
It's possible to create text excerpts with multiple line only in CSS. No JavaScript is needed. ## Presubmit checklist - [X] This PR doesn’t contain automatically generated corrections (Grammarly or...
### What information is missing? It isn't on flutter.dev even though you can find integration of flutter with machine learning on firebases' website, I would suggest a pointer of a...
### Page URL https://docs.flutter.dev/development/platform-integration/windows/version-migration/ ### Page source https://github.com/flutter/website/tree/main/src/development/platform-integration/windows/version-migration.md ### Describe the problem Step 4 of the migration instructions only describe to delete 2 files inside the windows folder (`Delete the...
### What information is missing? There is documentation on doing background processing at https://docs.flutter.dev/development/packages-and-plugins/background-processes. It looks out of date as there have been changes that I've not seen communicated more...
### Page URL https://docs.flutter.dev/development/platform-integration/android/platform-views#on-the-dart-side ### Page source https://github.com/flutter/website/blob/main/src/development/platform-integration/android/platform-views.md ### Describe the problem After Flutter 3.x, Hybrid composition `PlatformViewLink.onCreatePlatformView` should return `PlatformViewsService.initExpensiveAndroidView()` instead of `PlatformViewsService.initSurfaceAndroidView()` ### Expected fix ```dart Widget build(BuildContext...