enx_uikit_flutter 2.0.9 copy "enx_uikit_flutter: ^2.0.9" to clipboard
enx_uikit_flutter: ^2.0.9 copied to clipboard

EnableX Flutter Uikit allows developers to implement real-time communication channels such as audio, video, and text chat in their applications on iOS and Android Platforms.

example/lib/main.dart

import 'dart:io';
import 'package:example/pages/login_ui.dart';
import 'package:shelf/shelf_io.dart' as io;
import 'package:shelf_static/shelf_static.dart';

import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:shelf_static/shelf_static.dart';

void main() {
   runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return GetMaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter GetX Demo',
      theme: ThemeData(),
      darkTheme: ThemeData.dark(),
      themeMode: ThemeMode.system,
      home: SafeArea(child: LoginScreen()),
    );

  }
}
4
likes
130
points
270
downloads

Publisher

verified publisherenablex.io

Weekly Downloads

EnableX Flutter Uikit allows developers to implement real-time communication channels such as audio, video, and text chat in their applications on iOS and Android Platforms.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

animated_widgets, any_link_preview, audioplayers, enx_flutter_plugin, file_picker, flutter, flutter_foreground_task, flutter_link_previewer, flutter_screenutil, fluttertoast, gallery_saver_plus, get, get_storage, http, intl, page_transition, path_provider, permission_handler, pie_chart, replay_kit_launcher, shared_preferences, snapping_sheet_2, video_player

More

Packages that depend on enx_uikit_flutter