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

GreduUI is private packages for Gredu company, not commersial purpose.

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,
      theme: ThemeData(
        primaryColor: Color(0xFF455DC7),
      ),
    ),
  );
}
0
likes
75
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

GreduUI is private packages for Gredu company, not commersial purpose.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on gredu_common