flutter_firebase_chat_core 1.4.2 copy "flutter_firebase_chat_core: ^1.4.2" to clipboard
flutter_firebase_chat_core: ^1.4.2 copied to clipboard

outdated

Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Firebase Chat',
      theme: ThemeData(
        primarySwatch: Colors.blue,
        visualDensity: VisualDensity.adaptivePlatformDensity,
      ),
      home: const RoomsPage(),
    );
  }
}
301
likes
0
pub points
94%
popularity

Publisher

verified publisherflyer.chat

Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cloud_firestore, firebase_auth, flutter, flutter_chat_types, meta

More

Packages that depend on flutter_firebase_chat_core