Tag Archives: Flutter app

How To Structure Flutter App When Using BLoC Pattern

This entry is part 1 of 2 in the series Developing Flutter Apps with 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 Flutter, Programming | Tagged , , , , , , , | Leave a comment

How To Deal With Rejection Clause 4.3 – Design

Rejection clause 4.3 — Design In late 2017 Apple started rejecting apps under the Clause 4.3 Design. You would get a notice like this: ———————- Guideline 4.3 – Design We noticed that your app provides the same feature set as … Continue reading

Posted in apps server, Flutter, iOS | Tagged , , , , , , , , , | Leave a comment