PinnedRafael Delos SantosHow to use custom theme colours in Flutter without using Material or Cupertino ThemeIt is important to think about how to add structured colour theming to your design when building Flutter apps. The most popular way to do…Apr 4Apr 4
PinnedRafael Delos SantosThe right way to create a Flutter projectLearn the best way to set up and create your Flutter project and save time from unnecessary future edits.Jun 14, 20232Jun 14, 20232
PinnedRafael Delos SantosShould I learn Flutter in 2023 — An App Developer’s edgeUnderstand why Flutter is very much worth learning in 2023 and how anyone can start to become an app developer.Jul 13, 2023Jul 13, 2023
Rafael Delos SantosSimpler and Better Flutter State Management with CubitLearn how to use Cubit to cleanly organise our Flutter codebase to be more readable, scalable, and testable.Apr 231Apr 231
Rafael Delos SantosHow to use PageView in FlutterLearn how to use PageView in Flutter to display sliding screens and pages.Mar 291Mar 291
Rafael Delos SantosFlutter navigation with go_router packageLearn how to use the go_router navigation library in your Flutter app for moving from one screen to another.Feb 15Feb 15
Rafael Delos SantosBuild a simple game with Flutter and FlameLearn how to build a simple game in Flutter by using the Flame package.Feb 6Feb 6
Rafael Delos SantosHow to use Isolates for parallel processing in FlutterLearn the basics of running tasks in parallel in Flutter using Isolate. Follow the step-by-step approach of running your heavy Flutter tasksNov 7, 2023Nov 7, 2023
Rafael Delos SantosOn the importance of abstraction when using third-party librariesLearn the importance of abstraction when calling third-party libraries to keep your code testable, scalable, and resilient to future…Sep 29, 2023Sep 29, 2023
Rafael Delos SantosUsing Future in Flutter — Get comfortable with asynchronous dataLearn how to use Future in Flutter and efficiently handle asynchronous data. After reading this post, you should be comfortable enough to…Sep 19, 2023Sep 19, 2023