A Book library App with Flutter source code

Book Library Book Library app with flutter where u can make simple CRUD operations (create, read, update, delete). This application has a dark theme, the state is managed by the ThemeNotifier class and injected by the Provider package. This simple application demonstrates the use of the Provider package in specific the ChangeNotifierProvider. I make use of a simple model, together with a Notifier class […]

A Book library App with Flutter source code Read More »

Flutter news app that displays news from different sources using News API

A Flutter app that displays news from different sources using News API Screenshots Used Technologies Cloning Repo git clone git@github.com:moElsmokhraty/News-App.git Resources Used: You can check out the entire code of this App here: Get Full Source Code View Github Conclusion This was all about a quick go through the basic flutter App UI Screen. If

Flutter news app that displays news from different sources using News API Read More »

Wallpaper App with awesome wallpapers Made using Flutter

Wallpaper App with awesome wallpapers Made using Flutter Lucid A Wallpaper App with some awesome wallpapers and firebase database as backend made using Flutter framework and dart language Screenshots For help getting started with Flutter, view our online documentation. Resources Used: You can check out the entire code of this App here: Get Full Source Code

Wallpaper App with awesome wallpapers Made using Flutter Read More »

Amazing Tic Tac Toe game app built using Flutter source code

Amazing Tic Tac Toe game app built using Flutter source code Introduction The classic Tic Tac Toe game built using Flutter. To enhance the user experience, I implemented Hive as the local database, allowing players to view their games later. Additionally, I utilized hooks, a flutter implementation of React hooks, and Riverpod to efficiently manage

Amazing Tic Tac Toe game app built using Flutter source code Read More »

Flutter package for easily obtaining the size of the application cache

A Flutter package for easily obtaining the size of the application cache Visual Cache A Flutter package for easily obtaining the size of the application cache. Visual Cache allows you to retrieve the cache size in a human-readable format (MB or GB), making it suitable for displaying cache-related information in your app’s UI. Features Screenshots Getting Started

Flutter package for easily obtaining the size of the application cache Read More »

A playground for image pixel manipulation and painting in Flutter using CustomPaint

A playground for image pixel manipulation and painting implemented in Flutter using CustomPaint Pixel Art This is a playground for image pixel manipulation and painting implemented in Flutter using CustomPaint. I’m currently exploring tone filter creation. Currently, the following filters have been implemented: Demo 📷 Resources Used: You can check out the entire code of this

A playground for image pixel manipulation and painting in Flutter using CustomPaint Read More »

Airtable UI Kit Icons Collection on Flutter

Airtable Icons – Airtable UI Kit Icons Collection on Flutter Unofficial Flutter package for Airtable UI Kit icons. Airtable UI Kit is made by Airtable and licensed under CC BY 4.0. Installation Add airtable_icons dependency to your Flutter project: dependencies: airtable_icons: ^<latest-version> Usage Import the package in your Flutter file and use one of these 2 alternatives to display your icons:

Airtable UI Kit Icons Collection on Flutter Read More »

Flutter Calculator app for seamless mathematical operations

A Flutter calculator app for seamless mathematical operations with source code Flutter Calculator app Introducing a versatile mobile calculator app for seamless mathematical operations. From basic arithmetic to advanced functions, effortlessly calculate sums, substractions, multiplies, divisions, percentages, and more. A user-friendly interface ensures quick and accurate computations on the go. Features Tech Calculator uses a

Flutter Calculator app for seamless mathematical operations Read More »

Beautiful Weather App List with Flutter source code

Weather App List Practice – Beautiful Weather App List with Flutter source code I think the list scrolling effect of Apple’s weather App is very interesting, so I tried to implement it in Flutter. Demo  weather_app_list_practice.webm  Main Files Run Before you can run this project, you need to have Flutter installed on your system. If

Beautiful Weather App List with Flutter source code Read More »

Music Player Beautiful Material Design Open Source Flutter App

Flutter Music Player – First Open Source Flutter based Beautiful Material Design Music Player(Online Radio will be added soon.) Music Player Beautiful Material Design Open Source Flutter App with source code Music Player App Play Store BETA Features Show some ❤️ and star the repo to support the project Screenshots      Flute Music Player Plugin

Music Player Beautiful Material Design Open Source Flutter App Read More »

A Simple and easy video sharing app with Flutter

A Simple and easy video sharing app with Flutter Project Requirements A. Home B. Menu Bar C. Comments Screenshot Demo Developed Using Flutter Clean Architecture and the following dependencies Code Written By: Gemechis Elias Resources Used: You can check out the entire code of this App here: Get Full Source Code View Github Conclusion This was all

A Simple and easy video sharing app with Flutter Read More »

Scroll to Top