New post on /r/flutterdev subreddit:
Pokemon (Pokedex) app with Flutter
I made a Pokedex app with Flutter
Github: https://github.com/imayush-chauhan/Pokedex-flutterPersonal website: https://studioi.web.app
June 28, 2021 at 01:49PM by AyushYo
https://ift.tt/3haoFja
Pokemon (Pokedex) app with Flutter
I made a Pokedex app with Flutter
Github: https://github.com/imayush-chauhan/Pokedex-flutterPersonal website: https://studioi.web.app
June 28, 2021 at 01:49PM by AyushYo
https://ift.tt/3haoFja
GitHub
GitHub - imayush-chauhan/Pokedex-flutter: Pokedex made with Flutter
Pokedex made with Flutter. Contribute to imayush-chauhan/Pokedex-flutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Tinder Cards Swipe
https://youtu.be/ngKNnpN7OmA
June 28, 2021 at 04:43PM by mheshm
https://ift.tt/3he0G2n
Flutter Tinder Cards Swipe
https://youtu.be/ngKNnpN7OmA
June 28, 2021 at 04:43PM by mheshm
https://ift.tt/3he0G2n
YouTube
Flutter Tinder Cards Swipe | flutter_tindercard Package
In This video, I will use flutter_tindercard Package. Tinder Card Widget is a fast way to have a high quality swap card widget in your flutter app.
⭐Source Code: https://github.com/MahmoudHesham099/Flutter-Tinder-Cards
🎨Design Credit: https://dribbble.…
⭐Source Code: https://github.com/MahmoudHesham099/Flutter-Tinder-Cards
🎨Design Credit: https://dribbble.…
New post on /r/flutterdev subreddit:
Meet Teta ✨
https://youtu.be/uWFIbh7klu8
June 28, 2021 at 06:09PM by OndaTeta
https://ift.tt/3dmkKi4
Meet Teta ✨
https://youtu.be/uWFIbh7klu8
June 28, 2021 at 06:09PM by OndaTeta
https://ift.tt/3dmkKi4
New post on /r/flutterdev subreddit:
How to build a multithreaded Flutter + Rust App integrating both with Bloc/Cubit and Rid
https://youtu.be/PGKBdxOA6Xs
June 28, 2021 at 06:00PM by thlorenz
https://ift.tt/35ZKWuS
How to build a multithreaded Flutter + Rust App integrating both with Bloc/Cubit and Rid
https://youtu.be/PGKBdxOA6Xs
June 28, 2021 at 06:00PM by thlorenz
https://ift.tt/35ZKWuS
YouTube
Building a multithreaded Flutter + Rust App integrating both with Bloc/Cubit and Rid
Rid Homepage: http://thlorenz.github.io/rid-site/
Rid makes it easy to integrate Rust with Flutter via simple annotations. It provides an easy to use yet memory safe API to your Rust code which our cubits can leverage.
Todo App and Source: http://thlor…
Rid makes it easy to integrate Rust with Flutter via simple annotations. It provides an easy to use yet memory safe API to your Rust code which our cubits can leverage.
Todo App and Source: http://thlor…
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 91 - Tutorials, videos, packages, and much more!
https://ift.tt/3jmdMNL
June 28, 2021 at 06:32PM by vensign
https://ift.tt/35V97dT
Flutter Tap Weekly Newsletter Week 91 - Tutorials, videos, packages, and much more!
https://ift.tt/3jmdMNL
June 28, 2021 at 06:32PM by vensign
https://ift.tt/35V97dT
Fluttertap
Newsletter Issue 91
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 91
New post on /r/flutterdev subreddit:
Serializing JSON Data | Working With Data Using Flutter | Tutorial # 3
https://youtu.be/jwgtbTUDYV4
June 28, 2021 at 07:26PM by ITMastering
https://ift.tt/3gZOl2U
Serializing JSON Data | Working With Data Using Flutter | Tutorial # 3
https://youtu.be/jwgtbTUDYV4
June 28, 2021 at 07:26PM by ITMastering
https://ift.tt/3gZOl2U
New post on /r/flutterdev subreddit:
Flutter 2.2 - Payments with Stripe
https://youtu.be/b-43zM01ThQ
June 29, 2021 at 12:53AM by rajayogan27
https://ift.tt/3qumGdG
Flutter 2.2 - Payments with Stripe
https://youtu.be/b-43zM01ThQ
June 29, 2021 at 12:53AM by rajayogan27
https://ift.tt/3qumGdG
YouTube
Flutter - Payments with Stripe
Need an app ? - https://rajayogan.me
Checkout our app - https://ispent19.com (Available in UK)
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Checkout our app - https://ispent19.com (Available in UK)
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
New post on /r/flutterdev subreddit:
[Desktop] Scanner plugin for Windows/macOS
https://pub.dev/packages/quick_scannerA cross-platform (Windows/macOS) scanner plugin for Flutter
June 29, 2021 at 01:43AM by sunbreakwang
https://ift.tt/3y3DY3P
[Desktop] Scanner plugin for Windows/macOS
https://pub.dev/packages/quick_scannerA cross-platform (Windows/macOS) scanner plugin for Flutter
QuickScanner.startWatch(); var _scanners = await QuickScanner.getScanners(); var directory = await getApplicationDocumentsDirectory(); var scannedFile = await QuickScanner.scanFile(_scanners.first, directory.path); QuickScanner.stopWatch();
June 29, 2021 at 01:43AM by sunbreakwang
https://ift.tt/3y3DY3P
Dart packages
quick_scanner | Flutter Package
A new flutter plugin project.
New post on /r/flutterdev subreddit:
[Mobile, Web, Desktop] Compare images for difference using pixel to pixel matching, RGB histograms, or image hashing
https://pub.dev/packages/image_compareTLDR: Comparing images for difference - file, network support on web and mobileNew package out on all platforms for comparing images using a variety of techniques such as histogram, hashing, and direct comparison.Supported types: image files, image urls, and raw bytes.Find duplicate images in databases, compare user drawn images to templates, and more with the image_compare package.
June 29, 2021 at 04:58AM by ka520
https://ift.tt/3y3cdIB
[Mobile, Web, Desktop] Compare images for difference using pixel to pixel matching, RGB histograms, or image hashing
https://pub.dev/packages/image_compareTLDR: Comparing images for difference - file, network support on web and mobileNew package out on all platforms for comparing images using a variety of techniques such as histogram, hashing, and direct comparison.Supported types: image files, image urls, and raw bytes.Find duplicate images in databases, compare user drawn images to templates, and more with the image_compare package.
June 29, 2021 at 04:58AM by ka520
https://ift.tt/3y3cdIB
Dart packages
image_compare | Dart package
Dart package for image comparison. Compare images for difference using a variety of algorithms.
New post on /r/flutterdev subreddit:
Flutter Responsive Carousel Slider for Mobile and Web App | Carousel Ima...
https://youtube.com/watch?v=3GJach7WmFY&feature=share
June 29, 2021 at 06:24AM by DBestech
https://ift.tt/3608nUM
Flutter Responsive Carousel Slider for Mobile and Web App | Carousel Ima...
https://youtube.com/watch?v=3GJach7WmFY&feature=share
June 29, 2021 at 06:24AM by DBestech
https://ift.tt/3608nUM
YouTube
Carousel Slider Flutter | Responsive | Carousel Image Slider Flutter | Flutter Slider Full Screen
In this flutter tutorial you will learn how to build a carousel image slider. It's a responsive image carousel slider both for mobile and web app. In this example you will build a responsive image slider where you change the width and height dynamically.…
New post on /r/flutterdev subreddit:
Upload files from Flutter Web to Firebase
https://ift.tt/3qvR0EA
June 29, 2021 at 07:10AM by Complex-Bee5044
https://ift.tt/3jsiYzE
Upload files from Flutter Web to Firebase
https://ift.tt/3qvR0EA
June 29, 2021 at 07:10AM by Complex-Bee5044
https://ift.tt/3jsiYzE
Medium
Upload files from Flutter Web to Firebase
I’ll discuss different methods for upload files from flutter web.
New post on /r/flutterdev subreddit:
Building a Post Scheduling App with HarperDB & Flutter
https://ift.tt/2UPY3wg
June 29, 2021 at 10:14AM by polilluminato
https://ift.tt/3doCUjb
Building a Post Scheduling App with HarperDB & Flutter
https://ift.tt/2UPY3wg
June 29, 2021 at 10:14AM by polilluminato
https://ift.tt/3doCUjb
Flutter and Other Experiments
Building a Post Scheduling App with HarperDB & Flutter
Build a post scheduling app with HarperDB and Flutter, on Android, iOS, and Web for the Hasnode Hackathon.
New post on /r/flutterdev subreddit:
Let's work on one to one Image Sharing Functionality -1 || Image Upload API || WhatsApp Clone #30
https://youtu.be/VzOlB1TGXmE
June 29, 2021 at 09:24AM by devstack06
https://ift.tt/3jpyZ9K
Let's work on one to one Image Sharing Functionality -1 || Image Upload API || WhatsApp Clone #30
https://youtu.be/VzOlB1TGXmE
June 29, 2021 at 09:24AM by devstack06
https://ift.tt/3jpyZ9K
YouTube
NodeJs - Let's work on one to one Image Sharing Functionality (Backend) -1 || Image Upload API #30
In this video we are going to create the Rest API Endpoint for uploading a image from Flutter chat app to nodejs server .
#Flutter #ChatServer#Nodejs
🤩 Http Methods Video: https://youtu.be/9TO0kAZugwc
🤩 Last Video :https://youtu.be/lP36Ox5LpX0
🤩 GitHub…
#Flutter #ChatServer#Nodejs
🤩 Http Methods Video: https://youtu.be/9TO0kAZugwc
🤩 Last Video :https://youtu.be/lP36Ox5LpX0
🤩 GitHub…
New post on /r/flutterdev subreddit:
Top Reasons to choose Flutter for App Development
https://ift.tt/3dsbMjo
June 29, 2021 at 10:35AM by RachaelGrey28
https://ift.tt/3y3wZI3
Top Reasons to choose Flutter for App Development
https://ift.tt/3dsbMjo
June 29, 2021 at 10:35AM by RachaelGrey28
https://ift.tt/3y3wZI3
New post on /r/flutterdev subreddit:
Building Game with Flutter: How to Add Sounds to Your Game
https://www.youtube.com/watch?v=bJV_XcQcmIg
June 29, 2021 at 11:33AM by gladimdim
https://ift.tt/35X1Euz
Building Game with Flutter: How to Add Sounds to Your Game
https://www.youtube.com/watch?v=bJV_XcQcmIg
June 29, 2021 at 11:33AM by gladimdim
https://ift.tt/35X1Euz
YouTube
Building Game with Flutter #1: How to Add Sounds to Your Game
In this video I will walkthrough the code related to the playing sounds in game. The game is not yet released but already has a name: "Loca Deserta: Chumaki". This is a trading game set in XVII century in Ukraine. The game is written in 100% Flutter without…
New post on /r/flutterdev subreddit:
A 4X Strategy Game where you fight smart galactic overlords for Planets
I recently created this game, it is inspired by a flash game I used to play as a kid.Since flash is dead, I tried to recreate something inspired by that game in Flutter.Space Empires 🛸The Universe as we see is in grave danger and big unrest is about to unfold. The world needs a new all-mighty ruler at the helm. Do you think you can take up this spot? Can you defeat these cunning and whip-smart galactic overlords?From the humble start of 2 newly civilized Planets and a non-existent army to becoming the Supreme Ruler of the Universe, you're in for the adventure of a lifetime in this game of wits.Expand your Galactic Empire with these amazing features :- Building your Military- Upgrading your Planets and Protecting them- Maintaining Relationship with other Species- Conquering new Planets- Managing your Empire's Economy and ResourcesTLDR; Space Empires: A turn-based, Space Themed 4X Strategy Game in FlutterNote: Attributions and complete game-mechanics explanation are along with the source code on Github.Any suggestions/questions or feedback will be appreciated :)Check it out here: Play StoreSource Code: GitHubPS: I found that flash game here :Here is that game: The one I took inspiration from
June 29, 2021 at 12:16PM by Honest-Jackfruit7020
https://ift.tt/3xhlSLy
A 4X Strategy Game where you fight smart galactic overlords for Planets
I recently created this game, it is inspired by a flash game I used to play as a kid.Since flash is dead, I tried to recreate something inspired by that game in Flutter.Space Empires 🛸The Universe as we see is in grave danger and big unrest is about to unfold. The world needs a new all-mighty ruler at the helm. Do you think you can take up this spot? Can you defeat these cunning and whip-smart galactic overlords?From the humble start of 2 newly civilized Planets and a non-existent army to becoming the Supreme Ruler of the Universe, you're in for the adventure of a lifetime in this game of wits.Expand your Galactic Empire with these amazing features :- Building your Military- Upgrading your Planets and Protecting them- Maintaining Relationship with other Species- Conquering new Planets- Managing your Empire's Economy and ResourcesTLDR; Space Empires: A turn-based, Space Themed 4X Strategy Game in FlutterNote: Attributions and complete game-mechanics explanation are along with the source code on Github.Any suggestions/questions or feedback will be appreciated :)Check it out here: Play StoreSource Code: GitHubPS: I found that flash game here :Here is that game: The one I took inspiration from
June 29, 2021 at 12:16PM by Honest-Jackfruit7020
https://ift.tt/3xhlSLy
Google Play
Space Empires - Apps on Google Play
Do you have what it takes to win over the Universe in 365 Days?
New post on /r/flutterdev subreddit:
api_cache_manager | Flutter Package
API Cache Manager is a Utility package built with Flutter SDK and SQLite Package. This package will help to make your Rest API store in the local db for offline access.FeaturesOffline Integration of Rest API.Faster Data rendering.Avoid Unnecessary HTTP Get Requests.App will work without Internet also.Speed up the application.Link : https://pub.dev/packages/api_cache_managerVideo Example : https://youtu.be/Vs39uIJqKp4
June 29, 2021 at 02:28PM by K_SNIPPET
https://ift.tt/3jobFZV
api_cache_manager | Flutter Package
API Cache Manager is a Utility package built with Flutter SDK and SQLite Package. This package will help to make your Rest API store in the local db for offline access.FeaturesOffline Integration of Rest API.Faster Data rendering.Avoid Unnecessary HTTP Get Requests.App will work without Internet also.Speed up the application.Link : https://pub.dev/packages/api_cache_managerVideo Example : https://youtu.be/Vs39uIJqKp4
June 29, 2021 at 02:28PM by K_SNIPPET
https://ift.tt/3jobFZV
Dart packages
api_cache_manager | Flutter package
API Cache Manager is a Utility package built with Flutter SDK and SQLite Package. This package will help to make your Rest API store in the local db for offline access.
New post on /r/flutterdev subreddit:
hey guys i made PONG from scratch with flutter haha. Any recommendation for my next game is welcomed!
https://youtu.be/ScxmOdY0MoE
June 29, 2021 at 04:13PM by Heisenlife
https://ift.tt/3AkeGR9
hey guys i made PONG from scratch with flutter haha. Any recommendation for my next game is welcomed!
https://youtu.be/ScxmOdY0MoE
June 29, 2021 at 04:13PM by Heisenlife
https://ift.tt/3AkeGR9
YouTube
PONG • Flutter Game from Scratch
🔥📱 My Habit Tracker: https://ritualz.app
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
New post on Flutter Dev Google group:
Flutter Platform Specific
Hello, I would like to obtain a little bit more specific information relating to Platform Specific for Flutter. I understand that you have to configure the files specially if you want to target them all but is it possible for a flutter application at the moment to fully support Android, IOS,
June 29, 2021 at 04:56PM by Bridget Kelly O'Sheehan
https://ift.tt/2SxXt5q
Flutter Platform Specific
Hello, I would like to obtain a little bit more specific information relating to Platform Specific for Flutter. I understand that you have to configure the files specially if you want to target them all but is it possible for a flutter application at the moment to fully support Android, IOS,
June 29, 2021 at 04:56PM by Bridget Kelly O'Sheehan
https://ift.tt/2SxXt5q
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter web production examples
-please post websites made with flutter web in production I want to convince a customer -who has a very tight budget- with flutter web I know it's not the best web framework -yet- , but I mean he is searching for more than a week now just to find someone do his website within his budget which is something impossible Anyway he is gonna do cross-platform app as well so I wanted to do his website -wont take any more money from him- because I will basically do nothing more
June 29, 2021 at 04:52PM by _NullPointerEx
https://ift.tt/2SBek7B
Flutter web production examples
-please post websites made with flutter web in production I want to convince a customer -who has a very tight budget- with flutter web I know it's not the best web framework -yet- , but I mean he is searching for more than a week now just to find someone do his website within his budget which is something impossible Anyway he is gonna do cross-platform app as well so I wanted to do his website -wont take any more money from him- because I will basically do nothing more
June 29, 2021 at 04:52PM by _NullPointerEx
https://ift.tt/2SBek7B
reddit
Flutter web production examples
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
RecipeApplication
I made a recipe application, if you want to check it out, you can look. https://github.com/aydemiromer/Flutter-RecipeApplication
June 29, 2021 at 04:23PM by aydemiromer
https://ift.tt/3dshYYt
RecipeApplication
I made a recipe application, if you want to check it out, you can look. https://github.com/aydemiromer/Flutter-RecipeApplication
June 29, 2021 at 04:23PM by aydemiromer
https://ift.tt/3dshYYt
GitHub
GitHub - aydemiromer/Flutter-RecipeApplication: It is a mobile application that makes food recommendations according to diseases…
It is a mobile application that makes food recommendations according to diseases and contains recipes. - GitHub - aydemiromer/Flutter-RecipeApplication: It is a mobile application that makes food r...