
Day 35 [8-08-2022] I worked on a xylophone app that plays sounds when various button are pressed. Working on this app exposed to me to asset_audio_player and using it to play sound files stored in the assets folder of a flutter project
Day 36 [9-09... https://galadima3.hashnode.dev/alpha

Every year brings new advancements in every technology. Let us have a look at what we can expect from React Native and Flutter in 2022 and which one should be chosen for cross-platform app development. All leading businesses in every industry are inc... https://geek-kamal.hashnode.dev/flutter-vs-react-native-in-2022-which-one-to-choose

What is flutter ? It is a tool that allows you to build apps by one programming language and one codebase (for both ios and android). It basically has 2 things 1st is sdk + widgets / framework library Sdk helps to compile your code to machine level ... https://geek1910.hashnode.dev/flutter-2022

Last week I was eager to check out a little Flutter application built by Lucas Schuster.I was especially interested in trying the Flutter Desktop support for Linux.After installing Flutter via fvm, I checked out his Git repository and issued the foll... https://codeblend.dev/building-flutter-linux-on-manjaro

Sometimes classes can be difficult to test. In this article I will show you a way to make classes testable. This article is the fifth in the Introduction to TDD series where we are creating Tic Tac Toe game logic using Test Driven Development. In the... https://fluttergamedev.com/making-classes-testable
What is flutter ? It is a tool that allows you to build apps by one programming language and one codebase (for both ios and android). It basically has 2 things 1st is sdk + widgets / framework library Sdk helps to compile your code to machine level ... https://domain.com/flutter-2022-bootcamp

Consider this situation — A few students occupy ten seats as following
Kiri Greaves Romilly Andrade Kwabena Markham Lilli Hartley Makenzie Esparza empty Sonia York Valentina Mcgill empty Alfie-James Hyde
Assuming everyone follows your command, Vale... https://blog.ayushsuman.com/null-safety

Day 29 [1/08/2022] I started a flutter course by Dr Angela Yu and its been a wonderful and knowledgeable Day 30 [2/08/2022] I worked on a timer app that counts down to a predetermined time and display ''Done" when the timer hits 0. I worked on this ... https://galadima3.hashnode.dev/continuity

Backing up app data is a common action for mobile app. This article will show the steps about backing up Android and IOS files to Google Drive. Google SignIn The app data read and write scope require Google Account SignIn. The detail implementation m... https://maylau.hashnode.dev/google-drive-app-data-backup

Let's see some of the commonly used techniques to manage states in our applications setState This example shows the most common situation where a stateful widget has to share its state with some stateless sub widgets and this is accomplished by passi... https://devs.monade.io/flutter-state-management-patterns-methods-bloc