base_lib_pub 0.1.0 copy "base_lib_pub: ^0.1.0" to clipboard
base_lib_pub: ^0.1.0 copied to clipboard

A new Flutter pub.

This is a baseLib pub based on getx.

Features #

  1. common extensions;
  2. common pages;
  3. common utils;
  4. common translations;
  5. common ui;
  6. ...

Getting started #

  1. This lib is just tested on Android。
  2. kotlin version: 1.8.0;
  3. gradle 7.4.2 on distributions/gradle-7.5-all.zip;

Usage #

The entrance is as follows:

import 'package:base_lib_pub/base_lib_pub.dart';

// ...

void main() {
  initBaseApp(
    enableLog: MyConst.isDebug || MyConst.isForceLog,
    unPopRoutes: [Routes.init, Routes.home],
    initWeChat: true,
  );

  runApp(const MyApp());
}

Additional information #

We are happy to share this pub.