White Makeup App


preview
 Buy Now
Facebook Twitter Pinterest

Author: yellowredPrice: $18

White MakeUp App Documentation

White MakeUp App Documentation

======================

Introduction

—-

This documentation explains the usage and configuration of the White MakeUp Themed Flutter application. The motive of this application is to provide customers with info and visible indicate of White MakeUps. The GetX equipment is extinct for suppose management and navigation within the application.

Installation

—-

  • 1. Guarantee that Flutter is installed. Focus on with the [Flutter Installation Guide](https://flutter.dev/docs/ranking-started/set up) for instructions on set up Flutter.
  • 2. To set up mission dependencies, apply these steps:

    – Begin the `pubspec.yaml` file.
    – Add the following dependencies to the `dependencies` allotment:

    
        `dependencies:
              google_fonts: 
              carousel_slider: ^4.2.1
              flutter_svg: ^1.1.6
              ranking: ^4.6.5
              salomon_bottom_bar: ^3.3.1
              circles_background: ^0.0.2
              shimmer: ^2.0.0
              cached_network_image: ^3.2.3
              disposable_cached_images: ^1.1.2
              string_splitter: ^1.0.0+1
              flutter_zoom_drawer: ^3.0.3
              flutter_rating_bar: ^4.0.1
              flutter_staggered_grid_view: ^0.6.2
              dropdown_search: ^5.0.5
              fancy_shimmer_image: ^2.0.2
              http: ^0.13.5
              dio: ^4.0.6
              find_dropdown: ^1.0.0
              flutter_slider_indicator: ^1.0.0
              readmore: ^2.1.0
              favorite_button: ^0.0.4
              video_player: ^2.5.1
              flutter_carousel_media_slider: ^0.0.2
              badges: ^3.0.2
              sqflite: ^2.2.4+1
              path_provider: ^2.0.12
              provider: ^6.0.5
              shared_preferences: ^2.0.17
              material_floating_search_bar: ^0.3.7
          
  • 3. To update the dependencies, bustle the following uncover in the terminal:

    bashCopy code

    `flutter pub ranking`

  • – `lib/controllers`: Comprises the controller classes extinct within the application. Explain management with GetX is handled on this allotment.
  • – `lib/units`: Comprises the White MakeUp model and other files units.
  • – `lib/screens`: Comprises the application screens.
  • – `lib/widgets`: Comprises reusable widgets.
  • – `lib/predominant.jog`: The entry point of the application.
  • – `sources/photography`: Comprises the White MakeUp photography.
  • – `sources/fonts`: Comprises the fonts extinct in the application.
  • – `pubspec.yaml`: Defines the dependencies and sources of the mission.

Core Components

The White MakeUp application supplies the following core aspects:

  • 1. Dwelling Screen:

    • – Slideshow exhibiting the White MakeUp collection.
    • – Filtering options by classes.
    • – Checklist behold of fashioned White MakeUps.
  • 2. White MakeUp Info:
    • – Shows detailed info of a selected White MakeUp.
    • – Inch indicate of White MakeUp photography.
    • – Mark and stock info.

Dependencies

—-

The application utilizes the following dependencies:

  • – `flutter_svg`: Supports SVG photography in Flutter.
  • – `ranking`: Explain management and navigation equipment.
  • – `google_fonts`: Provides ranking entry to to Google fonts.
  • – `hive_flutter`: Database management equipment.
  • – `http`: Handles HTTP requests.

Leave a Comment