Olaitan12 / intra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aderoju_s_application3

A new Flutter project.

SDK Versions

Dart SDK Version 2.12.0 or greater.

Flutter SDK Version 2.0.0 or greater.

Libraries

  1. get - State management https://pub.dev/packages/get
  2. connectivity_plus - For status of network connectivity https://pub.dev/packages/connectivity_plus
  3. pull_to_refresh - For list functionalities https://pub.dev/packages/pull_to_refresh
  4. cupertino_icons - For iOS icons https://pub.dev/packages/cupertino_icons
  5. shared_preferences - Provide persistent storage for simple data https://pub.dev/packages/shared_preferences
  6. cached_network_image - For storing internet image into cache https://pub.dev/packages/cached_network_image

Code - Formatting

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

Figma design guideline for better accuracy

Read our guidelines to increase the accuracy of design conversion to code by optimizing Figma designs. https://docs.dhiwise.com/knowledgehub/reference-guide-and-tools/figma

App Navigation

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

Package Structure

.
├── main.dart                   - starting point of the application
├── core
│   ├── app_export.dart         - contains commonly used file imports 
│   ├── errors                  - contains error handling classes                  
│   ├── network                 - contains network related classes
│   └── utils                   - contains common files and utilities of project
├── data
│   ├── apiClient               - contains api calling methods
│   ├── dataSources             -     
│   ├── models                  - contains request/response models 
│   └── repository              - network repository
├── localization                - contains localization classes
├── presentation               
│   └── screens                 - contains all screens
├── routes                      - contains all the routes of application
└── theme                       - contains app theme and decoration classes

Image Assets

We were unable to find Images, Please add manually to project/assets and replace image_not_found Image constant with original file

File Name Not Found Assets Count
subscription1_screen 1

About


Languages

Language:Dart 100.0%Language:Swift 0.0%Language:Kotlin 0.0%Language:Objective-C 0.0%