neom_home 1.4.0-dev copy "neom_home: ^1.4.0-dev" to clipboard
neom_home: ^1.4.0-dev copied to clipboard

Home for Open Neom.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add neom_home

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

dependencies:
  neom_home: ^1.4.0-dev

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:neom_home/domain/models/bottom_bar_item.dart';
import 'package:neom_home/domain/models/bottom_menu_item.dart';
import 'package:neom_home/home_routes.dart';
import 'package:neom_home/ui/home_controller.dart';
import 'package:neom_home/ui/home_page.dart';
import 'package:neom_home/ui/widgets/home_appbar.dart';
import 'package:neom_home/ui/widgets/home_appbar_lite.dart';
import 'package:neom_home/ui/widgets/home_bottom_app_bar.dart';
import 'package:neom_home/utilities/constants/home_constants.dart';
import 'package:neom_home/utilities/constants/home_translation_constants.dart';
import 'package:neom_home/utilities/enums/dot_menu_choices.dart';
import 'package:neom_home/utilities/home_utilities.dart';