Mehmet FidanboyluinFlutterEvent Loop in Widget TesterFlutter’s widget tester is a great way to do unit testing on widgets. It allows you to bring up a headless environment where you can…Nov 14, 20182Nov 14, 20182
Mehmet FidanboyluinFlutterWriting a good Flutter pluginPlugins are essential to the Flutter ecosystem. They allow Flutter developers to interact with libraries of the platform the app is…Oct 3, 20184Oct 3, 20184
Mehmet FidanboyluAvoiding Empty State CallbacksFlutter widgets react to changes to their state when you call their setState. This sounds quite simple and the examples given in…Oct 30, 20173Oct 30, 20173
Mehmet FidanboyluPlatform Specific UI with FlutterFlutter is quite good at handling platform specific interactions. For instance, you don’t need to write extra code to get over-scroll…Sep 3, 20171Sep 3, 20171
Mehmet FidanboyluSecuring Flutter AppsOur phones increasingly deal with sensitive data: Financial records, our corporate email and those photos you took during your last…Aug 17, 20176Aug 17, 20176
Mehmet FidanboyluFlutter Plugin or Dart Package?So, you want to write a package for Flutter apps… You could write a Dart package or a plugin. This article aims to help you decide.Aug 16, 20171Aug 16, 20171