moblink 1.0.2 copy "moblink: ^1.0.2" to clipboard
moblink: ^1.0.2 copied to clipboard

outdated

MobLink provides you with a mobile-side scenario restoration solution. 10 minutes of rapid integration can break the island of App, realize the seamless link between the Web and the App, make the App [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import './home.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: HomePage());
  }
}
1
likes
0
pub points
47%
popularity

Publisher

unverified uploader

MobLink provides you with a mobile-side scenario restoration solution. 10 minutes of rapid integration can break the island of App, realize the seamless link between the Web and the App, make the App seamlessly jump, enhance the user experience and enhance the activity of the App.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on moblink