Navigators in Flutter
Drawer, Tab & Stack Navigators are fundamental build blocks to all large dynamic mobile apps. Here I demo some of the nuances of working with them.
Drawer, Tab & Stack Navigators are fundamental build blocks to all large dynamic mobile apps. Here I demo some of the nuances of working with them.
How to add Light/Dark mode to a Flutter application quick and easy using Flutter's built in Provider & Notification modules. Allow users to change the app's theme as well
Reasons why Flutter is my framework of choice over React Native for developing cross-platform apps on desktop, mobile, & web.
Usually an easy process but not always. With Flutter & Firebase logging hasn't been straight forward. The steps I've taken and the behavior I'm observing logging the duration of rootBundle.load() to Firebase.
Building a Duolingo/Quizlet/Leetcode/TikTok side project because I thought these apps were all awesome and wanted to combine attributes of each one of them into a single learning platform.
Multi platform frameworks like Flutter means we can build web versions of our app simultaneously with mobile. Use Netlify to reach users on the web at the same time as iOS & Android by adding a few configurations and leveraging it's CI/CD pipeline to have web builds in no time.
The steps I would take to clone TikTok using Flutter. Including project structure, navigation, code snippets & more.
The steps I would take to clone TikTok using Flutter. Including project structure, navigation, code snippets & more.
Platform specific solution for Android connectivity issues while developing with Flutter.
Change icon name based on build helping to identify which app is installed on our device quick & easy.
Seeding database records for our clients, understanding our records data types, and validating/designing relationships between resources.
Basic functionality of a stock exchange including Carousel Ticker, Line & Candlestick Charts, Portfolio page/screen & more.
Build a stock exchange with .NET, Entity Framework, Flutter, Azure & more. Write backend code in C# & frontend using Flutter