gredu_common 0.0.5 copy "gredu_common: ^0.0.5" to clipboard
gredu_common: ^0.0.5 copied to clipboard

outdated

GreduCommon is an common widget / utils or helper library i made for all type application. whatever application you made, GreduCommon it will help you reduce your fucking time on development process

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:get/get.dart';

import 'app/routes/app_pages.dart';

void main() {
  runApp(
    GetMaterialApp(
      title: 'Application',
      initialRoute: AppPages.INITIAL,
      debugShowCheckedModeBanner: false,
      getPages: AppPages.routes,
    ),
  );
}
0
likes
0
points
100
downloads

Publisher

unverified uploader

Weekly Downloads

GreduCommon is an common widget / utils or helper library i made for all type application. whatever application you made, GreduCommon it will help you reduce your fucking time on development process

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

clock, device_info_plus, flutter, flutter_loggy, flutter_svg, get, intl, loggy, meta, velocity_x

More

Packages that depend on gredu_common