raj_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.18.0 or greater. Flutter SDK Version 3.3.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:

.
├── main.dart                   - starting point of the application
├── core
│   ├── app_export.dart         - contains commonly used file imports                
│   ├── constants               - contains static constant class file
│   └── utils                   - contains common files and utilities of project
├── presentation               
    └── screens                 - contains all screens

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.

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