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

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
95
pub points
48%
popularity

Publisher

unverified uploader

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

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on moblink