verloop_flutter_sdk 0.0.10-rc.1 copy "verloop_flutter_sdk: ^0.0.10-rc.1" to clipboard
verloop_flutter_sdk: ^0.0.10-rc.1 copied to clipboard

Verloop SDK wrapper for Android and iOS.This would help the existing clients of verloop in adding chat functionalities to their flutter app.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:verloop_flutter_sdk_example/screens/login-screen/login_screen.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  // await Firebase.initializeApp(
  //     // options: DefaultFirebaseOptions.currentPlatform,
  //     );
  runApp(const MyApp());
}

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      theme: ThemeData(useMaterial3: true),
      debugShowCheckedModeBanner: true,
      home: const LoginScreen(),
    );
  }
}
3
likes
0
points
297
downloads

Publisher

verified publisherverloop.io

Weekly Downloads

Verloop SDK wrapper for Android and iOS.This would help the existing clients of verloop in adding chat functionalities to their flutter app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on verloop_flutter_sdk