New post on Flutter Dev Google group:
Closest thing to p5js in Flutter
Hi all, I'm looking for some Flutter APIs that act like how p5js renders objects on its canvas. Things I'm looking for: - Full control on every frame rendering: I'm expecting a method that is called in each frame. - Support for point, line, circle, square, stroke, fill ..
July 08, 2020 at 10:00PM by Mohamed
https://ift.tt/2Zbv31O
Closest thing to p5js in Flutter
Hi all, I'm looking for some Flutter APIs that act like how p5js renders objects on its canvas. Things I'm looking for: - Full control on every frame rendering: I'm expecting a method that is called in each frame. - Support for point, line, circle, square, stroke, fill ..
July 08, 2020 at 10:00PM by Mohamed
https://ift.tt/2Zbv31O
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:
VideoPlayer supporting DRM, avaialable in Flutter?
Hi, I am trying to play a video, that has the DRM (Digital Rights Management) embedded in it. Its extension is .m3u8. Is there any player available in Flutter which supports the display of such a file? I tried many plug-ins, but all in vain. Can anyone help me in this regard? I
July 08, 2020 at 11:55PM by Renjith AK
https://ift.tt/3ebfCuA
VideoPlayer supporting DRM, avaialable in Flutter?
Hi, I am trying to play a video, that has the DRM (Digital Rights Management) embedded in it. Its extension is .m3u8. Is there any player available in Flutter which supports the display of such a file? I tried many plug-ins, but all in vain. Can anyone help me in this regard? I
July 08, 2020 at 11:55PM by Renjith AK
https://ift.tt/3ebfCuA
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 tweet from FlutterDev:
🖥A beautiful desktop app built with Flutter!
Flokk was built by @gskinner_team using the latest master branch of Flutter, and targets Linux, macOS, and Windows (with web support as a bonus).
The entire project is open-sourced on GitHub!
More ↓ https://t.co/MIx073tcDT— Flutter (@FlutterDev) July 8, 2020
July 09, 2020 at 12:09AM
http://twitter.com/FlutterDev/status/1280987353272610817
🖥A beautiful desktop app built with Flutter!
Flokk was built by @gskinner_team using the latest master branch of Flutter, and targets Linux, macOS, and Windows (with web support as a bonus).
The entire project is open-sourced on GitHub!
More ↓ https://t.co/MIx073tcDT— Flutter (@FlutterDev) July 8, 2020
July 09, 2020 at 12:09AM
http://twitter.com/FlutterDev/status/1280987353272610817
Twitter
gskinner (@gskinner_team) | Twitter
The latest Tweets from gskinner (@gskinner_team). gskinner is a digital studio focused on creating experiences that push creative and technical boundaries. Edmonton, Canada
New post on /r/flutterdev subreddit:
Flutter Movie App with TMDB using Bloc
https://youtu.be/VfOMmG9REsw
July 09, 2020 at 03:06AM by powerdank
https://ift.tt/31XKUTj
Flutter Movie App with TMDB using Bloc
https://youtu.be/VfOMmG9REsw
July 09, 2020 at 03:06AM by powerdank
https://ift.tt/31XKUTj
YouTube
Flutter Movie App with BLOC | Pt. 1
Github: https://github.com/jose-bamboo/tmdb_tutorial/tree/tmdb_part_one
Give my repo a ⭐️ if you liked it. Thanks!
Flutter TMDB (The Movie Database API) using BLOC Pattern
Part 2 coming soon!
Music: https://www.bensound.com
#flutter #flutterui #flutterbloc…
Give my repo a ⭐️ if you liked it. Thanks!
Flutter TMDB (The Movie Database API) using BLOC Pattern
Part 2 coming soon!
Music: https://www.bensound.com
#flutter #flutterui #flutterbloc…
New post on /r/flutterdev subreddit:
What is the best place to learn BLoC
I'm trying to learn BLoC but every where I go they teach the same thing in different ways. I tried reso coder and the BLoC website, what are some other good places to learn it, I can be paid like udemy, as long as it is updated.
July 09, 2020 at 04:54AM by danielolaviobr
https://ift.tt/38QeWtP
What is the best place to learn BLoC
I'm trying to learn BLoC but every where I go they teach the same thing in different ways. I tried reso coder and the BLoC website, what are some other good places to learn it, I can be paid like udemy, as long as it is updated.
July 09, 2020 at 04:54AM by danielolaviobr
https://ift.tt/38QeWtP
reddit
What is the best place to learn BLoC
I'm trying to learn BLoC but every where I go they teach the same thing in different ways. I tried reso coder and the BLoC website, what are some...
New post on /r/flutterdev subreddit:
Dart & Flutter Resources
https://ift.tt/2O7zOTx
July 09, 2020 at 04:45AM by tledrag
https://ift.tt/3ecFbLN
Dart & Flutter Resources
https://ift.tt/2O7zOTx
July 09, 2020 at 04:45AM by tledrag
https://ift.tt/3ecFbLN
New post on Flutter Dev Google group:
Problem with Flutter MethodChannel
Hi there, when I
July 09, 2020 at 05:17AM by yizhen Qiu
https://ift.tt/3gDvUhx
Problem with Flutter MethodChannel
Hi there, when I
July 09, 2020 at 05:17AM by yizhen Qiu
https://ift.tt/3gDvUhx
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:
Flutter: Utilizing multiple API's
Hi, I'm trying to create an app that deals with multiple API's. In particular, I want to take parsed data received from one api and pass it to another api. What are best code practices to keep in mind when using something like http.get(url)? Would appreciate some advice and pointers to resources
July 09, 2020 at 07:11AM by Ahnaf Khan
https://ift.tt/3iNdXPl
Flutter: Utilizing multiple API's
Hi, I'm trying to create an app that deals with multiple API's. In particular, I want to take parsed data received from one api and pass it to another api. What are best code practices to keep in mind when using something like http.get(url)? Would appreciate some advice and pointers to resources
July 09, 2020 at 07:11AM by Ahnaf Khan
https://ift.tt/3iNdXPl
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:
Is MongoDB a good database option for an Ecommerce Flutter app?
I'm making an ecommerce application with Flutter and, as it is my first serious project, I'm trying to figure out beforehand the best approach to do this.
I'm familiar with MongoDB as I have used it in web applications but I'm not sure about the performance with Flutter(Making rest apis, communicating with the api and database).
Is it a good database to go forward with? Or should I look for a different one. (I'm avoiding Firebase as many features I need are blocked behind a paywall)
July 09, 2020 at 08:28AM by Timndichu
https://ift.tt/3foMam8
Is MongoDB a good database option for an Ecommerce Flutter app?
I'm making an ecommerce application with Flutter and, as it is my first serious project, I'm trying to figure out beforehand the best approach to do this.
I'm familiar with MongoDB as I have used it in web applications but I'm not sure about the performance with Flutter(Making rest apis, communicating with the api and database).
Is it a good database to go forward with? Or should I look for a different one. (I'm avoiding Firebase as many features I need are blocked behind a paywall)
July 09, 2020 at 08:28AM by Timndichu
https://ift.tt/3foMam8
reddit
Is MongoDB a good database option for an Ecommerce Flutter app?
I'm making an ecommerce application with Flutter and, as it is my first serious project, I'm trying to figure out beforehand the best approach ...
New post on /r/flutterdev subreddit:
Interactive environment for learning Dart and Flutter?
I really like websites like codecademy.com or scrimba.com because you can you can pause the lessons and code right in the website by editing the code in the lesson. I'm looking for an interactive environment like one of these two, which requires no dowloading code, and no installing anything on my local computer.
July 09, 2020 at 09:33AM by samgermain
https://ift.tt/31YcgIY
Interactive environment for learning Dart and Flutter?
I really like websites like codecademy.com or scrimba.com because you can you can pause the lessons and code right in the website by editing the code in the lesson. I'm looking for an interactive environment like one of these two, which requires no dowloading code, and no installing anything on my local computer.
July 09, 2020 at 09:33AM by samgermain
https://ift.tt/31YcgIY
Codecademy
Learn to Code - for Free | Codecademy
Learn the technical skills to get the job you want. Join over 50 million people choosing Codecademy to start a new career (or advance in their current one).
New post on /r/flutterdev subreddit:
Exploring ‘AnimatedIcon’ in Flutter
https://ift.tt/2Cntsg4
July 09, 2020 at 10:06AM by Elixane
https://ift.tt/3gBuLH6
Exploring ‘AnimatedIcon’ in Flutter
https://ift.tt/2Cntsg4
July 09, 2020 at 10:06AM by Elixane
https://ift.tt/3gBuLH6
Medium
Exploring ‘AnimatedIcon’ in Flutter
AnimatedIcon is a widget provided by Flutter SDK which animates the switching of an icon with other. The seamless transition of switching…
New post on /r/flutterdev subreddit:
A Deep Dive Into DatePicker In Flutter
https://ift.tt/38FMaM5
July 09, 2020 at 10:06AM by Elixane
https://ift.tt/3iIL0UM
A Deep Dive Into DatePicker In Flutter
https://ift.tt/38FMaM5
July 09, 2020 at 10:06AM by Elixane
https://ift.tt/3iIL0UM
Medium
A Deep Dive Into DatePicker In Flutter
Exploring how to make use of DatePicker using showDatePicker function.
New post on Flutter Dev Google group:
how to make whatsapp like chatting app with flutter and firebase as backend
I aim to make a automatic group making feature for chatting using flutter
July 09, 2020 at 10:16AM by Shailebhyanand G
https://ift.tt/2VZDF9N
how to make whatsapp like chatting app with flutter and firebase as backend
I aim to make a automatic group making feature for chatting using flutter
July 09, 2020 at 10:16AM by Shailebhyanand G
https://ift.tt/2VZDF9N
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:
Top 5 Flutter Libraries That You Should Use
Libraries play an important role in app development, they speed up the development cycle and makes the projects lot easier to manage. You can read more at - https://www.appwithflutter.com/top-5-flutter-libraries/
July 09, 2020 at 11:00AM by imviveksharma
https://ift.tt/3gJY7Dx
Top 5 Flutter Libraries That You Should Use
Libraries play an important role in app development, they speed up the development cycle and makes the projects lot easier to manage. You can read more at - https://www.appwithflutter.com/top-5-flutter-libraries/
July 09, 2020 at 11:00AM by imviveksharma
https://ift.tt/3gJY7Dx
New post on /r/flutterdev subreddit:
Announcing Syncfusion Flutter Challenge
https://ift.tt/2NNnwQ2
July 09, 2020 at 11:32AM by ArunITTech
https://ift.tt/2O8WFOG
Announcing Syncfusion Flutter Challenge
https://ift.tt/2NNnwQ2
July 09, 2020 at 11:32AM by ArunITTech
https://ift.tt/2O8WFOG
Syncfusion Blogs
Announcing Syncfusion Flutter Challenge | Syncfusion Blogs
This blog post explains about Syncfusion’s Flutter Challenge, which helps you understand how easy it is to use the Syncfusion Flutter Widgets to create any view of a dashboard.
New post on /r/flutterdev subreddit:
Generate SHA 1 Key in Flutter App | One Line Code | Flutter Firebase Integration
https://youtu.be/BI2jfAvhsEs
July 09, 2020 at 11:58AM by vishesh_allahabadi
https://ift.tt/3gHZfHO
Generate SHA 1 Key in Flutter App | One Line Code | Flutter Firebase Integration
https://youtu.be/BI2jfAvhsEs
July 09, 2020 at 11:58AM by vishesh_allahabadi
https://ift.tt/3gHZfHO
YouTube
Generate SHA 1 Key in Flutter App | One Line Code | Flutter Firebase Integration
Generate SHA 1 Key in Flutter App
One line Terminal Code: gradlew signingReport
Join the discussion on Quora - https://www.quora.com/q/ozuguznakehoxalg?invite_code=ViDKnyklr4PXAfJgG23D
For more videos, follow and do press the bell icon. Thanks
Do like…
One line Terminal Code: gradlew signingReport
Join the discussion on Quora - https://www.quora.com/q/ozuguznakehoxalg?invite_code=ViDKnyklr4PXAfJgG23D
For more videos, follow and do press the bell icon. Thanks
Do like…
New post on /r/flutterdev subreddit:
High CPU usage when IDE is idle
I installed Flutter as per official documentation on my Windows 10 PC and I am able to deploy app on my mobile as well.However, I am seeing high CPU usage even when the IDE ( VS Code ) is idle ( as in not compiling the app ).Image for reference
July 09, 2020 at 12:19PM by purezen
https://ift.tt/3iNHbNY
High CPU usage when IDE is idle
I installed Flutter as per official documentation on my Windows 10 PC and I am able to deploy app on my mobile as well.However, I am seeing high CPU usage even when the IDE ( VS Code ) is idle ( as in not compiling the app ).Image for reference
July 09, 2020 at 12:19PM by purezen
https://ift.tt/3iNHbNY
New post on /r/flutterdev subreddit:
Working with custom colors outside of your theme
https://youtu.be/Ml0d8m8Pphg
July 09, 2020 at 01:33PM by jetblack-pope
https://ift.tt/2W3ECh9
Working with custom colors outside of your theme
https://youtu.be/Ml0d8m8Pphg
July 09, 2020 at 01:33PM by jetblack-pope
https://ift.tt/2W3ECh9
YouTube
Custom Colors in Flutter through App Theming
This video shows how to reference and set up custom colors that can be used throughout your flutter app. Learn how to set up your AppTheme to utilize these colors as well as how to reference them through your AppTheme class.
For more on how to setup App…
For more on how to setup App…
New post on /r/flutterdev subreddit:
What CI/CD tools and pipeline should I use?
Coding in flutter has been awesome! But I’m now bogged down by having iOS and Android apps that have to get built for staging and production environments, sent to my testing teams, signed and release. It’s crazy, and an absolute nightmare to deal with manually.I’m using flavors, schemes, and dart-defines to separate build config, and it’s all built with a firebase backend. I love firebase, but it can also be limiting, complicated, or painful.What are the tools and techniques you use for your CI/CD that you would recommend me to setup? I’m looking at CodeMagic, Bitrise, and AppCircle but I haven’t done this before so there’s quite a lot to consider.Ideally I’d like to merge my git branches to trigger builds, Firebase distributions, code signings and App Store submits. I’d then also like it to be able to build and deploy an Angular CMS and an Angular frontend soon, so not just mobile.All these code signing certificates and keys are really complicated and fragile if they go missing, so any advice on that would be great too!
July 09, 2020 at 01:27PM by New_York_Rhymes
https://ift.tt/321eYO4
What CI/CD tools and pipeline should I use?
Coding in flutter has been awesome! But I’m now bogged down by having iOS and Android apps that have to get built for staging and production environments, sent to my testing teams, signed and release. It’s crazy, and an absolute nightmare to deal with manually.I’m using flavors, schemes, and dart-defines to separate build config, and it’s all built with a firebase backend. I love firebase, but it can also be limiting, complicated, or painful.What are the tools and techniques you use for your CI/CD that you would recommend me to setup? I’m looking at CodeMagic, Bitrise, and AppCircle but I haven’t done this before so there’s quite a lot to consider.Ideally I’d like to merge my git branches to trigger builds, Firebase distributions, code signings and App Store submits. I’d then also like it to be able to build and deploy an Angular CMS and an Angular frontend soon, so not just mobile.All these code signing certificates and keys are really complicated and fragile if they go missing, so any advice on that would be great too!
July 09, 2020 at 01:27PM by New_York_Rhymes
https://ift.tt/321eYO4
reddit
What CI/CD tools and pipeline should I use?
Coding in flutter has been awesome! But I’m now bogged down by having iOS and Android apps that have to get built for staging and production...
New post on Flutter Dev Google group:
Dismissible having a glitch after swipe
Hi All, I'm a flutter noob, so don't worry about making your answers too simplistic. I have an app that gets a list of cards (stored in Firebase), and draws them centered to the screen. I want to make them swipable left and right, and found the Dismissible Widget. So, seemingly, when I swipe
July 09, 2020 at 01:51PM by Ken Corey
https://ift.tt/3235aTw
Dismissible having a glitch after swipe
Hi All, I'm a flutter noob, so don't worry about making your answers too simplistic. I have an app that gets a list of cards (stored in Firebase), and draws them centered to the screen. I want to make them swipable left and right, and found the Dismissible Widget. So, seemingly, when I swipe
July 09, 2020 at 01:51PM by Ken Corey
https://ift.tt/3235aTw
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:
How to load desired localised resource(.arb) from backend Flutter?
Is there a possibility to load the .arb resources required for localisation from backend server? There is a possibility to load the desired json file with localised resources at runtime but I want to utilise the features of .arb from dart internalisation package that is dynamic string interpolation, use of plurals, etc. Please suggest the best way to achieve this.
July 09, 2020 at 02:01PM by Radhika_3
https://ift.tt/3iVhqvw
How to load desired localised resource(.arb) from backend Flutter?
Is there a possibility to load the .arb resources required for localisation from backend server? There is a possibility to load the desired json file with localised resources at runtime but I want to utilise the features of .arb from dart internalisation package that is dynamic string interpolation, use of plurals, etc. Please suggest the best way to achieve this.
July 09, 2020 at 02:01PM by Radhika_3
https://ift.tt/3iVhqvw
reddit
How to load desired localised resource(.arb) from backend Flutter?
A subreddit for Google's portable UI framework.