Articles

Simplifying Authentication: Implementing Single Sign-On (SSO) with Dart - Medium
(27-01-2024)

In today’s interconnected digital world, users often find themselves juggling multiple accounts across various platforms. Logging in and out of different applications can be time-consuming and cumbersome. Single Sign-On (SSO) is a powerful solution that simplifies this process by allowing users to authenticate once and access multiple applications seamlessly. In this article, we will explore how to implement Single Sign-On using Dart, a versatile and easy-to-use programming language. 📝

Dart Server Side Rendering (SSR) - Medium
(07-07-2023)

Server-Side Rendering (SSR) is a technique used in web development to generate and render web pages on the server and send the fully rendered HTML content to the client. SSR has several benefits, including improved performance, search engine optimization (SEO), and enhanced user experience. 📝

Running Flutter on Apple Vision Pro - Medium
(01-07-2023)

Apple VisionOS is a new operating system that is designed for augmented reality (AR) and virtual reality (VR) applications. It is based on iOS, but it has been optimized for AR and VR workloads. VisionOS includes a number of new features and capabilities that are designed to make it easier to develop and deploy AR and VR applications. 📝

Running Flutter 3.10.5 on Apple Vision Pro - Twitter
(24-06-2023)

Twitter Flutter post with discussion. 🐦

Dart Shelf package - Twitter
(21-03-2023)

Twitter Flutter post with discussion. 🐦

Implement Flutter at Dart Pad - Twitter
(16-01-2023)

Twitter Flutter post with discussion. 🐦

Flutter context.mounted - Twitter
(03-01-2023)

Twitter Flutter post with discussion. 🐦

MetaSEO package - GDL
(08-11-2022)

Meta SEO is package for adding meta data for html document in head tag which meta tags or meta data make search engine optimization for web apps. 📝

Flutter Introduction - Medium
(04-11-2022)

What is Flutter? What are the important topics in the field? Where do we go first? How do we learn it? All of these and similar questions are common. A lot of experts have written and talked about Flutter in different ways, but I will write about it as a mind map of the most important topics. 📝

Flutter Chat with Roaa - Twitter
(18-09-2022)

Twitter Flutter space. 🐦

Data Structures & Algorithms in Dart (5/5) - Medium
(15-09-2022)

I will write about Data Structures and Algorithms in Dart in this series of blogs about: Why learn data structures & algorithms? - Complexity - Basic data structures in Dart - Stacks β€” Linked Lists β€” Queues - Trees (Binary Trees β€” Binary Search Trees β€” AVL Trees β€” Tries β€” Binary Search β€” Heaps β€” Priority Queues) - Sorting Algorithms (O(n2) β€” Merge Sort β€” Radix Sort β€” Heap Sort β€” Quick Sort) - Graphs (Breadth-First Search β€” Depth-First Search β€” Dijkstra’s Algorithm) - Conclusion 📝

Data Structures & Algorithms in Dart (4/5) - Medium
(15-09-2022)

I will write about Data Structures and Algorithms in Dart in this series of blogs about: Why learn data structures & algorithms? - Complexity - Basic data structures in Dart - Stacks β€” Linked Lists β€” Queues - Trees (Binary Trees β€” Binary Search Trees β€” AVL Trees β€” Tries β€” Binary Search β€” Heaps β€” Priority Queues) - Sorting Algorithms (O(n2) β€” Merge Sort β€” Radix Sort β€” Heap Sort β€” Quick Sort) - Graphs (Breadth-First Search β€” Depth-First Search β€” Dijkstra’s Algorithm) - Conclusion 📝

Data Structures & Algorithms in Dart (3/5) - Medium
(15-09-2022)

I will write about Data Structures and Algorithms in Dart in this series of blogs about: Why learn data structures & algorithms? - Complexity - Basic data structures in Dart - Stacks β€” Linked Lists β€” Queues - Trees (Binary Trees β€” Binary Search Trees β€” AVL Trees β€” Tries β€” Binary Search β€” Heaps β€” Priority Queues) - Sorting Algorithms (O(n2) β€” Merge Sort β€” Radix Sort β€” Heap Sort β€” Quick Sort) - Graphs (Breadth-First Search β€” Depth-First Search β€” Dijkstra’s Algorithm) - Conclusion 📝

Data Structures & Algorithms in Dart (2/5) - Medium
(15-09-2022)

I will write about Data Structures and Algorithms in Dart in this series of blogs about: Why learn data structures & algorithms? - Complexity - Basic data structures in Dart - Stacks β€” Linked Lists β€” Queues - Trees (Binary Trees β€” Binary Search Trees β€” AVL Trees β€” Tries β€” Binary Search β€” Heaps β€” Priority Queues) - Sorting Algorithms (O(n2) β€” Merge Sort β€” Radix Sort β€” Heap Sort β€” Quick Sort) - Graphs (Breadth-First Search β€” Depth-First Search β€” Dijkstra’s Algorithm) - Conclusion 📝

Data Structures & Algorithms in Dart (1/5) - Medium
(15-09-2022)

I will write about Data Structures and Algorithms in Dart in this series of blogs about: Why learn data structures & algorithms? - Complexity - Basic data structures in Dart - Stacks β€” Linked Lists β€” Queues - Trees (Binary Trees β€” Binary Search Trees β€” AVL Trees β€” Tries β€” Binary Search β€” Heaps β€” Priority Queues) - Sorting Algorithms (O(n2) β€” Merge Sort β€” Radix Sort β€” Heap Sort β€” Quick Sort) - Graphs (Breadth-First Search β€” Depth-First Search β€” Dijkstra’s Algorithm) - Conclusion 📝

Zapp! an online Flutter sandbox - Twitter
(25-08-2022)

Twitter Flutter space. 🐦

Creating content for developers - Twitter
(28-07-2022)

Twitter Flutter space. 🐦

Flutter d-Artists #23 - Twitter
(07-07-2022)

Twitter Flutter space. 🐦

How to change Flutter Stop Error Screen Style? (English) - Dev
(05-04-2022)

Fortunately, the red stop exception error screen of Flutter you can edit as you want with custom style. 📝

How to change Flutter Stop Error Screen Style? (English) - Medium
(05-04-2022)

Fortunately, the red stop exception error screen of Flutter you can edit as you want with custom style. 📝

flutter problem: How to make row and column like this and text position? - StackOverflow
(30-03-2022)

Accepted answer to Stack-Overflow question. ?

PGridView does not cover background if totalWidth is not dividable by crossAxisCount - StackOverflow
(30-03-2022)

Voted answer to Stack-Overflow question. ?

GoRouter and Flutter Navigation 2 supporting. (English) - Dev
(29-03-2022)

In this essay I am going to talk about modern navigation in Flutter with Navigation 2 over previous navigation in flutter. 📝

Parsing a JSON API response - StackOverflow
(29-03-2022)

Voted answer to Stack-Overflow question. ?

GoRouter and Flutter Navigation 2 supporting. (English) - Medium
(29-03-2022)

In this essay I am going to talk about modern navigation in Flutter with Navigation 2 over previous navigation in flutter. 📝

Error: A value of type 'String?' can't be assigned to a variable of type 'String' - StackOverflow
(23-03-2022)

Accepted answer to Stack-Overflow question. ?

Battery level indicator drawing upside down in Flutter CustomPainter Class - StackOverflow
(23-03-2022)

Accepted answer to Stack-Overflow question. ?

Adding onPressed function from class variable - StackOverflow
(15-03-2022)

Voted answer to Stack-Overflow question. ?

How to change Text Size of different Texts in my app in real time in Flutter - StackOverflow
(14-03-2022)

Voted answer to Stack-Overflow question. ?

How can I make container scroll horizontally - StackOverflow
(14-03-2022)

Voted answer to Stack-Overflow question. ?

ListView doesn't separate objects from doc - StackOverflow
(14-03-2022)

Voted answer to Stack-Overflow question. ?

Bottom overflow by pixels - StackOverflow
(14-03-2022)

Voted answer to Stack-Overflow question. ?

How to place these two buttons on the left? - StackOverflow
(13-03-2022)

Voted answer to Stack-Overflow question. ?

Flutter Doctor Searching wrong JAVA_HOME - StackOverflow
(13-03-2022)

Voted answer to Stack-Overflow question. ?

Importance of Flutter State Management (English) - Dev
(13-03-2022)

Here, Flutter has a different approach to state management. Unlike other frameworks, Flutter tries to rebuild the UI from scratch to reflect the latest changes in the state. Two Google developers from the Flutter development team, Filip HrÑček, and Matt Sullivan have presented in a detailed way what pragmatic state management is in Google I/O 2019 conference. 📝

Importance of Flutter State Management (English) - Medium
(21-02-2022)

Here, Flutter has a different approach to state management. Unlike other frameworks, Flutter tries to rebuild the UI from scratch to reflect the latest changes in the state. Two Google developers from the Flutter development team, Filip HrÑček, and Matt Sullivan have presented in a detailed way what pragmatic state management is in Google I/O 2019 conference. 📝

Developed & Designed with πŸ’™ by Eng. Mouaz M. Al-Shahmeh
Privacy and Policy