Flutter State Management with Riverpod: The Essential Guide
Riverpod is a popular Flutter state management library that shares many of the advantages of Provider and brings many additional benefits. Riverpod is a complete rewrite of the Provider package to make improvements that would be otherwise impossible.
Flutter Android TV Apps checklist. Part 1 — basic requirements.
Flutter 3 as of year 2022 supports six platforms: Android, iOS, Linux, MacOS, Windows and Web. None of them is related to any kind of TV device. Nonetheless, the majority of smart TVs are powered by AndroidTV system, which is just a slightly modified version of a regular Android system.
Download
ESF Database Migration Toolkit is the most popular toolkit to help people migrate data across various database formats, supporting Oracle, MySQL, MariaDB, SQL Server, PostgreSQL, IBM DB2, IBM Informix, InterSystems Caché, Teradata, Visual Foxpro, SQLite, FireBird, InterBase, Microsoft Access, Micro
Depicter | Amazing FREE WordPress Plugin | MUST SEE
Every once in a while, there’s a free WordPress plugin that makes you wonder how they can give so much good stuff away.
This time, it’s Depicter – A Free WordPress slider plugin that packs an awful lot of features into it.
From fully responsive options, dynamic WordPress data, easy optimisation, a
Announcing the Flutter Casual Games Toolkit
For most developers, Flutter is an app framework. But there’s also a growing community around casual game development, taking advantage of the hardware-accelerated graphics support provided by Flutter. Over the past year, thousands of Flutter games have been published.
Machine Learning Crash Course With ML.NET
We will go over what machine learning is, what it can be used for and we will create a model using C# & ML.NET
Jon Wood YouTube Channel:
http://youtube.com/c/JonWood
Code:
https://github.com/jwood803/MLNet_CrashCourse/blob/master/MLNetCrashCourse/Program.cs
Data:
https://www.kaggle.com/camnugent/
New 35 Flutter Tips and Tricks
This is 35 Flutter tips and tricks that you must know. This list of tips is great for flutter beginners, advanced and pro developers. This is the new tips and tricks series from Flutter Mapp, in this on we show you 35 flutter ticks and tips that you can start to implement today. You will code apps f
ScaffoldMessenger (Widget of the Week)
Learn more about ScaffoldMessenger → https://goo.gle/3HYoySY
Ever have difficulties showing SnackBars to users while they navigate? If so, have no fear, ScaffoldMessenger is here!
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, Spanish, Hindi, Ar
What’s New in Flutter 2.10
I can’t believe it’s time again for a Flutter stable release! Hello and welcome to Flutter 2.10. It has been less than two months since our last release, but even in that short time we’ve had 1,843 issues closed and 1,525 PRs merged from 155 contributors worldwide.
What’s New in Flutter 2.8
It’s that time of year in the northern hemisphere: the leaves are turning, the temperature is cooling and the final stable release of the year is here. Hello and welcome to Flutter 2.
responsive_scaffold : Flutter Package
View the online demo here! On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item.
Microsoft shares Windows 11 TPM check bypass for unsupported PCs
Microsoft has published a new support webpage where they provide an official method to bypass the TPM 2.0 check and have Windows 11 installed on unsupported systems.
Linux losetup command
It is possible to specify transfer functions (for encryption/decryption or other purposes) using one of the -E and -e options. There are two mechanisms to specify the desired encryption: by number and by name.
What’s new in Flutter 2.5
Hello and welcome to Flutter 2.5! This is a big release, with the 2nd highest stats in the history of Flutter releases: 4600 issues closed and 3932 PRs merged from 252 contributors with 216 reviewers.
Restarting USB subsystem in CentOS
After a long uptime specific (cheap) devices or components connected to the USB ports lock up or malfunction. Unplugging and plugging them usually fixes issues, but physical access to the system (especially a remote server) is neither always possible or desirable.
MySQL replication: How to recover from “Event too small corruption” or “Slave SQL: Relay log read failure”
The basic principle is, just restart where the slave left off. The problem arises if a binary log, on the slave side, remains corrupt. The recovery is relatively simple, just follow the recipe: STOP SLAVE SHOW SLAVE STATUS Note down 'Relay_Master_Log_File' and...
SystemD quick cheat sheet
A small collection of Systemd commands, along with the Sysvinit counterparts. Sysvinit Command Systemd Command Notes service frobozz start systemctl start frobozz Used to start a service (not reboot persistent) service frobozz stop systemctl stop frobozz Used to stop...
NativeScript example, step by step, Windows 10
A tiny, 5 minute, tutorial on creating a new empty project using NativeScript + TypeScript, compiling it and running in Android. First of all, install NativeScript (NodeJS v4.6.0 x64)plus the latest NativeScript. Check if the installation is OK: tns...
tip: Volley comm library for android, available via Gradle
Previously, in order to use Volley, the only way was to add the "jar" file to the project - not anymore - official volley is now available, just change the app.gradle file: [mgamazon...
Converting multi-page PDF to PNG using ImageMagick
Quick tutorial on converting PDF files to PNG using ImageMagick in CentOS. Foreplay: install ImageMagick First, install ImageMagick using yum. As ImageMagick is not available, you need to activate the EPEL repository in your CentOS installation. wget...
Download Android Apps with Source Code
Available at f-droid is a directory of open source android apps (full with source code). A great learning resource for beginners.
Web font generator
At fontSquirrel. You upload your font and it generates every known format, CSS code and even embeds fonts inside CSS using base64 data.
Public Datasets
Available at Xiaming's Github, Awesome Public Datasets are (mostly) free. Subjects include Agriculture, Biology, Climate/Weather, Complex Networks, Computer Networks, Contextual Data, Data Challenges, Economics, Energy, Finance, Geology, GeoSpace/GIS, Government,...
Delphi optimization tools and patches
At Andy's Blog. Includes DelphiSpeedUp, IDEFixPack, VCLFixPath among others.
Composer with WordPress, how to
by SCOTT WALKINSHAW
Compile PHP 7 FPM + CLI from source, without touching the installed PHP 5.x
The following explains how to install PHP 7.0, from source, without uninstalling your current PHP. I used this in a development and continuous integration machine, so i can test both PHP 5.6 or PHP 7.x, ensuring our apps are php7 ready. As i am using Apache + Mod_php...
PHP 7.0 released
Official release at PHP.net
Optimize Eclipse: better speed, better memory usage
by Nicolas Bize.
VMWare player, fixing “virtual disk needs repair”
This one pops up from time to time, and VMWare Player has no tool to fix it. Worry no more, Christos Matskas found the solution.
Android’s RecyclerView, item clicks, how to
RecyclerView is a great class what you should consider over ListView for building list interfaces. It offers more flexibility and has built-in hooks that make implementing animations and custom layouts much easier compared to ListView. Unfortunately RecyclerView is...