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

Orange module is a wrapper for the orange package, it provides a simple way to use orange in juneflow project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add orange_module

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

dependencies:
  orange_module: ^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:orange_module/main.dart';
import 'package:orange_module/util/_/initial_app/build_app_widget/build_material_app/_.dart';
import 'package:orange_module/util/_/initial_app/build_app_widget/build_material_app/orange_module/_.dart';
import 'package:orange_module/util/_/initial_app/build_app_widget/build_my_app/_.dart';
import 'package:orange_module/util/_/initial_app/build_app_widget/build_my_app/orange_module/_.dart';
import 'package:orange_module/util/_/initial_app/build_app_widget/build_run_app/_.dart';
import 'package:orange_module/util/_/initial_app/build_app_widget/build_run_app/orange_module/_.dart';
import 'package:orange_module/util/_/initial_app/ready_functions/after_material_app/_.dart';
import 'package:orange_module/util/_/initial_app/ready_functions/after_material_app/orange_module/_.dart';
import 'package:orange_module/util/_/initial_app/ready_functions/before_material_app/_.dart';
import 'package:orange_module/util/_/initial_app/ready_functions/before_material_app/orange_module/_.dart';
import 'package:orange_module/util/_/initial_app/ready_functions/before_run_app/_.dart';
import 'package:orange_module/util/_/initial_app/ready_functions/before_run_app/orange_module/_.dart';
import 'package:orange_module/util/_/initial_app/ready_functions/before_run_app/widgets_binding/_.dart';
import 'package:orange_module/util/_/module_functions/orange_module/_.dart';
import 'package:orange_module/util/_/shared_params/_/go_router.dart';
import 'package:orange_module/util/_/shared_params/_/material_app.dart';
import 'package:orange_module/util/_/shared_params/_/start_app_params.dart';
import 'package:orange_module/util/_/shared_params/_/widgets_binding.dart';
import 'package:orange_module/util/_/shared_params/orange_module/_.dart';
import 'package:orange_module/util/config/_/global_imports.dart';
import 'package:orange_module/util/config/_/init_view.dart';
import 'package:orange_module/util/config/_/router/_/_.dart';
import 'package:orange_module/util/config/orange_module/_.dart';
import 'package:orange_module/util/note.dart';
import 'package:orange_module/util/usage/orange_module/usage.dart';
import 'package:orange_module/util/usage/orange_module/usage_view.dart';
1
likes
85
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Orange module is a wrapper for the orange package, it provides a simple way to use orange in juneflow project.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, go_router, june_flow_util, orange

More

Packages that depend on orange_module