matlive_client 1.0.1 copy "matlive_client: ^1.0.1" to clipboard
matlive_client: ^1.0.1 copied to clipboard

Flutter Client SDK for MatLive.

example/lib/main.dart

import 'package:example/screens/home_screen.dart';
import 'package:flutter/material.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomeScreen(),
    );
  }
}
2
likes
140
points
1
downloads

Publisher

verified publishermatlive.io

Weekly Downloads

Flutter Client SDK for MatLive.

Repository

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, matlive_core_engine

More

Packages that depend on matlive_client