New post on /r/flutterdev subreddit:
How to install Runner.app/ipa from Codemagic.io on iPhone?
Created sample demo app with Android Studio (i'm on Windows, don't have mac), pushed to gitlab, started build on codemagick, got email with Runner.app file, exctracted it, put in inside Payload folder, then made an IPA from it by zipping it.uploaded ipa to these sites and tried to install on my iPhonehttps://www.installonair.com/ — app is downloading, but then "unable to install"
https://www.diawi.com/ — "4001009: Invalid .ipa file: missing embedded mobileprovision" getting this after uploading my ipa
July 01, 2020 at 05:26PM by ReglrErrydayNormalMF
https://ift.tt/31vY4qt
How to install Runner.app/ipa from Codemagic.io on iPhone?
Created sample demo app with Android Studio (i'm on Windows, don't have mac), pushed to gitlab, started build on codemagick, got email with Runner.app file, exctracted it, put in inside Payload folder, then made an IPA from it by zipping it.uploaded ipa to these sites and tried to install on my iPhonehttps://www.installonair.com/ — app is downloading, but then "unable to install"
https://www.diawi.com/ — "4001009: Invalid .ipa file: missing embedded mobileprovision" getting this after uploading my ipa
July 01, 2020 at 05:26PM by ReglrErrydayNormalMF
https://ift.tt/31vY4qt
New post on /r/flutterdev subreddit:
How Flutter is different from JetPack compose & Swift UI? | Matt Carroll | Ex-Googler | FSD
https://youtu.be/GdGdfokFKes
July 01, 2020 at 05:25PM by imthepk
https://ift.tt/38k6O4w
How Flutter is different from JetPack compose & Swift UI? | Matt Carroll | Ex-Googler | FSD
https://youtu.be/GdGdfokFKes
July 01, 2020 at 05:25PM by imthepk
https://ift.tt/38k6O4w
YouTube
How Flutter is different from JetPack compose & Swift UI? | Matt Carroll | Ex-Googler | FSD
Matt Carroll talks about his opinion on Flutter SDK, JetPack Compose, and Swift UI, and which is the best?.Watch the full stream of Flutter Stream Day here -...
New post on /r/flutterdev subreddit:
Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.
https://ift.tt/3cwe1yH
July 01, 2020 at 08:18PM by EngineerScientist
https://ift.tt/2AkGtXg
Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.
https://ift.tt/3cwe1yH
July 01, 2020 at 08:18PM by EngineerScientist
https://ift.tt/2AkGtXg
GitHub
felangel/cubit
Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states. - felangel/cubit
New post on /r/flutterdev subreddit:
Tell us your journey with flutter
This question is mainly addressed, but not limited, to flutter developpers with no app development background whatsoever, for the reasons below.As you might have guessed it, I have no background in app development, and even though I am learning more and more about the technology, I am still afraid to bump into some unforeseen obstacle that would make me quit.I would like, through this discussion, to gather people like me, so that it inspires other and myself to keep going forward and have an idea of what lies ahead.Please, do not spare the details, may you be remembered by all of us.
July 01, 2020 at 08:17PM by yandelyano
https://ift.tt/2VxCHBe
Tell us your journey with flutter
This question is mainly addressed, but not limited, to flutter developpers with no app development background whatsoever, for the reasons below.As you might have guessed it, I have no background in app development, and even though I am learning more and more about the technology, I am still afraid to bump into some unforeseen obstacle that would make me quit.I would like, through this discussion, to gather people like me, so that it inspires other and myself to keep going forward and have an idea of what lies ahead.Please, do not spare the details, may you be remembered by all of us.
July 01, 2020 at 08:17PM by yandelyano
https://ift.tt/2VxCHBe
reddit
Tell us your journey with flutter
This question is mainly addressed, but not limited, to flutter developpers with no app development background whatsoever, for the reasons below....
New post on /r/flutterdev subreddit:
Is it possible for the back button to have the same behaviour as the appbar's back arrow?
Hi guys ! I found a nice example on the internet of an app. It's about navigation between widgets.article: https://medium.com/flutter/getting-to-the-bottom-of-navigation-in-flutter-b3e440b9386full code: https://gist.github.com/HansMuller/b189642d10fd236a41044fdf7626f7b0How can I get the back button to have the same behaviour as the back arrow of the Appbar. The latter just returns to the previous screen. The backbutton exits the app entirely.I managed to add WillPopScope at the root of the tree widget of HomePage:
July 01, 2020 at 08:36PM by 0x7ED
https://ift.tt/3gdYW7a
Is it possible for the back button to have the same behaviour as the appbar's back arrow?
Hi guys ! I found a nice example on the internet of an app. It's about navigation between widgets.article: https://medium.com/flutter/getting-to-the-bottom-of-navigation-in-flutter-b3e440b9386full code: https://gist.github.com/HansMuller/b189642d10fd236a41044fdf7626f7b0How can I get the back button to have the same behaviour as the back arrow of the Appbar. The latter just returns to the previous screen. The backbutton exits the app entirely.I managed to add WillPopScope at the root of the tree widget of HomePage:
WillPopScope( onWillPop: (){ //return Navigator.of(context).maybePop<bool>(false); Navigator.pushNamed(context, "/"); return Future.value(false); },this works, but returns to the first tab of the bottomNavigationBar even if you have others selected. It still doesn't behave like the back arrow of the AppBar.I tried replacing in the onWillPop callback with :
Navigator.of(context).maybePop<bool>(false);but with no success, it results in an endless loop. Even though the appbar actually calls this function.What do you guys think of this?
July 01, 2020 at 08:36PM by 0x7ED
https://ift.tt/3gdYW7a
Medium
Getting to the Bottom of Navigation in Flutter
Bottom navigation in mobile apps is popular because our phones keep getting bigger but our thumbs do not. Here’s how to do it in Flutter.
New post on Flutter Dev Google group:
Flutter 1.17.5 hotfix released to stable.
Hi, Flutter 1.17.5 has been released to stable. This is a hotfix release on the 1.17 branch and has no Dart update (it remains on 2.8.4). Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
Flutter 1.17.5 hotfix released to stable.
Hi, Flutter 1.17.5 has been released to stable. This is a hotfix release on the 1.17 branch and has no Dart update (it remains on 2.8.4). Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
New post on /r/flutterdev subreddit:
I created a GitHub repo w/ useful references to Flutter
Hi guys.I just created a repo to take note about every useful package, lesson, guide and article that I find on the web. I'll update it every time I find something new. Feel free to suggest guides and stuff you think can improve the list.Link to the repository: GitHub
July 01, 2020 at 09:50PM by SaltySpag
https://ift.tt/2ZwHuUC
I created a GitHub repo w/ useful references to Flutter
Hi guys.I just created a repo to take note about every useful package, lesson, guide and article that I find on the web. I'll update it every time I find something new. Feel free to suggest guides and stuff you think can improve the list.Link to the repository: GitHub
July 01, 2020 at 09:50PM by SaltySpag
https://ift.tt/2ZwHuUC
GitHub
SaltySpaghetti/flutter-references
Flutter beginner references like guides, sites, packages, etc. - SaltySpaghetti/flutter-references
New post on /r/flutterdev subreddit:
Flutter Date Picker - Step by Step
https://youtu.be/mnLy7zhTi44
July 01, 2020 at 09:07PM by vishesh_allahabadi
https://ift.tt/2ZrMhqt
Flutter Date Picker - Step by Step
https://youtu.be/mnLy7zhTi44
July 01, 2020 at 09:07PM by vishesh_allahabadi
https://ift.tt/2ZrMhqt
YouTube
Flutter Date Picker - Step by Step
Flutter Date Picker - Step by Step
As a Flutter Developer, DatePicker is something you'll need for all your apps. Simple explanation is mentioned here.
If you need the complete code, please access it here: https://webtoddler.com/flutter-date-picker/
…
As a Flutter Developer, DatePicker is something you'll need for all your apps. Simple explanation is mentioned here.
If you need the complete code, please access it here: https://webtoddler.com/flutter-date-picker/
…
New post on /r/flutterdev subreddit:
[Flutter][Episode03 - Provider] Internet Radio using Provider | Online Streaming App | SnippetCoder
https://youtu.be/0ptf9xTw_0c
July 01, 2020 at 04:03PM by saheb1313
https://ift.tt/2BtkRbP
[Flutter][Episode03 - Provider] Internet Radio using Provider | Online Streaming App | SnippetCoder
https://youtu.be/0ptf9xTw_0c
July 01, 2020 at 04:03PM by saheb1313
https://ift.tt/2BtkRbP
YouTube
[Flutter][Episode03 - Provider] Internet Radio using Provider | Online 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:
Adding the facebook authentication (signup) in flutter blog app
https://youtu.be/nKq6_Vfe9XY
July 01, 2020 at 02:22PM by devstackin
https://ift.tt/2Zq8wwY
Adding the facebook authentication (signup) in flutter blog app
https://youtu.be/nKq6_Vfe9XY
July 01, 2020 at 02:22PM by devstackin
https://ift.tt/2Zq8wwY
YouTube
Flutter: Adding the Facebook authentication on Blog App || Facebook Authentication || 16
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this video, We will configure the Facebook login and signup in the blog app. I showed the step that how a developer can configure the FB login.
Here are the resources…
In this video, We will configure the Facebook login and signup in the blog app. I showed the step that how a developer can configure the FB login.
Here are the resources…
New post on /r/flutterdev subreddit:
Flutter library to add various gesture callbacks to each Shape you draw
https://ift.tt/2Zu1Y0x
July 01, 2020 at 09:33AM by QuickBlox
https://ift.tt/3gezEWw
Flutter library to add various gesture callbacks to each Shape you draw
https://ift.tt/2Zu1Y0x
July 01, 2020 at 09:33AM by QuickBlox
https://ift.tt/3gezEWw
Flutter Awesome
Flutter library to add various gesture callbacks to each Shape you draw
Flutter library to add various gesture callbacks to each Shape you draw on your canvas in your CustomPainter.
New post on /r/flutterdev subreddit:
Flutter – Creating Simple Application in Android Studio
http://www.youtube.com/watch?v=O5ExsLUqpGE
July 01, 2020 at 03:56AM by srimal85emoney
https://ift.tt/2BtkMF3
Flutter – Creating Simple Application in Android Studio
http://www.youtube.com/watch?v=O5ExsLUqpGE
July 01, 2020 at 03:56AM by srimal85emoney
https://ift.tt/2BtkMF3
YouTube
Flutter – Creating Simple Application in Android Studio
Flutter – Creating Simple Application in Android Studio
In this video, let's create a simple Flutter application to understand the basics of creating a flutter application in the Android Studio.
Flutter First Application Error Corrections
https://stac…
In this video, let's create a simple Flutter application to understand the basics of creating a flutter application in the Android Studio.
Flutter First Application Error Corrections
https://stac…
New post on /r/flutterdev subreddit:
What’s it like to get started with Flutter coming from a native developer background? What about moving from native languages to Dart? A look at Flutter from a native developer:
https://ift.tt/2nfV283
June 30, 2020 at 09:02PM by MechaSnowflake
https://ift.tt/2ZHujR9
What’s it like to get started with Flutter coming from a native developer background? What about moving from native languages to Dart? A look at Flutter from a native developer:
https://ift.tt/2nfV283
June 30, 2020 at 09:02PM by MechaSnowflake
https://ift.tt/2ZHujR9
OrangeLoops
A Look at Flutter from a Native Developer
If you are into mobile app development then you've probably heard about Flutter, Google's open-source framework for building cross-platform applications. Released in 2017, the interest about Flutter kept growing since its launch, as you can see…
New post on /r/flutterdev subreddit:
What are some tips you give to Flutter Beginners?
https://youtu.be/tABbrInYkRw
July 02, 2020 at 12:59AM by thehappyharis
https://ift.tt/2D1DLqH
What are some tips you give to Flutter Beginners?
https://youtu.be/tABbrInYkRw
July 02, 2020 at 12:59AM by thehappyharis
https://ift.tt/2D1DLqH
YouTube
Tips for Beginner Flutter Developers
I blame the tutorials we learn not teaching the importance of readable code.
Let's change that.
👉 Pre Sign Up to Flutter Learning Platform :
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
https:/…
Let's change that.
👉 Pre Sign Up to Flutter Learning Platform :
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
https:/…
New post on /r/flutterdev subreddit:
PSD TO FLUTTER PART: 4/5 - WordPress Rest Api with Custom Plugin
https://www.youtube.com/watch?v=uFwqLBYkGE4&feature=share
July 02, 2020 at 02:13AM by ProgramToday12
https://ift.tt/2NQnnv6
PSD TO FLUTTER PART: 4/5 - WordPress Rest Api with Custom Plugin
https://www.youtube.com/watch?v=uFwqLBYkGE4&feature=share
July 02, 2020 at 02:13AM by ProgramToday12
https://ift.tt/2NQnnv6
YouTube
WordPress Rest Api custom post type Plugin
Hello , today we are going to learn how to get WordPress Posts with our own custom Plugin, Follow Me on:-Facebook: https://www.facebook.com/CodeAxen-1014105...
New post on Flutter Dev Google group:
Flutter-VideoPlayer not working with m3u8 files
Hi Everyone, I am trying to play a Video with m3U8 extension using the video_player plugin. But the video is not getting played. Can anyone help me in this regard, please? My video file is; https://ift.tt/3il60k9 maf/159185187810
July 02, 2020 at 03:54AM by Renjith AK
https://ift.tt/3ggptkk
Flutter-VideoPlayer not working with m3u8 files
Hi Everyone, I am trying to play a Video with m3U8 extension using the video_player plugin. But the video is not getting played. Can anyone help me in this regard, please? My video file is; https://ift.tt/3il60k9 maf/159185187810
July 02, 2020 at 03:54AM by Renjith AK
https://ift.tt/3ggptkk
New post on /r/flutterdev subreddit:
I can't run my Flutter code using an iOs simulator using xcode
Hi guys, I just wanted to ask if how can I run a flutter code on my vscode using iOS simulator? I run my flutter doctor and here is the error. " ✗ Flutter requires a minimum Xcode version of 11.0.0. ✗ CocoaPods not installed. Is it really required to have the latest Xcode version? I am on Mojave and I can't run the latest Xcode version. :(
July 02, 2020 at 06:07AM by samclavaton
https://ift.tt/3ilo5i1
I can't run my Flutter code using an iOs simulator using xcode
Hi guys, I just wanted to ask if how can I run a flutter code on my vscode using iOS simulator? I run my flutter doctor and here is the error. " ✗ Flutter requires a minimum Xcode version of 11.0.0. ✗ CocoaPods not installed. Is it really required to have the latest Xcode version? I am on Mojave and I can't run the latest Xcode version. :(
July 02, 2020 at 06:07AM by samclavaton
https://ift.tt/3ilo5i1
reddit
I can't run my Flutter code using an iOs simulator using xcode
Hi guys, I just wanted to ask if how can I run a flutter code on my vscode using iOS simulator? I run my flutter doctor and here is the error. " ...
New post on Flutter Dev Google group:
To make a default recipient phone number for my sms app
Hi all..I'm making an SMS app in which the user wants to fix the recipient phone number so that he don't want to rewrite the phone number every time ... The user himself needs to fix the default the phone number ...please help me in this regard. Thank you
July 02, 2020 at 08:30AM by Abinavan Nagendran
https://ift.tt/2NLEqhV
To make a default recipient phone number for my sms app
Hi all..I'm making an SMS app in which the user wants to fix the recipient phone number so that he don't want to rewrite the phone number every time ... The user himself needs to fix the default the phone number ...please help me in this regard. Thank you
July 02, 2020 at 08:30AM by Abinavan Nagendran
https://ift.tt/2NLEqhV
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:
Tidy App ♻️ - Flutter #Hack20 Finalist
Somehow, our team managed to get to the final rounds of the global Flutter hackathon this year.Watch: Demo videoStar: GitHub repoWe only picked up Flutter about 2 months ago and absolutely love the framework and the community around it.What do you guys think of hackathons? Do you enjoy them?
July 02, 2020 at 10:13AM by samisnotinsane
https://ift.tt/3giinM5
Tidy App ♻️ - Flutter #Hack20 Finalist
Somehow, our team managed to get to the final rounds of the global Flutter hackathon this year.Watch: Demo videoStar: GitHub repoWe only picked up Flutter about 2 months ago and absolutely love the framework and the community around it.What do you guys think of hackathons? Do you enjoy them?
July 02, 2020 at 10:13AM by samisnotinsane
https://ift.tt/3giinM5
YouTube
Tidy-app video submission
New post on /r/flutterdev subreddit:
Truth Seekers - Flutter Global Hackathon Finalist
Really happy to see how amazing and supportive the Flutter community is. Just found out our application has made it to the final round of Flutter Global Hackathon!Our app aims to curb the spread of fake news during the pandemic, ensuring only reliable articles from trusted sources are promoted using blockchain.The mobile application was developed using Flutter 💙 and Firebase 🔥. We were successfully able to integrate the EOSIO blockchain platform in our application and thus ensure transparency through the voting transactions and more importantly, provide a secure platform to store the articles and their respective categories. Moreover, we have realized the vast potential of research necessary in this field especially during this time of the pandemic to ensure reliable news from trusted sources.Screenshots:Truth Seekers Light ModeDark Mode - https://imgur.com/OjVidOxDemo - https://youtu.be/V7sE8D7Jws8
July 02, 2020 at 01:06PM by set_8_kid
https://ift.tt/38lQTT2
Truth Seekers - Flutter Global Hackathon Finalist
Really happy to see how amazing and supportive the Flutter community is. Just found out our application has made it to the final round of Flutter Global Hackathon!Our app aims to curb the spread of fake news during the pandemic, ensuring only reliable articles from trusted sources are promoted using blockchain.The mobile application was developed using Flutter 💙 and Firebase 🔥. We were successfully able to integrate the EOSIO blockchain platform in our application and thus ensure transparency through the voting transactions and more importantly, provide a secure platform to store the articles and their respective categories. Moreover, we have realized the vast potential of research necessary in this field especially during this time of the pandemic to ensure reliable news from trusted sources.Screenshots:Truth Seekers Light ModeDark Mode - https://imgur.com/OjVidOxDemo - https://youtu.be/V7sE8D7Jws8
July 02, 2020 at 01:06PM by set_8_kid
https://ift.tt/38lQTT2
Imgur
Truth Seekers Application Light Mode
Post with 0 votes and 14 views. Truth Seekers Application Light Mode
New post on Flutter Dev Google group:
Draggable onto Scrollable Widget
Hi crew! I'm building an app where users can track daily activities on a day calendar timeline (pictured below). For this I'm wanting users to have the ability to drag the bubbles from the right column to those on the left scrollable timeline. I'm new to Flutter, so I don't know of the most
July 02, 2020 at 01:25PM by Paul Schmidt
https://ift.tt/2NMZhkW
Draggable onto Scrollable Widget
Hi crew! I'm building an app where users can track daily activities on a day calendar timeline (pictured below). For this I'm wanting users to have the ability to drag the bubbles from the right column to those on the left scrollable timeline. I'm new to Flutter, so I don't know of the most
July 02, 2020 at 01:25PM by Paul Schmidt
https://ift.tt/2NMZhkW
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.