New post on /r/flutterdev subreddit:
Flutter : Build A Dictionary Application with Audio Pronunciation
Building mobile apps with flutter don't have to be difficult especially when it's a dictionary app with audio enabled.Check out this videohttps://youtu.be/kUeTVggUJTw
January 28, 2022 at 06:25PM by Destiny-Ed
https://ift.tt/3o3R5iL
Flutter : Build A Dictionary Application with Audio Pronunciation
Building mobile apps with flutter don't have to be difficult especially when it's a dictionary app with audio enabled.Check out this videohttps://youtu.be/kUeTVggUJTw
January 28, 2022 at 06:25PM by Destiny-Ed
https://ift.tt/3o3R5iL
YouTube
Flutter : Build A Dictionary Application with Audio Pronunciation
Hello Creatives, In this video you will learn how to build a simple dictionary application and also pronounce the worlds with audio player.
Check out Dugget @ https://dugget.app
Dugget is a Marketplace for creative people to sell and buy digital assets.…
Check out Dugget @ https://dugget.app
Dugget is a Marketplace for creative people to sell and buy digital assets.…
👍1
New post on /r/flutterdev subreddit:
offline recipe app in flutter
Hello everyone,I know, a recipe app is one of the most basic app, one that you easily find a lot of tutorial for. But unfortunately, it seems no one ended up developing a real/complete app that allows you to create recipes, stored locally (and not only read beautiful online recipes).My MVP seems simple, but apparently it's not:offline (data stored on the device, with no online interaction needed)compatible with all platforms (ios/android/web/linux/macos), including recipe image uploadopen source (granted, there are some good looking closed sources paid apps)complete: browse recipes, search, create/write/edit recipes, etc.with i18nAs a bonus, because that's important for me (ok, that's really not common):for an easy/quick reading, put the ingredients on each recipe steps, not on the recipe itself (see https://github.com/lenios/shefu)I searched all over github, and the nearest i could find is cookza (https://github.com/alxflam/cookza), really great work but it still requires firebase so i'm not sure about the first point. Everything else is not even close to a real app... Did i miss something usable? Do you know something that fills my MVP specs?I ended up creating a new flutter app myself, with the best i could find: GetX, Hive, i18n and latest flutter version, building on macos to ensure desktop compatibility (see shefu link above). This is still ugly, full of bugs and lacking features (having a bad time with nested recipes>steps>tuples>ingredients thing), but hopefully it will get better over time. Feel free to comment or help if you can ^^.
January 28, 2022 at 10:07PM by lenios2
https://ift.tt/3s1i5AU
offline recipe app in flutter
Hello everyone,I know, a recipe app is one of the most basic app, one that you easily find a lot of tutorial for. But unfortunately, it seems no one ended up developing a real/complete app that allows you to create recipes, stored locally (and not only read beautiful online recipes).My MVP seems simple, but apparently it's not:offline (data stored on the device, with no online interaction needed)compatible with all platforms (ios/android/web/linux/macos), including recipe image uploadopen source (granted, there are some good looking closed sources paid apps)complete: browse recipes, search, create/write/edit recipes, etc.with i18nAs a bonus, because that's important for me (ok, that's really not common):for an easy/quick reading, put the ingredients on each recipe steps, not on the recipe itself (see https://github.com/lenios/shefu)I searched all over github, and the nearest i could find is cookza (https://github.com/alxflam/cookza), really great work but it still requires firebase so i'm not sure about the first point. Everything else is not even close to a real app... Did i miss something usable? Do you know something that fills my MVP specs?I ended up creating a new flutter app myself, with the best i could find: GetX, Hive, i18n and latest flutter version, building on macos to ensure desktop compatibility (see shefu link above). This is still ugly, full of bugs and lacking features (having a bad time with nested recipes>steps>tuples>ingredients thing), but hopefully it will get better over time. Feel free to comment or help if you can ^^.
January 28, 2022 at 10:07PM by lenios2
https://ift.tt/3s1i5AU
GitHub
GitHub - lenios/shefu: A new offline recipes manager in flutter, built with GetX and Hive
A new offline recipes manager in flutter, built with GetX and Hive - GitHub - lenios/shefu: A new offline recipes manager in flutter, built with GetX and Hive
New post on /r/flutterdev subreddit:
Flutter : Build dictionary app with audio pronunciation
https://youtu.be/kUeTVggUJTw
January 28, 2022 at 09:27PM by Destiny-Ed
https://ift.tt/3gnoPnn
Flutter : Build dictionary app with audio pronunciation
https://youtu.be/kUeTVggUJTw
January 28, 2022 at 09:27PM by Destiny-Ed
https://ift.tt/3gnoPnn
YouTube
Flutter : Build A Dictionary Application with Audio Pronunciation
Hello Creatives, In this video you will learn how to build a simple dictionary application and also pronounce the worlds with audio player.
Check out Dugget @ https://dugget.app
Dugget is a Marketplace for creative people to sell and buy digital assets.…
Check out Dugget @ https://dugget.app
Dugget is a Marketplace for creative people to sell and buy digital assets.…
New post on /r/flutterdev subreddit:
Flutter Tutorial - How to use the TimePicker
https://youtu.be/hSkD4YgR7EY
January 28, 2022 at 10:56PM by OfflineProgrammer
https://ift.tt/3ua5k9N
Flutter Tutorial - How to use the TimePicker
https://youtu.be/hSkD4YgR7EY
January 28, 2022 at 10:56PM by OfflineProgrammer
https://ift.tt/3ua5k9N
YouTube
Flutter Tutorial - How to use the TimePicker
How to use the TimePicker to select a time in your Flutter App
The code on DartPad: https://dartpad.dev/?id=10bca5195c7ad1125a3feb08881e1125
Follow Me :-)
Twitter | https://twitter.com/_Mo_Malaka_
Linkedin | https://www.linkedin.com/in/momalaka/
Acid…
The code on DartPad: https://dartpad.dev/?id=10bca5195c7ad1125a3feb08881e1125
Follow Me :-)
Twitter | https://twitter.com/_Mo_Malaka_
Linkedin | https://www.linkedin.com/in/momalaka/
Acid…
New post on /r/flutterdev subreddit:
Is there a way to mark custom divs in the html renderer? I want to test using Cypress and the current id-less tags soup is not easily queryable
Have you managed to find a solution to place some identification data on the generated divs? I'm trying to setup Cypress. There's no way I start using another obnoxious "fancy" wrapper/driver for testing virtual DOM. Angular/React/Flutter, all of them are promising fast testing only to drag you in a pit of despair. I'm sick of things like "testbed", "robot", "settle", "tick" and so on. These kinds of tests end up eating massive amounts of useful time. The only testing that I really enjoy is testing using Cypress. And I will go to great lengths to do it this way. It's a breeze to setup the tests, super concise and super resilient to change detection mechanics/behaviours.
January 28, 2022 at 11:48PM by SpaceInstructor
https://ift.tt/32GZUHX
Is there a way to mark custom divs in the html renderer? I want to test using Cypress and the current id-less tags soup is not easily queryable
Have you managed to find a solution to place some identification data on the generated divs? I'm trying to setup Cypress. There's no way I start using another obnoxious "fancy" wrapper/driver for testing virtual DOM. Angular/React/Flutter, all of them are promising fast testing only to drag you in a pit of despair. I'm sick of things like "testbed", "robot", "settle", "tick" and so on. These kinds of tests end up eating massive amounts of useful time. The only testing that I really enjoy is testing using Cypress. And I will go to great lengths to do it this way. It's a breeze to setup the tests, super concise and super resilient to change detection mechanics/behaviours.
January 28, 2022 at 11:48PM by SpaceInstructor
https://ift.tt/32GZUHX
reddit
Is there a way to mark custom divs in the html renderer? I want to...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
how simulate the scroll view with tweets in a flutter
I'm thinking about how it is possible to build an infinite scrollable list like the tweeter tweets with runtime updates.I'm missing the part on how it is possible to build a system like this with flutter and I would like to discuss it with the community
January 29, 2022 at 12:21AM by crazyjoker96
https://ift.tt/3KQGnpH
how simulate the scroll view with tweets in a flutter
I'm thinking about how it is possible to build an infinite scrollable list like the tweeter tweets with runtime updates.I'm missing the part on how it is possible to build a system like this with flutter and I would like to discuss it with the community
January 29, 2022 at 12:21AM by crazyjoker96
https://ift.tt/3KQGnpH
reddit
how simulate the scroll view with tweets in a flutter
I'm thinking about how it is possible to build an infinite scrollable list like the tweeter tweets with runtime updates. I'm missing the part on...
New post on /r/flutterdev subreddit:
Flutter CI & CD at ClickUp
https://ift.tt/3gdxWqh
January 29, 2022 at 02:38AM by zxyzyxz
https://ift.tt/343VNq1
Flutter CI & CD at ClickUp
https://ift.tt/3gdxWqh
January 29, 2022 at 02:38AM by zxyzyxz
https://ift.tt/343VNq1
ClickUp
Flutter CI & CD at ClickUp | ClickUp
Learn about the tools ClickUp's Engineering team uses to automate our Continuous Integration (CI) and Continuous Delivery (CD).
New post on /r/flutterdev subreddit:
Crop and Compress images in Dart/Flutter
https://ift.tt/33W3Cy5
January 29, 2022 at 02:25AM by 2shrestha22
https://ift.tt/3rYyiGP
Crop and Compress images in Dart/Flutter
https://ift.tt/33W3Cy5
January 29, 2022 at 02:25AM by 2shrestha22
https://ift.tt/3rYyiGP
Sangam's Blog
How to Crop and Compress Images in Dart/Flutter
Image cropping becomes necessary in apps when we want to save bandwidth by removing unnecessary image parts. For example we want to upload a thumbnail and we don't want it to be very large is size and…
New post on /r/flutterdev subreddit:
Flutter Login using a REST API?!
Anyone know a good tutorial or example of a Flutter Login using a REST API?I did found some old tutorials online but unfortunately they don't even work properly because of errors... :(
January 29, 2022 at 05:29AM by paulkaid
https://bit.ly/3g75gj2
Flutter Login using a REST API?!
Anyone know a good tutorial or example of a Flutter Login using a REST API?I did found some old tutorials online but unfortunately they don't even work properly because of errors... :(
January 29, 2022 at 05:29AM by paulkaid
https://bit.ly/3g75gj2
reddit
Flutter Login using a REST API?!
Anyone know a good tutorial or example of a Flutter Login using a REST API? I did found some old tutorials online but unfortunately they don't...
New post on /r/flutterdev subreddit:
A simple & lightweight package to display an animated shimmer effect.
https://bit.ly/3g8Ro7O
January 29, 2022 at 07:07AM by shubhamhackz
https://bit.ly/3G7GkCl
A simple & lightweight package to display an animated shimmer effect.
https://bit.ly/3g8Ro7O
January 29, 2022 at 07:07AM by shubhamhackz
https://bit.ly/3G7GkCl
Dart packages
animated_shimmer | Flutter Package
A simple & lightweight widget to display a animated shimmer effect.
New post on /r/flutterdev subreddit:
What's the industry standard way of making api call ? what should be the folder structure and state management ?
I'm making an app which will show the player statistics but wondering about standard way of API calls.
Is there anything you're practicing for minimizing API calls ? Should I just create a API class and create bunch of methods in it ?
January 29, 2022 at 06:52AM by ashishacharya083
https://bit.ly/3AIZ1uU
What's the industry standard way of making api call ? what should be the folder structure and state management ?
I'm making an app which will show the player statistics but wondering about standard way of API calls.
Is there anything you're practicing for minimizing API calls ? Should I just create a API class and create bunch of methods in it ?
January 29, 2022 at 06:52AM by ashishacharya083
https://bit.ly/3AIZ1uU
reddit
What's the industry standard way of making api call ? what should...
I'm making an app which will show the player statistics but wondering about standard way of API calls. Is there anything you're practicing for...
New post on /r/flutterdev subreddit:
Position your widgets in style
Learn how to use the Baseline widget to position another widget of unknown size, such that its bottom aligns with a specific point!https://www.youtube.com/watch?v=8ZaFk0yvNlI&list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG&index=2
January 29, 2022 at 07:57AM by we_are_metizsoft
https://bit.ly/3AHMS9M
Position your widgets in style
Learn how to use the Baseline widget to position another widget of unknown size, such that its bottom aligns with a specific point!https://www.youtube.com/watch?v=8ZaFk0yvNlI&list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG&index=2
January 29, 2022 at 07:57AM by we_are_metizsoft
https://bit.ly/3AHMS9M
YouTube
Baseline (Widget of the Week)
Learn more about Baseline → https://goo.gle/33CHSaj
Positioning widgets in Flutter is usually easy - you decide where they start and how big they are, and they're positioned! But what if you need to position a widget of unknown size such that its bottom…
Positioning widgets in Flutter is usually easy - you decide where they start and how big they are, and they're positioned! But what if you need to position a widget of unknown size such that its bottom…
New post on /r/flutterdev subreddit:
Which State Management to use? I have never used specific state management plugin, all I use is setState. I am building an e-commerce app, I am stuck with the Add to Cart, wishlist features. Which I will use State Management, as I need to send change of state info to the other widgets.
Another feature is whenever the cart doesn't become empty I need to show badge on the Icon, which in bottom navigation bar.
January 29, 2022 at 04:41PM by Sai_Varaprasad
https://bit.ly/3s1xukD
Which State Management to use? I have never used specific state management plugin, all I use is setState. I am building an e-commerce app, I am stuck with the Add to Cart, wishlist features. Which I will use State Management, as I need to send change of state info to the other widgets.
Another feature is whenever the cart doesn't become empty I need to show badge on the Icon, which in bottom navigation bar.
January 29, 2022 at 04:41PM by Sai_Varaprasad
https://bit.ly/3s1xukD
reddit
Which State Management to use? I have never used specific state...
Another feature is whenever the cart doesn't become empty I need to show badge on the Icon, which in bottom navigation bar.
New post on /r/flutterdev subreddit:
10 Beginners mistakes in Flutter (and how to avoid them)
https://bit.ly/3GaCJ6I
January 29, 2022 at 04:15PM by BeGuillaume
https://bit.ly/3s4qPWG
10 Beginners mistakes in Flutter (and how to avoid them)
https://bit.ly/3GaCJ6I
January 29, 2022 at 04:15PM by BeGuillaume
https://bit.ly/3s4qPWG
Guillaume Bernos
10 Beginners mistakes in Flutter (and how to avoid them)
As a Tech Lead for my day job, I had the opportunity to see and help to overcome several mistakes that beginners in Flutter can encounter. This article aims at helping you identify those mistakes to help you avoid them as fast as possible. Of course, this…
New post on /r/flutterdev subreddit:
Freelancining confidence
I never problem solving or practice on dart or java on hackerrank or any website like this ..... but I made two Ecommerce application and I really understand their logic so do you think I am capable of working as a freelancer? and if not what I really need to be able to work as a freelancer ...do I should make another app or what?
January 29, 2022 at 06:12PM by engkhaledeisa
https://bit.ly/3rVQTDw
Freelancining confidence
I never problem solving or practice on dart or java on hackerrank or any website like this ..... but I made two Ecommerce application and I really understand their logic so do you think I am capable of working as a freelancer? and if not what I really need to be able to work as a freelancer ...do I should make another app or what?
January 29, 2022 at 06:12PM by engkhaledeisa
https://bit.ly/3rVQTDw
reddit
Freelancining confidence
I never problem solving or practice on dart or java on hackerrank or any website like this ..... but I made two Ecommerce application and I really...
New post on /r/flutterdev subreddit:
Improving Flutter latency through sksl automation
https://bit.ly/3rcs0V9
January 29, 2022 at 05:48PM by realusername42
https://bit.ly/3AKxGbL
Improving Flutter latency through sksl automation
https://bit.ly/3rcs0V9
January 29, 2022 at 05:48PM by realusername42
https://bit.ly/3AKxGbL
alex-min.fr
Improving Flutter latency through sksl automation
Faster apps with less time spent on manual tasks
New post on /r/flutterdev subreddit:
Integrating Forums in an android app?
Is it possible to integrate forums like Simple Machines Forum in an app or any other forum? Or is there any package/plugin that makes it easier to develop it and integrate it with firebase/firestore.New to all this so sorry if I am not using the correct terminologies.
January 29, 2022 at 07:04PM by shadow-_-king
https://ift.tt/ardckMD3e
Integrating Forums in an android app?
Is it possible to integrate forums like Simple Machines Forum in an app or any other forum? Or is there any package/plugin that makes it easier to develop it and integrate it with firebase/firestore.New to all this so sorry if I am not using the correct terminologies.
January 29, 2022 at 07:04PM by shadow-_-king
https://ift.tt/ardckMD3e
reddit
Integrating Forums in an android app?
Is it possible to integrate forums like [Simple Machines Forum](https://simplemachines.org/) in an app or any other forum? Or is there any...
New post on /r/flutterdev subreddit:
I have a text and want a button as small as the text.
All the other buttons are just too big. I know the question sounds stupid but i started flutter 3 days ago and i have to deliver this in 2 days.
January 29, 2022 at 08:01PM by penileskwigliness
https://ift.tt/x5MS6BPht
I have a text and want a button as small as the text.
All the other buttons are just too big. I know the question sounds stupid but i started flutter 3 days ago and i have to deliver this in 2 days.
January 29, 2022 at 08:01PM by penileskwigliness
https://ift.tt/x5MS6BPht
reddit
I have a text and want a button as small as the text.
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Building No Signal using Flutter and Appwrite [Part 2]
https://ift.tt/Q3rW2DON5
January 29, 2022 at 08:19PM by 2002bishwajeet
https://ift.tt/7vawxYRQ4
Building No Signal using Flutter and Appwrite [Part 2]
https://ift.tt/Q3rW2DON5
January 29, 2022 at 08:19PM by 2002bishwajeet
https://ift.tt/7vawxYRQ4
Medium
Building No Signal using Flutter and Appwrite [Part 2]
In this part we will be continue making our app No Signal using Flutter and Appwrite. I have already explained about Appwrite and how to…
New post on /r/flutterdev subreddit:
Flutter Mobile Apps - How to Create an Auto Resize TextField in Flutte...
https://youtube.com/watch?v=Tz8MZ6Pbe6A&feature=share
January 30, 2022 at 01:09AM by osppro
https://ift.tt/YGMArSKfT
Flutter Mobile Apps - How to Create an Auto Resize TextField in Flutte...
https://youtube.com/watch?v=Tz8MZ6Pbe6A&feature=share
January 30, 2022 at 01:09AM by osppro
https://ift.tt/YGMArSKfT
YouTube
Flutter Mobile Apps - How to Create an Auto Resize TextField in Flutter Mobile Apps
#mobileapps #flutter #apps #fluttermobileapps #flutterdevelopment #osppro
#subscribe #more #videos
Flutter Mobile Apps - How to Create an Auto Resize TextField in Flutter Mobile Apps
In Flutter, you can create an auto-resize as needed TextField (or TextFormField)…
#subscribe #more #videos
Flutter Mobile Apps - How to Create an Auto Resize TextField in Flutter Mobile Apps
In Flutter, you can create an auto-resize as needed TextField (or TextFormField)…
👍1