flutter_superchat 1.0.3 copy "flutter_superchat: ^1.0.3" to clipboard
flutter_superchat: ^1.0.3 copied to clipboard

Chating Ui Template - You can build a buitiful chat application with few lines of code. Easy to customise and easy to understand the code.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:super_chat/Pages/OnboardingPage.dart';
import 'package:super_chat/Pages/SplashPage.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter Demo',
      theme: ThemeData(

        primarySwatch: Colors.blue,
      ),
      home: SplashPage(),
    );
  }
}
16
likes
50
pub points
0%
popularity

Publisher

verified publisherluckyapp.in

Chating Ui Template - You can build a buitiful chat application with few lines of code. Easy to customise and easy to understand the code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_superchat