Best of Twitter — June 2023
- 1
- 2
asayer·3y
Build a Twitter clone with Strapi
Strapi is a headless CMS capable of being integrated into web and mobile applications. With Strapi, the developer can easily build flexible user interfaces and append content from the CMS. This article will demonstrate Strap iCMS in action by building a Twitter clone application. The Twitter clone will have a newsfeed and tweet creation section.
- 3
freeCodeCamp·3y
How to Build a Custom Widget in Flutter
In Flutter, a custom widget refers to a user-defined widget that encapsulates a specific set of functionalities or visual representations. Custom widgets allow developers to create reusable UI components that can be used throughout the application. They also promote code re-usability and enhance the maintainability of your Flutter applications.