atlas news
    
CoderBlog
08  avril     03h59
Use the powerful theme framework in GetX
Winson    . Introduction FlexColorScheme is a very powerful theme framework for Flutter, there is complete documentation and tutorials, and there are many existing themes that can be used, you also can design your theme online. FlexColorScheme is at its core an advanced ThemeData factory. It makes...
19  mars     03h58
Create Flutter project with GetX Pattern
Winson    . Introduction In my previous article, I introduced the GetX framework, but there are several parts needed to create and handle in the GetX project, so today, let me show you how to create a good pattern with GetX project so that we can easier to use it . The Architecture A good architecture......
21  février     14h45
How to listen the app lifecycle event after Flutter 3.13
Winson    . What’s the App lifecycle state in Flutter In Flutter, there are several lifecycle events that you can listen to in order to handle different states of your app, but today, we will discuss the didChangeAppLifecycleState events. This event is triggered whenever the app’s lifecycle state changes....
08  janvier     06h16
How to create an internal HTTP server via Flutter for uploading file
Winson    . Introduction If you want to let user upload files to the app through the browser on their computer, you can create an internal HTTP server with Flutter. This function is very useful, for example, if your app is just for watching videos or playing music offline, users can upload whatever they...
11  décembre     02h44
How the GetX easy to use in Flutter
Winson    . Introduction Flutter is a powerful and cross platform mobile app development framework, it’s easy to learn and build a nice user interface. But, if you are an experienced c Java programmer it’s me ha ha , maybe you will be a little uncomfortable, because Flutter is a reactive programming...
27  octobre     12h45
Generate PDF with Free Spire.PDF in .Net Core and download in Angular
Winson    . Introduction If you want to handle the PDF in .Net project, I think you would know the iTextSharp, it really a powerful PDF handler library, however, it not allow to free to use in commercial after version . . , and Free Spire.PDF is a Community Edition of the Spire.PDF for .NET, which is a...
03  octobre     14h22
How to create pre-loading before page load in Angular
Winson    . Introduction When you access a website, it needs to load many elements or components and this will take a few times based on the network and server workload , for giving users a better experience, we can use a pre loading to show the page is in loading status. . How it’s working I have written...
22  septembre     01h10
Website Automation Health Check with Powershell
Winson    . Introduction Website automation health check typically refers to proactively monitoring and testing a website or web application to identify issues before they impact customers. Today I will show you how to monitor the website uptime and auto login the website for checking. . Why Powershell Why...
15  septembre     07h21
How to support the JWT in Swagger UI
Winson    . Introduction Swagger is an open specification for describing and documenting RESTful APIs, it is a standard specification and set of tools for defining, producing, consuming, and visualizing RESTful web services. It makes it easy to design, build, document, and consume APIs efficiently. But, if...
11  septembre     01h26
Creating the loading in Angular
Winson    . Introduction Loading is essential in a website, it can let the user know the flow is processing, otherwise user will not know what’s happening. So, I will introduce an excellent loading package to help you solve the loading issue . ngx loading ngx loading is a very nice and customizable...