neom_home 1.4.0-dev
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_homeThis 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-devAlternatively, 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';