Skip to content
View TobestDev's full-sized avatar
Block or Report

Block or report TobestDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TobestDev/README.md

onaolapo_s_application1

Getting Started with Flutter πŸš€

Generated with ❀️ from DhiWise

This is the documentation of Flutter Applications. It contains all the information you need to get started with and make changes to your App

Table of Contents

System Requirements

Dart SDK Version 2.17.0 or greater. Flutter SDK Version 3.0.0 or greater.

Figma design guidelines for better accuracy

Read our guidelines to increase the accuracy of design conversion to code by optimizing Figma designs. https://docs.dhiwise.com/docs/Designguidelines/intro

App Navigations

Check your app's UI from the AppNavigation screen of your app.

Project Structure

After successful build, your application structure should look like this:

.
β”œβ”€β”€ android                         - contains files and folders required for running the application on an Android operating system.
β”œβ”€β”€ assets                          - contains all images and fonts of your application.
β”œβ”€β”€ ios                             - contains files required by the application to run the dart code on iOS platforms.
β”œβ”€β”€ lib                             - Most important folder in the project, used to write most of the Dart code.
    β”œβ”€β”€ main.dart                   - starting point of the application
    β”œβ”€β”€ core
    β”‚   β”œβ”€β”€ app_export.dart         - contains commonly used file imports 
    β”‚   β”œβ”€β”€ constants               - contains all constants classes
    β”‚   β”œβ”€β”€ errors                  - contains error handling classes                  
    β”‚   β”œβ”€β”€ network                 - contains network related classes
    β”‚   └── utils                   - contains common files and utilities of project
    β”œβ”€β”€ data
    β”‚   β”œβ”€β”€ apiClient               - contains API calling methods 
    β”‚   β”œβ”€β”€ models                  - contains request/response models 
    β”‚   └── repository              - network repository
    β”œβ”€β”€ localization                - contains localization classes
    β”œβ”€β”€ presentation                - contains all screens and screen controllers
    β”‚   └── screens                 - contains all screens
    β”œβ”€β”€ routes                      - contains all the routes of application
    └── theme                       - contains app theme and decoration classes
    └── widgets                     - contains all custom widget classes

How you can do code formatting?

  • if your code is not formatted then run following command in your terminal to format code
    dart format .
    

How you can improve the readability of code?

Resolve the errors and warnings that are shown in the application.

Libraries and tools used

Support

If you have problems or questions go to our Discord channel, we will then try to help you as quickly as possible: https://discord.com/invite/rFMnCG5MZ7

Popular repositories

  1. TobestDev TobestDev Public

    Config files for my GitHub profile.

  2. PORTFOLIO PORTFOLIO Public

  3. OTM_CV OTM_CV Public

    CSS