info_with_comments 1.0.1 copy "info_with_comments: ^1.0.1" to clipboard
info_with_comments: ^1.0.1 copied to clipboard

outdated

A new Flutter package project.

this package created as a solution for comment with details & chat app chatbox

Features #

  • comment for artical
  • comment for news
  • chat box

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

MessageView is the main interface designer ManageComment is data like sub comment managing class, you can override it's propertis and methods you can give you own implementation example : `class CommentController extends ManageComment {

Color mainCommentBoxColor  = kBlack;
bool showBoxShadow =true;
}`

#UI Implementation

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

    // This widget is the root of your application.
    @override
    Widget build(BuildContext context) {
    return MaterialApp(
    debugShowCheckedModeBanner: false,
    title: 'Flutter Demo',
    theme: ThemeData(
    primarySwatch: Colors.blue,
    ),
    home: MessageView(
    currentUserId: "User002",
    commentController: CommentController(), // you can provide your own implement class
    childWidget: Container(),
    ),
    );
    }

you can give child as your own Ui part (childWidget: Container(),)

Additional information #

*you can can comment with image text &react img.png

  • view commented Images img_1.png
  • multiple image can comment img_2.png
  • you can comment with image & text
  • img_3.png

create by : R.M.E.G.B Rathanayaka

Email : rathnayakaegb.soft@gmail.com