flutter_lifecyler_base 1.0.0 copy "flutter_lifecyler_base: ^1.0.0" to clipboard
flutter_lifecyler_base: ^1.0.0 copied to clipboard

discontinued

Base for developing Flutter apps.It provides the function of life cycles.In addition to the original life cycle of the system, it also provides additional life cycle methods of disappear, didAppear, o [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_lifecyler_base

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_lifecyler_base: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_lifecyler_base/base_stateless_widget.dart';
import 'package:flutter_lifecyler_base/widget/status_bar_wrap.dart';
import 'package:flutter_lifecyler_base/tab/base_tab_page_widget.dart';
import 'package:flutter_lifecyler_base/tab/tab_navigator_manager.dart';
import 'package:flutter_lifecyler_base/tab/base_tab_widget.dart';
import 'package:flutter_lifecyler_base/tab/pageview_widget.dart';
import 'package:flutter_lifecyler_base/base_state_widget.dart';
import 'package:flutter_lifecyler_base/buildConfig.dart';
import 'package:flutter_lifecyler_base/navigator_manager.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Base for developing Flutter apps.It provides the function of life cycles.In addition to the original life cycle of the system, it also provides additional life cycle methods of disappear, didAppear, onForeground, and onBackground

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_lifecyler_base