feathers_socket_client 0.0.1 copy "feathers_socket_client: ^0.0.1" to clipboard
feathers_socket_client: ^0.0.1 copied to clipboard

outdated

Simple client for feathers using sockets

example/lib/main.dart

/**
 * @ Author: Carlos Henry Céspedes <[email protected]>
 * @ Create Time: 2020-02-18 18:01:29
 * @ Modified by: Carlos Henry Céspedes <[email protected]>
 * @ Modified time: 2020-02-18 19:25:35
 * @ Description:
 */

import 'package:flutter/material.dart';
import 'package:oktoast/oktoast.dart';

import 'injector_container.dart';

import 'ui/routes.gr.dart';

void main() async {
  await initInjection();
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return OKToast(
      child: MaterialApp(
        title: 'Material App',
        onGenerateRoute: Router.onGenerateRoute,
        initialRoute: Router.loginPage,
      ),
    );
  }
}
5
likes
0
pub points
0%
popularity

Publisher

verified publisherqva2world.com

Simple client for feathers using sockets

Homepage

License

unknown (LICENSE)

Dependencies

event_bus, flutter, socket_io_client

More

Packages that depend on feathers_socket_client