Skip to content
View praneethchinna's full-sized avatar
πŸ’­
day-69
πŸ’­
day-69

Block or report praneethchinna

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
praneethchinna/README.md

praneeth_s_application2

Table of contents

System requirements

Dart SDK Version 2.18.0 or greater. Flutter SDK Version 3.3.0 or greater.

Figma design guidelines for better UI accuracy

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

Check the UI of the entire app

Check the UI of all the app screens from a single place by setting up the 'initialRoute'Β Β to AppNavigation in the AppRoutes.dart file.

Application structure

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

.
β”œβ”€β”€ android                         - It contains files required to run the application on an Android platform.
β”œβ”€β”€ assets                          - It contains all images and fonts of your application.
β”œβ”€β”€ ios                             - It contains files required to run the application on an iOS platform.
β”œβ”€β”€ lib                             - Most important folder in the application, used to write most of the Dart code..
    β”œβ”€β”€ main.dart                   - Starting point of the application
    β”œβ”€β”€ core
    β”‚   β”œβ”€β”€ app_export.dart         - It contains commonly used file imports
    β”‚   β”œβ”€β”€ constants               - It contains static constant class file
    β”‚   └── utils                   - It contains common files and utilities of the application
    β”œβ”€β”€ presentation                - It contains widgets of the screens 
    β”œβ”€β”€ routes                      - It contains all the routes of the application
    └── theme                       - It contains app theme and decoration classes
    └── widgets                     - It contains all custom widget classes

How to format your code?

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

How you can improve code readability?

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

Libraries and tools used

Support

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

Pinned Loading

  1. personl_projects personl_projects Public

    Dart 1