Take Care of Your Apps Business
List Of My Services and Prices For Apps
-
Recent Posts
- How To Structure Flutter App When Using BLoC Pattern November 18, 2021
- From Endpoint in Postman to Flutter Screen and App November 16, 2021
- How To Convert Objective C App To Flutter November 16, 2021
- Flutter BLoC Example and Data Connection Checker Plugin November 7, 2021
- Flutter All the Way! August 10, 2021
- How Can I Help You Install Your Finished iOS App to the App Store February 9, 2021
- SendImage App to Upload and Approve Images November 13, 2020
- What Do You Need For Your First Mobile App and Web Server November 6, 2020
- Screen Types For Your Mobile App January 28, 2020
- Android and iOS Mobile Apps To Acquire User Data On Remote Locations August 3, 2019
Categories
- Android (18)
- Android devices (1)
- Apps As a Business (14)
- Apps Marketing (4)
- apps server (3)
- Astrologija i horoskopi (1)
- Contact Us (3)
- Dart (2)
- Dusko Savic Android Apps (7)
- Dusko Savic Books (2)
- Facebook apps (1)
- Flutter (12)
- Graphics for apps (2)
- Help Apps (2)
- Help Apps for Android (2)
- Help Apps for iOS (1)
- iOS (16)
- Kindle (3)
- Links and resources (1)
- Marketing (2)
- Monetize Your App (6)
- Objective C (1)
- PHP (3)
- Programming (33)
- RSS feeds (2)
- Twitter apps (3)
- Website Policies (10)
- YouTube Player API for Android (2)
Tags
- admin
- android
- Android apps
- android studio
- app
- app development
- Apple
- apps server
- app store
- astrology
- BLoC
- blog
- cakephp
- dusko savic
- duskosavic.com
- flutter
- Flutter app
- flutter development
- gibenviro
- gimp
- Google Play
- ios
- iOS 11
- kindle
- kindle ebooks
- mobile apps
- NSHomeKitUsageDescription
- NSLocationAlwaysUsageDescription
- photoshop
- php
- php 7.0
- play store
- plugin
- privacy policy
- programming
- send email
- share to twitter
- splash screen
- submit app
- twitter app
- web server
Monthly Archives: November 2021
How To Structure Flutter App When Using BLoC Pattern
When using BLoC as the state management technique for your Flutter app, your best bet is to open a folder called packages and put all of the code for all of your BLoCs into it. BLoC in Packages Folder I’ve … Continue reading
Posted in Programming, Flutter
Tagged dusko savic, flutter, flutter development, Flutter app, mobile apps, BLoC, bloc pattern, felix angelov
Leave a comment
From Endpoint in Postman to Flutter Screen and App
When developing APIs, the usual procedure is to test them with Postman, from the comfort of your own desktop. Once you have everything nailed on the server and you are content with the results in Postman, here is what you … Continue reading
Posted in Flutter, Dart
Leave a comment
How To Convert Objective C App To Flutter
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 … Continue reading
Posted in Programming, iOS, Flutter, Dart, Objective C
Leave a comment
Flutter BLoC Example and Data Connection Checker Plugin
Flutter BLoC Example for Checking Data Connectivity Checking whether there is Internet connection at any given time is a hallmark of a professionally crafted Flutter app. Here is a Flutter BLoC example using a well known DataConnectionChecker plugin. In What … Continue reading
Posted in Flutter, Programming
Tagged programming, flutter, mobile apps, BLoC, DataConnectionChecker, connectivity, survery, fishing tournement, duskosavic.com
Leave a comment