New post on /r/flutterdev subreddit:
Why flutter?
Itβs really simple, tell me why flutter. Give me your simple cons and pros.
April 26, 2020 at 01:52PM by weedimo_se
https://ift.tt/2KCCmYi
Why flutter?
Itβs really simple, tell me why flutter. Give me your simple cons and pros.
April 26, 2020 at 01:52PM by weedimo_se
https://ift.tt/2KCCmYi
reddit
Why flutter?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Add an element to the beginning of a list
Hey, I have a question, when I create a list can I put an item at the top of the list and not at the bottom? And if so, how do I do that?
April 26, 2020 at 03:14PM by Phil Dunphy
https://ift.tt/3aILoxb
Add an element to the beginning of a list
Hey, I have a question, when I create a list can I put an item at the top of the list and not at the bottom? And if so, how do I do that?
April 26, 2020 at 03:14PM by Phil Dunphy
https://ift.tt/3aILoxb
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 Flutter Dev Google group:
'peanut' is not recognized as an internal or external command
i deployed my project to github pages but after made some changes in code in master branch and when i merge that changes to gh-pages branch while executing 'peanut' command it gives me the following error: 'peanut' is not recognized as an internal or external command, operable program or batch
April 26, 2020 at 03:16PM by Kamran Ali
https://ift.tt/2VZ4HNB
'peanut' is not recognized as an internal or external command
i deployed my project to github pages but after made some changes in code in master branch and when i merge that changes to gh-pages branch while executing 'peanut' command it gives me the following error: 'peanut' is not recognized as an internal or external command, operable program or batch
April 26, 2020 at 03:16PM by Kamran Ali
https://ift.tt/2VZ4HNB
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 Flutter Dev Google group:
How can I call a function every 10 seconds?
Hey, how can I call a function every 10 seconds?
April 26, 2020 at 04:38PM by Marlene Rahm
https://ift.tt/2Y5GJCY
How can I call a function every 10 seconds?
Hey, how can I call a function every 10 seconds?
April 26, 2020 at 04:38PM by Marlene Rahm
https://ift.tt/2Y5GJCY
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:
Creating a music player app
I want to create a music player where players can browse as well as download the songs. Are there free API's which can do that?
April 26, 2020 at 04:48PM by FurysDyre
https://ift.tt/2VSoqOM
Creating a music player app
I want to create a music player where players can browse as well as download the songs. Are there free API's which can do that?
April 26, 2020 at 04:48PM by FurysDyre
https://ift.tt/2VSoqOM
reddit
Creating a music player app
I want to create a music player where players can browse as well as download the songs. Are there free API's which can do that?
New post on /r/flutterdev subreddit:
Do you think Flutter will eventually become the default way to develop Android apps in the future? If not, why?
Forgive me if my question is kind of stupid, but I'm a total noob who just started learning Flutter and I'm loving it so far, to the point where it almost feels too good to be true.I tried to get into Android app development a few times in the past but I always ended up losing interest, mostly due to how cumbersome it was to develop every UI element manually in XML and tying that up to the Java code later on.Flutter's widget-based approach feels exactly like what I expected from the start - a good catalogue of predesigned UI elements that you can quickly insert and customise to create your apps without wasting hours on menial tasks.The fact that it's a cross-platform framework makes it all that better, but leaving that aside, do you think Flutter will eventually take over most of the app development business for Android at least? If not, what are the reasons why you think most people will continue to create apps the "old fashioned" way using XML + Java/Kotlin?As said I'm a total noob, so apologies if this is a stupid question!
April 26, 2020 at 04:33PM by VMX
https://ift.tt/2VWzVow
Do you think Flutter will eventually become the default way to develop Android apps in the future? If not, why?
Forgive me if my question is kind of stupid, but I'm a total noob who just started learning Flutter and I'm loving it so far, to the point where it almost feels too good to be true.I tried to get into Android app development a few times in the past but I always ended up losing interest, mostly due to how cumbersome it was to develop every UI element manually in XML and tying that up to the Java code later on.Flutter's widget-based approach feels exactly like what I expected from the start - a good catalogue of predesigned UI elements that you can quickly insert and customise to create your apps without wasting hours on menial tasks.The fact that it's a cross-platform framework makes it all that better, but leaving that aside, do you think Flutter will eventually take over most of the app development business for Android at least? If not, what are the reasons why you think most people will continue to create apps the "old fashioned" way using XML + Java/Kotlin?As said I'm a total noob, so apologies if this is a stupid question!
April 26, 2020 at 04:33PM by VMX
https://ift.tt/2VWzVow
reddit
Do you think Flutter will eventually become the default way to...
Forgive me if my question is kind of stupid, but I'm a total noob who just started learning Flutter and I'm loving it so far, to the point where...
New post on /r/flutterdev subreddit:
How could I divide an image into pieces?
Hey! I have been learning Flutter and Dart for a few weeks and I have decided that I wanted to make my first "serious" app, called PuzzleMaker (github link down below).For now I've just created something very basic, some text, an initial image and I can also upload an image from my gallery pressing a button using the ImagePicker package.What I need to do now is slicing up the image but I don't know where to start with this, maybe there is a package or something that could help me. Any ideas on how to approach this? Once I get that I have thought about placing these sliced up images at the bottom of the app in some type of grid and then being able to drag these images into a bigger grid in the middle of the screen, once this is achieved you will be able to save the puzzle image into your gallery.Any advice is appreciated, I wanted to say that this is my first time sharing my Github so please be gentle :)https://github.com/alvaro-lloret/PuzzleMaker
April 26, 2020 at 04:58PM by alvarolloret
https://ift.tt/2VX0qdG
How could I divide an image into pieces?
Hey! I have been learning Flutter and Dart for a few weeks and I have decided that I wanted to make my first "serious" app, called PuzzleMaker (github link down below).For now I've just created something very basic, some text, an initial image and I can also upload an image from my gallery pressing a button using the ImagePicker package.What I need to do now is slicing up the image but I don't know where to start with this, maybe there is a package or something that could help me. Any ideas on how to approach this? Once I get that I have thought about placing these sliced up images at the bottom of the app in some type of grid and then being able to drag these images into a bigger grid in the middle of the screen, once this is achieved you will be able to save the puzzle image into your gallery.Any advice is appreciated, I wanted to say that this is my first time sharing my Github so please be gentle :)https://github.com/alvaro-lloret/PuzzleMaker
April 26, 2020 at 04:58PM by alvarolloret
https://ift.tt/2VX0qdG
New post on /r/flutterdev subreddit:
How was your experience with Flutter web beta?
So, I wanted to make a relatively simple website that only shows text with Flutter web. Has anyone tried to make a simple website that has a lot of users? Is it worth trying out or should I stick to javascript frameworks?
April 26, 2020 at 04:57PM by non-linearity
https://ift.tt/357q9nA
How was your experience with Flutter web beta?
So, I wanted to make a relatively simple website that only shows text with Flutter web. Has anyone tried to make a simple website that has a lot of users? Is it worth trying out or should I stick to javascript frameworks?
April 26, 2020 at 04:57PM by non-linearity
https://ift.tt/357q9nA
reddit
How was your experience with Flutter web beta?
So, I wanted to make a relatively simple website that only shows text with Flutter web. Has anyone tried to make a simple website that has a lot...
New post on /r/flutterdev subreddit:
Calendar week
I spent my weekend with it.https://github.com/mduccc/flutter_calendar_week
April 26, 2020 at 06:13PM by mduccc
https://ift.tt/2W0Fqmg
Calendar week
I spent my weekend with it.https://github.com/mduccc/flutter_calendar_week
April 26, 2020 at 06:13PM by mduccc
https://ift.tt/2W0Fqmg
GitHub
GitHub - mduccc/flutter_calendar_week: Flutter calendar week UI package
Flutter calendar week UI package. Contribute to mduccc/flutter_calendar_week development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
New version of Step Progress Indicator package released, Material Ripple effect and Rounded edge corners
https://ift.tt/38WoDWH
April 26, 2020 at 06:47PM by cmprogrammers
https://ift.tt/2zxZKDV
New version of Step Progress Indicator package released, Material Ripple effect and Rounded edge corners
https://ift.tt/38WoDWH
April 26, 2020 at 06:47PM by cmprogrammers
https://ift.tt/2zxZKDV
Dart packages
step_progress_indicator | Flutter Package
Bar indicator made of a series of selected and unselected steps
New post on Flutter Dev Google group:
How to Force reload pages in CupertinoTabView?
When user taps on an item in CupertinoTabView, I want to reload the page everytime. Right now, it loads only for the first time. Next time onwards it just displays the previous state. I want to force reload it. For example, when user taps on pageThree, which is 'case 2' in switch case in the
April 26, 2020 at 06:43PM by Rakesh H
https://ift.tt/2W2rSGD
How to Force reload pages in CupertinoTabView?
When user taps on an item in CupertinoTabView, I want to reload the page everytime. Right now, it loads only for the first time. Next time onwards it just displays the previous state. I want to force reload it. For example, when user taps on pageThree, which is 'case 2' in switch case in the
April 26, 2020 at 06:43PM by Rakesh H
https://ift.tt/2W2rSGD
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:
Dart then Flutter or the opposite or altogether
Hi devs. From where should I start ? Should I go with Dart first and learn how to code using it then go with flutter?My goal is to develop mobile apps.
April 26, 2020 at 07:53PM by switched_off
https://ift.tt/3bG9Wse
Dart then Flutter or the opposite or altogether
Hi devs. From where should I start ? Should I go with Dart first and learn how to code using it then go with flutter?My goal is to develop mobile apps.
April 26, 2020 at 07:53PM by switched_off
https://ift.tt/3bG9Wse
reddit
Dart then Flutter or the opposite or altogether
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
URGENT: Changing Timestamp value from Firestore to DateTime
How do I change Timestamp value from Firestore to DateTime. The ToDate function doesnt seem to work in a StreamBuilder.
April 26, 2020 at 08:13PM by Archie Kariuki
https://ift.tt/3bHhRp3
URGENT: Changing Timestamp value from Firestore to DateTime
How do I change Timestamp value from Firestore to DateTime. The ToDate function doesnt seem to work in a StreamBuilder.
April 26, 2020 at 08:13PM by Archie Kariuki
https://ift.tt/3bHhRp3
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:
Calendar week
https://ift.tt/2VYRcO3
April 26, 2020 at 08:48PM by mduccc
https://ift.tt/3bHu0Kz
Calendar week
https://ift.tt/2VYRcO3
April 26, 2020 at 08:48PM by mduccc
https://ift.tt/3bHu0Kz
GitHub
mduccc/flutter_calendar_week
A calendar view package for Flutter application. Contribute to mduccc/flutter_calendar_week development by creating an account on GitHub.
New post on Flutter Dev Google group:
Auf Funktion von anderem file zugreifen
How can I execute a void function from another file?
April 26, 2020 at 09:10PM by Phil Dunphy
https://ift.tt/355LfCW
Auf Funktion von anderem file zugreifen
How can I execute a void function from another file?
April 26, 2020 at 09:10PM by Phil Dunphy
https://ift.tt/355LfCW
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 Flutter Dev Google group:
textfield automatically getting clear
Hi Flutter Developers, i facing one issue, when i click to add data in list map. after entering data, textfield automatically getting clear. this issue i facing only on 'showmodalbottomsheet' widget. please help me! by following videos, images and code. video link google drive https://drive.goo
April 27, 2020 at 12:49AM by Gulam Fahad Ahmed
https://ift.tt/2S7qeCM
textfield automatically getting clear
Hi Flutter Developers, i facing one issue, when i click to add data in list map. after entering data, textfield automatically getting clear. this issue i facing only on 'showmodalbottomsheet' widget. please help me! by following videos, images and code. video link google drive https://drive.goo
April 27, 2020 at 12:49AM by Gulam Fahad Ahmed
https://ift.tt/2S7qeCM
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:
Hi Flutter Enthusiasts! I'm excited to share with you my new package: nice_intro Buiid simple, elegant and awesome intro screens for your apps with ease. The package is highly customizable to suit your design needs. Don't forget to like the package if you find it useful.
https://ift.tt/2Y5PxbV
April 27, 2020 at 12:09AM by enthusiastDev
https://ift.tt/2VIUztD
Hi Flutter Enthusiasts! I'm excited to share with you my new package: nice_intro Buiid simple, elegant and awesome intro screens for your apps with ease. The package is highly customizable to suit your design needs. Don't forget to like the package if you find it useful.
https://ift.tt/2Y5PxbV
April 27, 2020 at 12:09AM by enthusiastDev
https://ift.tt/2VIUztD
Dart packages
nice_intro | Flutter Package
Get your users to know your app with ease! This package will help you build beautiful intro sides for your app.
New post on /r/flutterdev subreddit:
Suggestions
Just really posting the link for attention to my question. It is the latest one though. So what is a good length for tutorial videos? My latest ones are around 15-20, but I think that might be too long. Would you say 10 minutes?Also, what can I improve about the videos?I've remade half of the videos in this series and editing the other ones heavily. They are already at 500 GB.I'm thinking about putting the rest on udemy. It will still be a lot more such as uploading videos/images, comments, adding/following friends, viewing profiles, blocking people, messaging, push notifications and finally refactoring logic with bloc or some type of state management.I will still have free videos, but as far as big projects, I want to make them paid. Udemy only gives like $3 even when it's $10-12 unless I organically bring everyone in. I plan on making it free and/or coupon codes for the first however many.https://youtu.be/8JCWZsHbKQo
April 27, 2020 at 05:10AM by cmcoffee91
https://ift.tt/3aFKwJV
Suggestions
Just really posting the link for attention to my question. It is the latest one though. So what is a good length for tutorial videos? My latest ones are around 15-20, but I think that might be too long. Would you say 10 minutes?Also, what can I improve about the videos?I've remade half of the videos in this series and editing the other ones heavily. They are already at 500 GB.I'm thinking about putting the rest on udemy. It will still be a lot more such as uploading videos/images, comments, adding/following friends, viewing profiles, blocking people, messaging, push notifications and finally refactoring logic with bloc or some type of state management.I will still have free videos, but as far as big projects, I want to make them paid. Udemy only gives like $3 even when it's $10-12 unless I organically bring everyone in. I plan on making it free and/or coupon codes for the first however many.https://youtu.be/8JCWZsHbKQo
April 27, 2020 at 05:10AM by cmcoffee91
https://ift.tt/3aFKwJV
YouTube
- YouTube
New post on /r/flutterdev subreddit:
New Version of nearby_connections released (v1.1.0)
Pub link: https://pub.dev/packages/nearby_connectionsThis plugin is for offline peer to peer transfer of bytes and files between multiple devices. - New location utility methods are added - A complete example, using every function in the libraryThank you for taking your time to check this out. If you like this please consider giving it a star on GitHub: https://github.com/mannprerak2/nearby_connections
April 27, 2020 at 07:40AM by mannprerak
https://ift.tt/2KCd0JZ
New Version of nearby_connections released (v1.1.0)
Pub link: https://pub.dev/packages/nearby_connectionsThis plugin is for offline peer to peer transfer of bytes and files between multiple devices. - New location utility methods are added - A complete example, using every function in the libraryThank you for taking your time to check this out. If you like this please consider giving it a star on GitHub: https://github.com/mannprerak2/nearby_connections
April 27, 2020 at 07:40AM by mannprerak
https://ift.tt/2KCd0JZ
Dart packages
nearby_connections | Flutter package
Plugin for the android NearbyConnections API. Bytes and Files Supported.
New post on /r/flutterdev subreddit:
Fresh π | Dart HTTP Client with built-in token refresh
https://ift.tt/2yPBnRW
April 27, 2020 at 09:16AM by felangel1
https://ift.tt/2y3fZbx
Fresh π | Dart HTTP Client with built-in token refresh
https://ift.tt/2yPBnRW
April 27, 2020 at 09:16AM by felangel1
https://ift.tt/2y3fZbx
Dart packages
fresh | Dart Package
An token refresh library for dart. This package exposes the core components that are common to various refresh token implementations (REST, GraphQL, etc...).
New post on /r/flutterdev subreddit:
How to deliver my freelancing project when I'm under 18
A short while ago, I got my first gig on Fiverr for a Flutter app for Android and iOS. The project is doing great and I expect to finish it within the next 10 days. However, I, unfortunately, have never thought about how I could deliver the project to my customer.I haven't discussed with my customer how the delivery will work exactly yet. Only that they will get the app and the source code, but not how. But I'm pretty sure that they will want me to release it for them on the app store and play store. I've also noticed that it's pretty much impossible to deliver the app (at least for iOS) without me releasing it. But as I'm 16, I can not create a developer account either for the Google Play Store or the Apple App Store.What should I do?
April 27, 2020 at 11:27AM by Eli2003_777
https://ift.tt/2KD4Y3w
How to deliver my freelancing project when I'm under 18
A short while ago, I got my first gig on Fiverr for a Flutter app for Android and iOS. The project is doing great and I expect to finish it within the next 10 days. However, I, unfortunately, have never thought about how I could deliver the project to my customer.I haven't discussed with my customer how the delivery will work exactly yet. Only that they will get the app and the source code, but not how. But I'm pretty sure that they will want me to release it for them on the app store and play store. I've also noticed that it's pretty much impossible to deliver the app (at least for iOS) without me releasing it. But as I'm 16, I can not create a developer account either for the Google Play Store or the Apple App Store.What should I do?
April 27, 2020 at 11:27AM by Eli2003_777
https://ift.tt/2KD4Y3w
reddit
How to deliver my freelancing project when I'm under 18
A short while ago, I got my first gig on Fiverr for a Flutter app for Android and iOS. The project is doing great and I expect to finish it within...