{"id":5012,"date":"2021-11-16T07:06:04","date_gmt":"2021-11-16T06:06:04","guid":{"rendered":"https:\/\/duskosavic.com\/blog\/?p=5012"},"modified":"2021-11-16T07:46:50","modified_gmt":"2021-11-16T06:46:50","slug":"how-to-convert-objective-c-app-to-flutter","status":"publish","type":"post","link":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/","title":{"rendered":"How To Convert Objective C App To Flutter"},"content":{"rendered":"<p>Here is what I generally do when converting Objective C apps to Flutter:<\/p>\n<h2>1) Compile the current code you have with Xcode 13.1 (the latest version I am now using)<\/h2>\n<p>That will give me an insight into what the app does, what is the flow of screens, the user&#8217;s journey and so on. Will actually serve as a wire frame to look up to.<\/p>\n<h2>2) Files and Conversions<\/h2>\n<p>The next task is to change file name all to lowercase characters as that is not acceptable on Android.<\/p>\n<h2>3) Converting Images<\/h2>\n<p>After that, transposing iOS images with their @ chars into images acceptable to Flutter (there is a well defined procedure but it does take some time and effort).<\/p>\n<h2>4) Form the project in Flutter<\/h2>\n<p>At this step we would have all the files that the app needs in shape and form that the Flutter can use.<\/p>\n<h2>5) Screen by Screen Conversion<\/h2>\n<p>If you want to change something, upgrade the app, use new API calls etc this would be the time and place to do it.<\/p>\n<p>The good news is that I have ton of codes in Flutter for all of the mundane tasks such as user registration, log in, log out, menus and so on. It is more of a customizing process instead of developing everything from scratch just for your project.<\/p>\n<h2>6) Testing<\/h2>\n<p>I would send you a new version of the once a day or at least 2-3 time a week, depending on various factors. I expect you to actively take part in this phase and guide the development process to the end.<\/p>\n<h2>7) Opening Accounts or Using the Existing Accounts on Google Play and the App Store.<\/h2>\n<p>I need to have access to the App Store Connect to get the sertificates for development and distribution.<\/p>\n<h2>8) Preparing Listing For the aAp<\/h2>\n<p>You would have one for the existing app, obviously, but expect things to change and that should be reflected in the listing right away.<\/p>\n<h2>9) Submitting the App to the Stores<\/h2>\n<p>This is as far as I go &#8212; I cannot guarantee that the app will be accepted but if there are problems, I will stay with you and change the app so that it can be published.<\/p>\n<p>For quotes, contact me through <a href=\"https:\/\/duskosavic.com\/blog\/contact-dusko-savic\/\">email<\/a> or <a href=\"https:\/\/www.linkedin.com\/in\/dusko-savic-741487149\/\">LinkedIn<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is what I generally do when converting Objective C apps to Flutter: 1) Compile the current code you have with Xcode 13.1 (the latest version I am now using) That will give me an insight into what the app &hellip; <a href=\"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[697,572,281,703,1],"tags":[],"series":[],"class_list":["post-5012","post","type-post","status-publish","format-standard","hentry","category-dart","category-flutter","category-ios","category-objective-c","category-programming"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Convert Objective C App To Flutter - DuskoSavic.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Convert Objective C App To Flutter - DuskoSavic.com\" \/>\n<meta property=\"og:description\" content=\"Here is what I generally do when converting Objective C apps to Flutter: 1) Compile the current code you have with Xcode 13.1 (the latest version I am now using) That will give me an insight into what the app &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/\" \/>\n<meta property=\"og:site_name\" content=\"DuskoSavic.com\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-16T06:06:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-16T06:46:50+00:00\" \/>\n<meta name=\"author\" content=\"Dusko\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dusko\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/\"},\"author\":{\"name\":\"Dusko\",\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/#\\\/schema\\\/person\\\/5c90e82c5c70eaeee96d0b2efbfd4396\"},\"headline\":\"How To Convert Objective C App To Flutter\",\"datePublished\":\"2021-11-16T06:06:04+00:00\",\"dateModified\":\"2021-11-16T06:46:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/\"},\"wordCount\":378,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/#\\\/schema\\\/person\\\/5c90e82c5c70eaeee96d0b2efbfd4396\"},\"articleSection\":[\"Dart\",\"Flutter\",\"iOS\",\"Objective C\",\"Programming\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/\",\"url\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/\",\"name\":\"How To Convert Objective C App To Flutter - DuskoSavic.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/#website\"},\"datePublished\":\"2021-11-16T06:06:04+00:00\",\"dateModified\":\"2021-11-16T06:46:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/objective-c\\\/how-to-convert-objective-c-app-to-flutter\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Convert Objective C App To Flutter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/\",\"name\":\"DuskoSavic.com\",\"description\":\"Rapid Mobile Apps Development With Flutter\",\"publisher\":{\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/#\\\/schema\\\/person\\\/5c90e82c5c70eaeee96d0b2efbfd4396\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/duskosavic.com\\\/blog\\\/#\\\/schema\\\/person\\\/5c90e82c5c70eaeee96d0b2efbfd4396\",\"name\":\"Dusko\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g\",\"caption\":\"Dusko\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Convert Objective C App To Flutter - DuskoSavic.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/","og_locale":"en_US","og_type":"article","og_title":"How To Convert Objective C App To Flutter - DuskoSavic.com","og_description":"Here is what I generally do when converting Objective C apps to Flutter: 1) Compile the current code you have with Xcode 13.1 (the latest version I am now using) That will give me an insight into what the app &hellip; Continue reading &rarr;","og_url":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/","og_site_name":"DuskoSavic.com","article_published_time":"2021-11-16T06:06:04+00:00","article_modified_time":"2021-11-16T06:46:50+00:00","author":"Dusko","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Dusko","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/#article","isPartOf":{"@id":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/"},"author":{"name":"Dusko","@id":"https:\/\/duskosavic.com\/blog\/#\/schema\/person\/5c90e82c5c70eaeee96d0b2efbfd4396"},"headline":"How To Convert Objective C App To Flutter","datePublished":"2021-11-16T06:06:04+00:00","dateModified":"2021-11-16T06:46:50+00:00","mainEntityOfPage":{"@id":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/"},"wordCount":378,"commentCount":0,"publisher":{"@id":"https:\/\/duskosavic.com\/blog\/#\/schema\/person\/5c90e82c5c70eaeee96d0b2efbfd4396"},"articleSection":["Dart","Flutter","iOS","Objective C","Programming"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/","url":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/","name":"How To Convert Objective C App To Flutter - DuskoSavic.com","isPartOf":{"@id":"https:\/\/duskosavic.com\/blog\/#website"},"datePublished":"2021-11-16T06:06:04+00:00","dateModified":"2021-11-16T06:46:50+00:00","breadcrumb":{"@id":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/duskosavic.com\/blog\/objective-c\/how-to-convert-objective-c-app-to-flutter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/duskosavic.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Convert Objective C App To Flutter"}]},{"@type":"WebSite","@id":"https:\/\/duskosavic.com\/blog\/#website","url":"https:\/\/duskosavic.com\/blog\/","name":"DuskoSavic.com","description":"Rapid Mobile Apps Development With Flutter","publisher":{"@id":"https:\/\/duskosavic.com\/blog\/#\/schema\/person\/5c90e82c5c70eaeee96d0b2efbfd4396"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/duskosavic.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/duskosavic.com\/blog\/#\/schema\/person\/5c90e82c5c70eaeee96d0b2efbfd4396","name":"Dusko","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g","caption":"Dusko"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/d249b8ea0c85e62fd0339dd1412b99f721f072408db9a9a546efe3a86a93b667?s=96&d=mm&r=g"}}]}},"_links":{"self":[{"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/posts\/5012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/comments?post=5012"}],"version-history":[{"count":1,"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/posts\/5012\/revisions"}],"predecessor-version":[{"id":5014,"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/posts\/5012\/revisions\/5014"}],"wp:attachment":[{"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/media?parent=5012"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/categories?post=5012"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/tags?post=5012"},{"taxonomy":"series","embeddable":true,"href":"https:\/\/duskosavic.com\/blog\/wp-json\/wp\/v2\/series?post=5012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}