Majid Hajian

  http://majidhajian.com Majid is a Google Developer Expert, an award-winning author, Flutter, PWA, a perf enthusiast, and a passionate software developer with years of developing and architecting complex web and mobile applications.

     



5 Stories by Majid Hajian

Using Dart FFI to access native libraries in Flutter

Dart FFI opens up new development opportunities. Learn how to access native libraries in Flutter using Dart FFI.
1 10 min read

Best practices for laying out your Flutter app

Laying out your Flutter app using widgets can quickly become complex. Here are some best practices to implement as you build your app.
3 6 min read

Implementing SVG in Flutter with flutter_svg

SVG offers several advantages over bitmap files when it comes to image quality. Learn how and when to use SVG files in a Flutter...
0 4 min read

Async callbacks with Flutter FutureBuilder 

Use Dart, a single-threaded language, and the Flutter build method, which is synchronous, to build a widget that reflects the state of an app....
0 4 min read

Introduction to using Dart in Flutter

This tutorial will cover the essential syntax and information you need to know in order to feel comfortable building a Flutter app with Dart.
0 7 min read