moblink 3.3.2 copy "moblink: ^3.3.2" to clipboard
moblink: ^3.3.2 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
0
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