Dart Webview with notes

1
2
import 'dart:async';
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
For long play I would recommend adding the following to the android manifest:
<uses-permission android:name="android.permission.WAKE_LOCK" />

And I am also including a shoutcast audio stream from http so you will need to include this to the iOS plist:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.