DDC Font App for iOS

Overview

DDC Font App for iOS

This is the project code for DDC Font app. Do check out locally and update or refector the code with suitable message.

Note on iOS part

The installing and uninstalling of the fonts is done with the CoreText API of Apple using the CTFontManager functions. To communicate to the Native Platform from the FLutter side, we used MethodChanells and injected the native code.

Note: To test it on android studio on a mac, you need additional cocoapods installation to work with it. There was library dependency issues in our side, so the solution was to edit the code on Android Studio but run it from xCode which worked for testing purposes.

How To's.

If you have already cloned, then run the following command to update to latest commit

cd [repository_name]

git add .

git commit -m "Put any message here"

git pull origin main

Else if this is your first time

cd [folder_name]

'git clone https://github.com/kinley2-glitch/ddc-font-app.git'

cd [repository_name]

  • add, update, change and refactor the code, when done run the following commands to push to github

git add .

git commit -m "Put any message here"

git push if it doesn't work try git push origin main

-For more information check out this link

Project Structure

  • This is the rough sketch of the project structure. lables with ".dart" are file name and "ClassName()" are class name in dart.

Untitled2

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

You might also like...

App - Quotes app for mobile (Android, iOS) & web

App - Quotes app for mobile (Android, iOS) & web

5 seconds of emotion Status Download Table of Contents Status Download Table of Contents Presentation What's different from existing apps ? Technologi

Oct 31, 2022

An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

BuySmart An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a singl

Oct 10, 2022

Build a calculator app in iOS and Android with the same code by using flutter.

flutter_calculator Preview Structure Input Widgets input widgets is all extends StatefulWidget, because they need to response the onTap gesture. Numbe

Nov 24, 2022

A clean and lightweight progress HUD for your iOS and tvOS app.

SVProgressHUD SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. Demo Try SVProgressHUD on

Jan 3, 2023

Quizzler App for iOS and Android

Quizzler App for iOS and Android

Quizzler ❓ Quizzler This a quiz app that tests your general knowledge. As one of the most popular types of apps on the app stores, you can create your

Sep 16, 2022

♠️ Beautiful iOS/Android poker odds calculator app made of Flutter.

 ♠️ Beautiful iOS/Android poker odds calculator app made of Flutter.

Aqua ♠️ Beautiful Texas Hold'em poker odds calculator made of Flutter. 🎛 Effectively uses ChangeNotifier/ValueNotifier with AnimatedBuilder/ValueList

Nov 11, 2022

Wraps Flutter shared_preferences plugin, providing a iOS Suite Name support, it's helpful for sharing data from App to Widget.

shared_preferences_ios_sn Wraps Flutter shared_preferences plugin and provides an iOS Suite Name support, it's helpful for sharing data from App to iO

Sep 14, 2022

A flutter plugin for viewing PDF files in mobile app (Android & iOS)

PDF Viewer (JK) A flutter plugin for viewing PDF files in mobile app (Android & iOS) Pub.dev https://pub.dev/packages/pdf_viewer_jk Github ht

Sep 30, 2021

The simple Podcast playing app for Android & iOS, built with Dart & Flutter

The simple Podcast playing app for Android & iOS, built with Dart & Flutter

Anytime Podcast Player This is the official repository for the Anytime Podcast P

Dec 29, 2022
Owner
Kinley Rabgay
Starting to like coding!
Kinley Rabgay
A font loader to download, cache and load web fonts in flutter with support for Firebase Cloud Storage.

Dynamic Cached Fonts A simple, easy to use yet customizable font loader to use web fonts. Demo: https://sidrao2006.github.io/dynamic_cached_fonts ?? I

Aneesh Rao 18 Dec 21, 2022
Flutter screen adaptation, font adaptation, get screen information

flutter_screenutil A flutter plugin for adapting screen and font size.Let your UI display a reasonable layout on different screen sizes! Note: This pl

OpenFlutter 3.4k Jan 6, 2023
The Font Awesome Icon pack available as Flutter Icons

font_awesome_flutter The Font Awesome Icon pack available as set of Flutter Icons. Based on Font Awesome 5.15.4. Includes all free icons: Regular Soli

Flutter Community 731 Dec 28, 2022
Scale the entire UI design proportionally. Button, image, font, everything is scaled automatically

Scale the entire UI design proportionally. Button, image, font, everything is scaled automatically. Before: 250x250 square is the same size across dev

Wildcard 3 Sep 25, 2022
Create bulk instagram quotes posts with custom background, style, font, size. built using flutter

Mini Canva minicanva.com Bulk Image Generator from given list of quotes, lines ?? Purpose Etsy is an E-commerce platform where we can sell digital goo

Ashish Pipaliya 7 Oct 29, 2022
A better font for golden tests.

A better font for golden tests. This project is a Flutter Bounty Hunters proof-of-concept. Want font adjustments? Fund a milestone today! Golden Brick

Flutter Bounty Hunters 3 Dec 14, 2022
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App: Label StoreMax Label StoreMax - v5.3.1 Official WooSignal WooCommerce App About Label StoreMax Label StoreMax is an App Template for

WooSignal 314 Jan 9, 2023
Demo app with continuous integration setup for auto across android/iOS app stores

demo_flutter_ci A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

null 0 Dec 25, 2021
Flutter-watchtips - Flutter App (Embedded Watch Kit app with iOS version)

watchtips Update Version 2.2 The Watch tips project has been updated again, The interface has been tidied up and a seperate value for the tip cost has

Steve Rogers 137 Dec 31, 2022