File Structure
The source code files in project are structured in the following way, the files are found inside Souce_Code/uFlutter/lib folder and it is structured in this way:
please have a special attention to the folder lib/base which include dart files used in entire project like asset_key, colors_kye, localization and other.
understanding the functions and work of each class and dart file is pretty simple if you are familiar with Flutter development.
\lib-------------- main.dart\lib\base\view
-------------- base_layout.dart
-------------- card_layout.dart
-------------- cart_add_minus_list_layout.dart
-------------- cart_checkout_button_layout.dart
-------------- cart_empty_layout.dart
-------------- cart_list_layout.dart
-------------- checkout_process_layout.dart
-------------- custom_slider.dart
-------------- custom_slider_painter.dart
-------------- dash_seperator.dart
-------------- discount_coupon_layout.dart
-------------- discover_layout.dart
-------------- filter_layout.dart
-------------- grid_item_layout.dart
-------------- horizontal_items_layout.dart
-------------- item_found_layout.dart
-------------- list_pill_button_layout.dart
-------------- list_tile_layout.dart
-------------- no_item_layout.dart
-------------- order_total_layout.dart
-------------- price_summary_layout.dart
-------------- profile_image_layout.dart
-------------- project_layout.dart
-------------- promotion_code_layout.dart
-------------- purple_toolbar_layout.dart
-------------- scaffold_layout.dart
-------------- search_field_layout.dart
-------------- search_layout.dart
-------------- second_card_layout.dart
-------------- slider_dot_layout.dart
-------------- slider_layout.dart
-------------- tab_above_layout.dart
-------------- tab_bar_and_tab_view_layout.dart
-------------- tab_below_layout.dart
-------------- top_deal_with_cart_layout.dart
-------------- top_detail_layout.dart
-------------- vertical_item_layout.dartLast updated
Was this helpful?