New post on Flutter Dev Google group:
ListView not rebuilding when returned to screen even after using setState()?
Hi, I have a list that is populated based on number of files in a folder. On application start it manages to build my list correctly and as expected. But on the new note screen the user has the option to save a note in this folder. When I come back to this screen the list does not rebuild based
July 23, 2020 at 06:29PM by Faraz Khan
https://ift.tt/32PkTpI
ListView not rebuilding when returned to screen even after using setState()?
Hi, I have a list that is populated based on number of files in a folder. On application start it manages to build my list correctly and as expected. But on the new note screen the user has the option to save a note in this folder. When I come back to this screen the list does not rebuild based
July 23, 2020 at 06:29PM by Faraz Khan
https://ift.tt/32PkTpI
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:
When is a list long enough to use ListView builder
In the article https://flutter.dev/docs/cookbook/lists/long-lists, they say you could use a list view builder when dealing with long lists for performance reasons. But what does 'Long Lists' mean? Is it hundreds, thousands or tens of thousands of items?I'm assuming that it depends on the children's complexity, so let's assume for this question that the items are all ListTile widgets with a text field and icon.
July 23, 2020 at 07:04PM by hojdog
https://ift.tt/2BtuwiG
When is a list long enough to use ListView builder
In the article https://flutter.dev/docs/cookbook/lists/long-lists, they say you could use a list view builder when dealing with long lists for performance reasons. But what does 'Long Lists' mean? Is it hundreds, thousands or tens of thousands of items?I'm assuming that it depends on the children's complexity, so let's assume for this question that the items are all ListTile widgets with a text field and icon.
July 23, 2020 at 07:04PM by hojdog
https://ift.tt/2BtuwiG
docs.flutter.dev
Work with long lists
Use ListView.builder to implement a long or infinite list.
New post on /r/flutterdev subreddit:
I Abandoned Hive, Moved to Sembast
I just wanted to comment that over the last few weeks I have transitioned my projects away from hive, to using sembast database, freezed (a code generator that helps you deal with immutable objects, and also has built-in support for json_serializable).This was a really difficult decision because I like HIVE, but the idea of maintenance and support getting even worse as Leisim (the creator / maintainer) focuses on other things put me in a tough spot, because I have to maintain these apps for clients. Recently, the library was broken for a few weeks with a flutter update. He has been very slow to grant access to other maintainers to push fixes to the library. my Pull Request was accepted, but never pushed to the package store.Sembast documentation is not as good as HIVE (although hive has a lot of documentation issues despite the really nice navigation and layouts), and because of that sembast felt to me like it had a greater learning curve. But SEMBAST is professionally maintained and receives updates on a very regular basis. So sembast feels a lot more future proof and reliable from that perspective.Sembast has slightly different syntax and approach compared to hive. But there are more querying functions and abilities built in using the finder. Now that I've gotten used to it, and setup, I really like it.Helpful Docs for anyone transitioning: - Sembast nosql tutorial - Freezed video tutorial, with json serialization instructions (https://youtu.be/ApvMmTrBaFI) (see comments for a minor annotation update)With Hive, I was writing manual toJSON and fromJSON functions to map my data to online databases and export formats. So the fact that this is automated with freezed (or just json_serializable if you're not using freezed) actually makes my life easier.This was also a huge lesson learned, that before I adopt a library for a client project, I should thoroughly evaluate how popular it is, what it's future roadmap looks like, and what the maintenance team looks like.Having to completely refactor a production app because a library maintainer lost interest, is in retrospective, an easily avoidable problem. Library maintainers need to have skin in the game. If someone just made a library for fun, to see what they can do, it's a bad sign. If that maintainer has a business based on the library, using it in several production environments, it's a sign that they have skin in the game and will work hard to ensure it continues to function as flutter and dart change and update in the future.
July 23, 2020 at 08:29PM by boon4376
https://ift.tt/2CYJgX5
I Abandoned Hive, Moved to Sembast
I just wanted to comment that over the last few weeks I have transitioned my projects away from hive, to using sembast database, freezed (a code generator that helps you deal with immutable objects, and also has built-in support for json_serializable).This was a really difficult decision because I like HIVE, but the idea of maintenance and support getting even worse as Leisim (the creator / maintainer) focuses on other things put me in a tough spot, because I have to maintain these apps for clients. Recently, the library was broken for a few weeks with a flutter update. He has been very slow to grant access to other maintainers to push fixes to the library. my Pull Request was accepted, but never pushed to the package store.Sembast documentation is not as good as HIVE (although hive has a lot of documentation issues despite the really nice navigation and layouts), and because of that sembast felt to me like it had a greater learning curve. But SEMBAST is professionally maintained and receives updates on a very regular basis. So sembast feels a lot more future proof and reliable from that perspective.Sembast has slightly different syntax and approach compared to hive. But there are more querying functions and abilities built in using the finder. Now that I've gotten used to it, and setup, I really like it.Helpful Docs for anyone transitioning: - Sembast nosql tutorial - Freezed video tutorial, with json serialization instructions (https://youtu.be/ApvMmTrBaFI) (see comments for a minor annotation update)With Hive, I was writing manual toJSON and fromJSON functions to map my data to online databases and export formats. So the fact that this is automated with freezed (or just json_serializable if you're not using freezed) actually makes my life easier.This was also a huge lesson learned, that before I adopt a library for a client project, I should thoroughly evaluate how popular it is, what it's future roadmap looks like, and what the maintenance team looks like.Having to completely refactor a production app because a library maintainer lost interest, is in retrospective, an easily avoidable problem. Library maintainers need to have skin in the game. If someone just made a library for fun, to see what they can do, it's a bad sign. If that maintainer has a business based on the library, using it in several production environments, it's a sign that they have skin in the game and will work hard to ensure it continues to function as flutter and dart change and update in the future.
July 23, 2020 at 08:29PM by boon4376
https://ift.tt/2CYJgX5
Dart packages
hive | Dart package
Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
New post on /r/flutterdev subreddit:
Flutter tutor for hire.
Hello,I teach flutter online. For newbies, I teach to make the guess the number game. Demo video - https://youtu.be/dh-Y0qTm5wY . Please message me for a 30 minute live coding class.
July 23, 2020 at 08:26PM by Makerdude2020
https://ift.tt/32NgZO5
Flutter tutor for hire.
Hello,I teach flutter online. For newbies, I teach to make the guess the number game. Demo video - https://youtu.be/dh-Y0qTm5wY . Please message me for a 30 minute live coding class.
July 23, 2020 at 08:26PM by Makerdude2020
https://ift.tt/32NgZO5
YouTube
Guess The Number Game Demo. Made with Love using #flutter
download below APK file to install it on your own phone and play. Enjoy :)
https://drive.google.com/file/d/1OPUSWq2rJW80RtT_s1W1r26ZlWaOA26Y/view?usp=sharing
#flutter source code = https://gist.github.com/karan-ta/10cd08e1b6d4ca266c8d8b4afe68091b
Please…
https://drive.google.com/file/d/1OPUSWq2rJW80RtT_s1W1r26ZlWaOA26Y/view?usp=sharing
#flutter source code = https://gist.github.com/karan-ta/10cd08e1b6d4ca266c8d8b4afe68091b
Please…
New post on /r/flutterdev subreddit:
Flutter Refresher Material?
/r/flutterhelp/comments/hwo9ni/flutter_refresher_material/
July 23, 2020 at 11:17PM by shushrut_sharma
https://ift.tt/2D4hkkt
Flutter Refresher Material?
/r/flutterhelp/comments/hwo9ni/flutter_refresher_material/
July 23, 2020 at 11:17PM by shushrut_sharma
https://ift.tt/2D4hkkt
reddit
Flutter Refresher Material?
Posted in r/FlutterDev by u/shushrut_sharma • 1 point and 0 comments
New post on /r/flutterdev subreddit:
Not wanting to use Firebase
is it a bad idea to look for ways to avoid getting hooked into Firebase? I'm concerned about forced pricing that would be needed to support flutter apps on these two areas:is there a solution for push notifications without it when the app is not being actively viewed on the device?how to deal with syncing the device with a remote sql db? is mqtt the way to go? what's out there to help with this?
July 24, 2020 at 04:18AM by matthewkooshad
https://ift.tt/3htB8Nh
Not wanting to use Firebase
is it a bad idea to look for ways to avoid getting hooked into Firebase? I'm concerned about forced pricing that would be needed to support flutter apps on these two areas:is there a solution for push notifications without it when the app is not being actively viewed on the device?how to deal with syncing the device with a remote sql db? is mqtt the way to go? what's out there to help with this?
July 24, 2020 at 04:18AM by matthewkooshad
https://ift.tt/3htB8Nh
reddit
Not wanting to use Firebase
is it a bad idea to look for ways to avoid getting hooked into Firebase? I'm concerned about forced pricing that would be needed to support...
New post on /r/flutterdev subreddit:
tutorial on how to pass data to a stateful widget
https://youtu.be/qp9KtPQBa8Y
July 24, 2020 at 06:04AM by 7cf8usi2z
https://ift.tt/2Efiv1j
tutorial on how to pass data to a stateful widget
https://youtu.be/qp9KtPQBa8Y
July 24, 2020 at 06:04AM by 7cf8usi2z
https://ift.tt/2Efiv1j
YouTube
Flutter: Passing Data to a Stateful Widget
In this video, I use Flutter in order to continue on a grocery app that was assigned to me for my Mobile Programming class. I go over how I found the informa...
New post on /r/flutterdev subreddit:
Build A Flutter Tinder Clone with Firebase & BLoC #35/40 Messaging Repository
https://youtu.be/cxtBGiOHNVM
July 24, 2020 at 08:21AM by 26Waga
https://ift.tt/2CHYyzL
Build A Flutter Tinder Clone with Firebase & BLoC #35/40 Messaging Repository
https://youtu.be/cxtBGiOHNVM
July 24, 2020 at 08:21AM by 26Waga
https://ift.tt/2CHYyzL
YouTube
Build Flutter Tinder Clone with Firebase & BLoC #35/40 Messaging Repository - YouTube
New post on /r/flutterdev subreddit:
[Flutter][Ep06 - Audio Plugin] Internet Radio using Provider | Streaming App | SnippetCoder
https://youtu.be/NFmPCjQveBo
July 24, 2020 at 06:31AM by SnippetCoder
https://ift.tt/3eYoF2k
[Flutter][Ep06 - Audio Plugin] Internet Radio using Provider | Streaming App | SnippetCoder
https://youtu.be/NFmPCjQveBo
July 24, 2020 at 06:31AM by SnippetCoder
https://ift.tt/3eYoF2k
YouTube
[Flutter][Ep06 - Audio Plugin] Internet Radio using Provider | Streaming App | SnippetCoder
#Flutter #StreamingRadio #SnippetCoder #FlutterTutorial #Dart #Code*Flutter Internet Radio using Provider - Series**Episode 01* - We will cover UI Part*Episo...
New post on /r/flutterdev subreddit:
#17 Flutter Stack & Positioned Widget || Stack Positioned Widget || Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=oUqXQG0HM3M
July 23, 2020 at 07:31PM by Code_Flipper
https://ift.tt/2ZTPUH6
#17 Flutter Stack & Positioned Widget || Stack Positioned Widget || Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=oUqXQG0HM3M
July 23, 2020 at 07:31PM by Code_Flipper
https://ift.tt/2ZTPUH6
YouTube
#17 Flutter Stack & Positioned Widget || Stack Positioned Widget || Flutter Tutorial for Beginners
In this Flutter Beginners Tutorial Series I'm explaining Stack and Positioned Widget with complete detail. I have explained Stack widget with multiple containers then I give reason why we need to use Positioned Widget with Stack widget and what the useful…
New post on /r/flutterdev subreddit:
One year of Flutter as a web developer
https://ift.tt/3eKtDzC
July 24, 2020 at 05:21AM by realusername42
https://ift.tt/3jCLnRa
One year of Flutter as a web developer
https://ift.tt/3eKtDzC
July 24, 2020 at 05:21AM by realusername42
https://ift.tt/3jCLnRa
alex-min.fr
One year of Flutter as a web developer
Looking back on a side project
New post on /r/flutterdev subreddit:
I have written a tutorial on how to implement a fruit slicing game in Flutter
https://ift.tt/2OP9BJS
July 24, 2020 at 12:28PM by flutterclutter
https://ift.tt/2E7Pq7M
I have written a tutorial on how to implement a fruit slicing game in Flutter
https://ift.tt/2OP9BJS
July 24, 2020 at 12:28PM by flutterclutter
https://ift.tt/2E7Pq7M
Flutter Clutter
Flutter game tutorial: Fruit Ninja clone
Let's implement a fruit slicing game from scratch.
New post on Flutter Dev Google group:
error in pubsec.yaml file
Error: unable to locate asset entry in pubspec.yaml: "fonts/Pacifico-Regular.ttf". [image: pubsec.png] This message pops up whenever I run my flutter app. [image: error.png]
error in pubsec.yaml file
Error: unable to locate asset entry in pubspec.yaml: "fonts/Pacifico-Regular.ttf". [image: pubsec.png] This message pops up whenever I run my flutter app. [image: error.png]
New post on /r/flutterdev subreddit:
Is a bit of jank acceptable?
I'm using the flutter inspector to measure the performance of my app and notice jank spikes in the UI when I navigate to a new page. I also notice jank when switching from light to dark theme and vice versa, although is not that easily noticeable when using the app. My question is: is a minimal amount of jank acceptable when building an app? I will of course try to optimise wherever possible, but I feel like I will never be able to make the app 100% smooth everywhere.
July 24, 2020 at 12:53PM by Flikounet
https://ift.tt/2WSKDh9
Is a bit of jank acceptable?
I'm using the flutter inspector to measure the performance of my app and notice jank spikes in the UI when I navigate to a new page. I also notice jank when switching from light to dark theme and vice versa, although is not that easily noticeable when using the app. My question is: is a minimal amount of jank acceptable when building an app? I will of course try to optimise wherever possible, but I feel like I will never be able to make the app 100% smooth everywhere.
July 24, 2020 at 12:53PM by Flikounet
https://ift.tt/2WSKDh9
reddit
Is a bit of jank acceptable?
I'm using the flutter inspector to measure the performance of my app and notice jank spikes in the UI when I navigate to a new page. I also notice...
New post on /r/flutterdev subreddit:
How to convert Figma Project into Flutter one
https://www.youtube.com/watch?v=aZxwRlF9Q3c&t=2s
July 24, 2020 at 01:59PM by Elegium
https://ift.tt/2OYv7f7
How to convert Figma Project into Flutter one
https://www.youtube.com/watch?v=aZxwRlF9Q3c&t=2s
July 24, 2020 at 01:59PM by Elegium
https://ift.tt/2OYv7f7
YouTube
FlutLab FAQ: "How to convert Figma Project into FlutLab one"
https://flutlab.io - Flutter online IDE
https://widgetbay.flutlab.io - Widget Bay
FlutLab FAQ: "How to convert Figma Project into FlutLab one"
https://widgetbay.flutlab.io - Widget Bay
FlutLab FAQ: "How to convert Figma Project into FlutLab one"
New post on /r/flutterdev subreddit:
Warning: URI.escape is obsolete
I get the following warning when pod update. I work on MacOS Mojave, any help is appreciated. Thank you.
July 24, 2020 at 01:57PM by amith_k04
https://ift.tt/2WTgC0K
Warning: URI.escape is obsolete
I get the following warning when pod update. I work on MacOS Mojave, any help is appreciated. Thank you.
July 24, 2020 at 01:57PM by amith_k04
https://ift.tt/2WTgC0K
reddit
Warning: URI.escape is obsolete
I get the following warning when pod update. I work on MacOS Mojave, any help is appreciated. Thank you.
New post on /r/flutterdev subreddit:
Snappable
https://youtu.be/iwBOnnJk2Pk
July 24, 2020 at 02:34PM by TheTechDesigner
https://ift.tt/3eUDFOH
Snappable
https://youtu.be/iwBOnnJk2Pk
July 24, 2020 at 02:34PM by TheTechDesigner
https://ift.tt/3eUDFOH
YouTube
Flutter Widget | 83 | Snappable Useful Widget in Flutter App | Speed Code
#TheTechDesigner#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━ Topics Covered :- ━ ━ ...
New post on Flutter Dev Google group:
ads plugin on flutter web
I've just tried create flutter web from my flutter app, it works well but I have problem showing ads. I searched ads plugin on pub.dev but there is no plugin that supports web, or I may miss it. Is there any flutter web that can show ads yet? many thanks for any response :).
July 24, 2020 at 02:47PM by Anindya DP
https://ift.tt/2WMLH6f
ads plugin on flutter web
I've just tried create flutter web from my flutter app, it works well but I have problem showing ads. I searched ads plugin on pub.dev but there is no plugin that supports web, or I may miss it. Is there any flutter web that can show ads yet? many thanks for any response :).
July 24, 2020 at 02:47PM by Anindya DP
https://ift.tt/2WMLH6f
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 Survey Q2 2020 - Pub.dev update - Flutter Creations - Flutter News 24.07.2020
https://www.youtube.com/watch?v=MxaiXzCIMsA
July 24, 2020 at 03:08PM by MyracleDesign
https://ift.tt/3hpIpxE
Flutter Survey Q2 2020 - Pub.dev update - Flutter Creations - Flutter News 24.07.2020
https://www.youtube.com/watch?v=MxaiXzCIMsA
July 24, 2020 at 03:08PM by MyracleDesign
https://ift.tt/3hpIpxE
YouTube
Flutter Survey Q2 2020 - Pub.dev update - Flutter Creations - Flutter News 24.07.2020
Today I am proud to tell you the newest information about Flutter in our #FlutterNews. Besides of the Flutter Survey and the pub.dev update, we will also enjoy the newest creations of the community.
⭐️⭐️ Support ⭐️⭐️
If you read this so far, thank you once…
⭐️⭐️ Support ⭐️⭐️
If you read this so far, thank you once…
New post on /r/flutterdev subreddit:
Day Night Animated Login
When I came across this design on uplabs it gave me goosebumps and made me restless to implement this design in flutter and finally I did it 🤩. And here is the final result of all the hard that's gone into this project and as always it's open source. Please 🙏🏻 give it a look on GitHub and if you liked then please leave a star 🌟 to show your support 😍.Github : https://github.com/shubhamhackz/day_night_loginUplabs Design : https://www.uplabs.com/posts/day-night-login-interaction-freebie
July 23, 2020 at 06:20PM by shubhamhackz
https://ift.tt/2EgP9zC
Day Night Animated Login
When I came across this design on uplabs it gave me goosebumps and made me restless to implement this design in flutter and finally I did it 🤩. And here is the final result of all the hard that's gone into this project and as always it's open source. Please 🙏🏻 give it a look on GitHub and if you liked then please leave a star 🌟 to show your support 😍.Github : https://github.com/shubhamhackz/day_night_loginUplabs Design : https://www.uplabs.com/posts/day-night-login-interaction-freebie
July 23, 2020 at 06:20PM by shubhamhackz
https://ift.tt/2EgP9zC
New post on Flutter Dev Google group:
need some support!
hello guys, i want to make an app like whatsapp status videos/ images downloading, so i want to copy files from whatsapp and paste in my custom directory folder And also i want to preview all files included in my custom folder. Please tell me anyone, what things I need to learn for that?
July 24, 2020 at 03:18PM by Gulam Fahad Ahmed
https://ift.tt/3fYilcv
need some support!
hello guys, i want to make an app like whatsapp status videos/ images downloading, so i want to copy files from whatsapp and paste in my custom directory folder And also i want to preview all files included in my custom folder. Please tell me anyone, what things I need to learn for that?
July 24, 2020 at 03:18PM by Gulam Fahad Ahmed
https://ift.tt/3fYilcv
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.