
Build Flutter Game App Store
In this post, I am going to show you the flutter game app store. This is only the starter project for this app. If you followed my video tutorial, you would have made the same app as mine. Design Credit…
In this post, I am going to show you the flutter game app store. This is only the starter project for this app. If you followed my video tutorial, you would have made the same app as mine. Design Credit…
In this post, I am going to discuss nice examples of Flutter UI. Let’s see. Flutter UI Kit: Visit GitHub Screenshots
In this post, I am going to show you beautiful apps for office management. MyOffice A simple app for office management. Visit GitHub
In this post, I am going to show different beautiful designed UIs using flutter. Design App Visit GitHub
A Snake Game made with Flutter. This game has the classic snake game with backend added using Firebase. App Screenshot: Source:
Sample that produces the following issue with Firebase Database web in Flutter. Getting Started: Source:
Simple plugin to implement Picture in Picture support for Android only. Android Setup: You need to declare that your app supports Picture in Picture mode by adding to your AndroidManifest.xml the following line: <activity … android:supportsPictureInPicture=”true” …> </activity> Enter Picture…
A QR based attendance and contact tracing system. Source:
A Flutter package for inspecting widgets. Also comes with an eyedropper functionality. Useful for debugging widgets and for QA testing. Supports keyboard shortcuts if you’re using a physical keyboard. Inspired by inspx. WIP: Warning, the development of this package is still…