SDK to help you discover, and manage all MNC Apps to display it on your application |
---|
Dashboard Feature
-
Manage Apps
-
Customize Layout
-
Customize Apps Order
-
Manage Click Behaviour
Flutter SDK
-
ShowAll MNC Apps
-
Managed Button Click Behaviour
-
InApp WebView
Available in Android, IOS.
Test Status :
-
Android ✅ Done
-
iOS ✅ Done
This lib currently using material theme, if you flutter app using cuppertino app. it may break
mncapps: ^2.0.0
add this to ios/runner/info.plist
<key>LSApplicationQueriesSchemes</key>
<array>
<string>okezonecom</string>
<string>inewsapp</string>
<string>sindonews</string>
<string>thefthing</string>
</array>
These lines added for check if the app installed or not, and open it. The Schemes may change or will be added more.
Good to go, nothing to add.
import 'package:mncapps/mncapps.dart';
child: MNCAppsBody(userID: 'Your UserID'),
Navigator.push(context,MaterialPageRoute( builder: (context)=>MNCAppsScreen(userID: 'Your UserID')));
MNCAppsBody(
userID: "YOUR USER ID",
cachingStrategy: CachingStrategy.Weekly,
)