Skip to content

shmy/flutter_dlna

Repository files navigation

flutter_dlna

A new Flutter plugin.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

tip

add to application attribute

tools:replace="android:label"

add to application child

<service android:name="tech.shmy.flutter_dlna.service.DLNAService" >
</service>