qonvex_responsive_ui 0.0.2 copy "qonvex_responsive_ui: ^0.0.2" to clipboard
qonvex_responsive_ui: ^0.0.2 copied to clipboard

A Flutter package made to ease and lessen time to develop for something that has the same main scheme with youtube and facebook and to achieve a responsive and vue like display.

Qonvex Responsive UI #

A Flutter package made to ease and lessen time to develop for something that has the same main scheme with youtube and facebook and to achieve a responsive and vue like display.

Installation #

How to use #

Import #

import 'package:qonvex_responsive_ui/qonvex_responsive_ui.dart';
  • import the package to your page

TYPES #

Type Command
Youtube QonvexUIType.youtube
Facebook QonvexUIType.facebook

NOTE: Default type is youtube

Images

  • Youtube

WEB

alt text

Tablet

alt text

Mobile

alt text

  • Facebook

WEB

alt text

Mobile

alt text

Call #

QonvexResponsiveUi(
      settings: QonvexUISettings(
        appHeaderActions: [
          <IF YOU HAVE HEADERS>
          <THIS IS OPTIONAL>
        ],
        appLogo: <YOUR IMAGE LOGO>,
        foregroundColor: <YOUR COLOR>,
      ),
      type: <Your Type>, ///if left null the default type is youtube
      items: [
        <REQUIRED QONVEXITEMs>
      ],
    );
7
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package made to ease and lessen time to develop for something that has the same main scheme with youtube and facebook and to achieve a responsive and vue like display.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on qonvex_responsive_ui