POAP is an interesting kind of NFT that keeps a reliable record of life experiences, on the Gnosis (previously xDai) blockchain. Let’s look at what frameworks are inside POAP iOS app 10.2.0:
➜ Runner.app ls -1 Frameworks/
App.framework
FBLPromises.framework
FMDB.framework
FirebaseAppCheck.framework
FirebaseCore.framework
FirebaseCoreDiagnostics.framework
FirebaseCrashlytics.framework
FirebaseInstallations.framework
Flutter.framework
GoogleDataTransport.framework
GoogleUtilities.framework
MTBBarcodeScanner.framework
integration_test.framework
libswiftAVFoundation.dylib
libswiftCore.dylib
libswiftCoreAudio.dylib
libswiftCoreFoundation.dylib
libswiftCoreGraphics.dylib
libswiftCoreImage.dylib
libswiftCoreMedia.dylib
libswiftDarwin.dylib
libswiftDispatch.dylib
libswiftFoundation.dylib
libswiftMetal.dylib
libswiftObjectiveC.dylib
libswiftQuartzCore.dylib
libswiftUIKit.dylib
libswiftos.dylib
libswiftsimd.dylib
nanopb.framework
path_provider_ios.framework
qr_code_scanner.framework
share_plus.framework
shared_preferences_ios.framework
sqflite.framework
uni_links.framework
url_launcher_ios.framework
FBLPromises
Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
https://github.com/google/promises
FMDB
A Cocoa / Objective-C wrapper around SQLite
https://github.com/ccgus/fmdb
FirebaseAppCheck, FirebaseCore, FirebaseCoreDiagnostics, FirebaseCrashlytics, FirebaseInstallations
Firebase is an app development platform that helps you build and grow apps and games users love.
https://firebase.google.com
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://github.com/flutter/flutter
GoogleDataTransport
This library is for internal Google use only. It allows the logging of data and telemetry from Google SDKs.
https://github.com/google/GoogleDataTransport
GoogleUtilities
GoogleUtilities provides a set of utilities for Firebase and other Google SDKs for Apple platform development.
https://github.com/google/GoogleUtilities
MTBBarcodeScanner
A lightweight, easy-to-use barcode scanning library for iOS 8+
https://github.com/mikebuss/MTBBarcodeScanner
The rest libswift* exist for supporting iOS version earlier than 12.2 (currently supporting iOS 11.0 or later).
nanopb
Protocol Buffers with small code size
https://github.com/nanopb/nanopb
path_provider_ios
The iOS implementation of
https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_iospath_provider
.
qr_code_scanner
QR Code Scanner for Flutter
https://github.com/juliuscanute/qr_code_scanner
share_plus
A Flutter plugin to share content from your Flutter app via the platform’s share dialog.
https://pub.dev/packages/share_plus
shared_preferences_ios
The iOS implementation of
https://github.com/flutter/plugins/tree/main/packages/shared_preferences/shared_preferences_iosshared_preferences
.
sqflite
SQLite flutter plugin
https://github.com/tekartik/sqflite
uni_links
A Flutter plugin project to help with App/Deep Links (Android) and Universal Links and Custom URL schemes (iOS).
https://pub.dev/packages/uni_links
url_launcher_ios
The iOS implementation of
https://github.com/flutter/plugins/tree/main/packages/url_launcher/url_launcher_iosurl_launcher
.
POAP is developed with Flutter.