mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Part of https://github.com/flutter/flutter/issues/145009 This is part one of the wiki migration. This moves all wiki pages wholesale into the new docs directory with no changes. Follow up PRs will sort them, updating breadcrumbs and links.
3.9 KiB
3.9 KiB
Flutter's user-facing documentation should all be on the Flutter web site and the API documentation site:
Historically, experimental documentation was sometimes first written on this wiki and later moved to the web site. This is now discouraged but some of the content created in this way still exists and is listed below.
Contributors: please consider moving this content to the web site or deleting it if it is no longer applicable!
Old documentation
General
- Apple Silicon support
- Bad Builds
- Binding to native code via FFI (moved to website)
- Code generation in Flutter
- Codelabs
- Data-driven Fixes
- Desktop shells
- Deferred Components
- Flutter CLI crash reporting
- Flutter CLI custom embedder support
- Flutter Test Fonts
- Game development with Flutter
- Hybrid Composition
- IntelliJ - Flutter Setup Tips and Tricks
- JIT release builds
- Making animated GIFs of Flutter apps
- Multi-device debugging in VS Code
- Null safety package migration status
- Obfuscating Dart Code
- Reduce shader compilation jank using SkSL warm up (moved to website)
- Upgrading Flutter projects from using PlatformMessages to using channels
- Writing Effective Tests
Android
- Android Fast Start
- Android Platform Views
- Experimental: Add Flutter Activity (moved to website)
- Experimental: Add Flutter Fragment
- Experimental: Add Flutter Fragment ViewPager
- Experimental: Add Flutter View
- Experimental: Create Flutter Plugin (moved to website)
- Experimental: Launch Flutter with non main entrypoint
- Experimental: Reuse FlutterEngine across screens
- Experimental: Use old plugins with new embedding
- How Flutter apps are compiled with Gradle for Android
- Hybrid Composition
- Multidex
- Texture Layer Hybrid Composition
- Upgrading Flutter projects to build with gradle
- Upgrading Flutter projects to Gradle 4.1 and Android Studio Gradle plugin 3.0.1
- Upgrading pre 1.12 Android projects
iOS
- Creating an iOS Bitcode enabled app
- Hybrid Composition
- Hybrid Composition iOS
- PID leak in iOS development workflow
- State of Catalina Support in Flutter 1.9.
- Upgrading Flutter added to existing iOS Xcode project
Web
- Debugging issues on the Web
- Running Flutter Driver tests with Web
- Upgrading from package:flutter_web to the Flutter SDK