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

outdated

MobLink provides you with a mobile-side scenario restoration solution.

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
15
pub points
40%
popularity

Publisher

unverified uploader

MobLink provides you with a mobile-side scenario restoration solution.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on moblink