SMShion Marukoinshion-engineering.hashnode.dev·Jun 12, 2022 · 1 min readWhat is Felica?Overview Do you know about Felica? It is one of the contactless technology called NFC(Near Field Communication). The main use case of NFC is following. e-money e-ID e-tickets e-membership card There are three main types of NFC that Type-A, Type-B, ...00
SMShion Marukoinshion-engineering.hashnode.dev·Jun 5, 2022 · 2 min read【Flutter × Swift】The simplest way to use Method Channel.Overview I'm going to write about the simplest way to use Flutter Method Channel to call Swift code from Flutter. Just 2 files that we need to use. ios_method_channel.dart AppDelegate.swift Completed files I show 2 completed files at first. ios_met...00