Giter Club home page Giter Club logo

brians0506 / flutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flutter/flutter

0.0 0.0 0.0 206.51 MB

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Home Page: https://flutter.dev

License: BSD 3-Clause "New" or "Revised" License

Shell 0.10% JavaScript 0.01% Ruby 0.07% C++ 0.12% C 0.01% Objective-C 0.20% Java 0.17% PowerShell 0.01% Kotlin 0.02% Dart 99.08% CSS 0.01% Swift 0.03% HTML 0.06% CMake 0.08% GLSL 0.01% Batchfile 0.03% Dockerfile 0.01%

flutter's Introduction

Prerequisites

  • Xcode 12.0
  • Swift 5
  • Platform iOS 13+
  • Cocoapods-1.10.1
  • macOS Catalina Version 10.15.4 or later

After Download

  • Install Cocoapods pod install
  • Open ProjectName.xcworkspace

App Navigation

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

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/docs/Designguidelines/intro.

Libraries

  1. Alamofire : For REST API call https://github.com/Alamofire/Alamofire

Project Structure

├── build_up.xcodeproj  - it lets you create and modify Xcode projects from Ruby.      
│ 
├── build_up            - Application components folder
│ ├── Application       - Application configuration files
│ ├── Assets.xcassets   - Assets of application (ex. images, logo)
│ ├── Constants         - Application constant files
│ │   ├── AppConstants  - Application oriented constants (ex. serverURL)
│ │   ├── StringScheme  - String constants
│ │   ├── ColorConstants - Color constants
│ │   └── FontScheme    - Font Scheme constants
│ ├── Views             - Application's UI View files
│ │   ├── Cell	        - Folder for UI View of cells in Views
│ │   │   └── ViewCell.swift - UIView with mapped model value of cell
│ │   ├── viewModel.swift    - Generated model file for the appropriate view.
│ │   └── view.swift    - Generated swiftui  
│ ├── Services          - REST API services folder
│ │   ├── APIManager.swift  - File with API calling functions
│ │   └── APIService.swift  - API related functions and methods
│ ├── Resources         - Application Resources (ex. fonts, libraries, splash screen)
│ │   └── Fonts         - application's font files
│ ├── Extensions        - iOS Extension Function Files
│ ├── Utilities         - Common classes for application (ex. Utilities)
│ │   └── Utilities.swift - Helper public functions (ex. alert functions)
│ ├── CustomViews       - external component library classes folder
│ ├── Models            - Models for REST APIs
│ ├── Helper            - Helper classes for application (ex. Viewport, ActivityLoader etc.)
│ └── Info.plist        - Permissions and application configuration file
└── Podfile             - Specification that describes the dependencies of the targets of one or more projects

Fonts

We were enable to find following Fonts, Please add manually to Resources/Fonts

Voces-Regular
MulishRoman-SemiBold
MulishRoman-Regular
MulishRegular
MulishItalic-Medium
MulishRoman-ExtraBold
MulishRoman-Bold
MulishItalic-Regular
MulishRoman-Medium
Sarabun-MediumItalic
Sarabun-Italic
Sarabun-Regular
Sarabun-Bold
InterRegular```

flutter's People

Contributors

a14n avatar aam avatar abarth avatar cbracken avatar chinmaygarde avatar christopherfujino avatar chunhtai avatar collinjackson avatar dantup avatar darrenaustin avatar devoncarew avatar dnfield avatar engine-flutter-autoroll avatar goderbauer avatar gspencergoog avatar hansmuller avatar hixie avatar jason-simmons avatar jmagman avatar jonahwilliams avatar justinmc avatar liyuqian avatar longcatislooong avatar piinks avatar pq avatar tvolkert avatar vlidholt avatar xster avatar yjbanov avatar zanderso avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.