Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 616 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 616 Bytes

Adding Flutter to Existing Android App

This repository demonstrates the process of integrating Flutter into an existing Android app. Method channels are utilized to facilitate communication between the Android platform and the Flutter framework. Method channel

Overview

In this repository, you will find the source code for integrating Flutter into your existing Android application. For detailed guidance and instructions, refer to the official Flutter documentation on adding Flutter to an existing app.