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

Simple client for feathersjs using sockets. This library is developed to facilitate connection. (Developing)

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
30
pub points
0%
popularity

Publisher

verified publisherqva2world.com

Simple client for feathersjs using sockets. This library is developed to facilitate connection. (Developing)

Homepage
Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

event_bus, flutter, socket_io_client

More

Packages that depend on feathers_socket_client