flutter / flutter/website

How to migrate a Flutter add-to-app module into a standalone Flutter app

Open
#12,453 2 comments 0 reactions 0 assignees View on GitHub
e2-days p2-medium
Dominant language
Dart
Stars
3.1k
Forks
3.5k
Avg merge
2d 4h
Merged PRs (30d)
95

Description

### Use case

We have been using Flutter as an add-to-app module inside our existing native iOS/Android project.
After several iterations, most of our app’s functionality now lives inside this Flutter module.

We now want to migrate this Flutter add-to-app module into a standalone Flutter application (pure Flutter app).
However, there is currently no clear documentation or recommended process on how to do this migration.

We couldn’t find any package on pub.dev that addresses this use case.

### Proposal

Please provide official documentation, guidance, or tooling on how to convert a Flutter add-to-app module into a standalone Flutter application, including potential pitfalls for Android/iOS build configurations, dependencies, and plugins.

This would help teams that started with add-to-app and later want to fully migrate to Flutter.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.