Majid Hajian 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.

Stories by Majid Hajian

Dart FFI Native Libraries Flutter

Using Dart FFI to access native libraries in Flutter

Dev

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

Majid Hajian
Jan 28, 2022 ⋅ 10 min read

Best practices for laying out your Flutter app

Dev

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

Majid Hajian
Sep 21, 2021 ⋅ 6 min read
implement SVG flutter apps feature image

Implementing SVG in Flutter with flutter_svg

Dev

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

Majid Hajian
Sep 10, 2021 ⋅ 4 min read
Async Callbacks Flutter Futurebuilder

Async callbacks with Flutter FutureBuilder 

Dev

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.

Majid Hajian
Jun 24, 2021 ⋅ 4 min read
Flutter Logo

Introduction to using Dart in Flutter

Dev

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

Majid Hajian
May 11, 2021 ⋅ 7 min read