New post on /r/flutterdev subreddit:
Flutter video conference app
hey guys ,i m kinda new with flutter and i was asked to developpe a video confference mobile app with flutter ( something like zoom \ messenger ... )i don't know from where to start my search and workany help will be appreciated
June 27, 2020 at 05:54PM by wassim_m
https://ift.tt/3dAF0d7
Flutter video conference app
hey guys ,i m kinda new with flutter and i was asked to developpe a video confference mobile app with flutter ( something like zoom \ messenger ... )i don't know from where to start my search and workany help will be appreciated
June 27, 2020 at 05:54PM by wassim_m
https://ift.tt/3dAF0d7
reddit
Flutter video conference app
hey guys , i m kinda new with flutter and i was asked to developpe a video confference mobile app with flutter ( something like zoom \\...
New post on /r/flutterdev subreddit:
Flutter State Management with Bloc for PineTime Companion App
https://ift.tt/2AdIKDK
June 27, 2020 at 07:16PM by lupyuen
https://ift.tt/3dDAYRg
Flutter State Management with Bloc for PineTime Companion App
https://ift.tt/2AdIKDK
June 27, 2020 at 07:16PM by lupyuen
https://ift.tt/3dDAYRg
lupyuen.github.io
Flutter State Management with Bloc for PineTime Companion App
How we manage state with the Bloc Library in the Flutter Companion App (Android and iOS) for PineTime Smart Watch
New post on /r/flutterdev subreddit:
I just open-sourced `pdf_flutter` a Widget to display PDF easily like Image.
I just released a plugin to display PDF in Flutter.Now, it's super easy to load PDF from the network like it was loading images from the network.I spent 2 days trying to display PDF easily in Flutter and I hope it will help other devs save some of their time.Add pdf_flutter on pubspec.yml
June 27, 2020 at 07:10PM by erluxman
https://ift.tt/3iaYEj4
I just open-sourced `pdf_flutter` a Widget to display PDF easily like Image.
I just released a plugin to display PDF in Flutter.Now, it's super easy to load PDF from the network like it was loading images from the network.I spent 2 days trying to display PDF easily in Flutter and I hope it will help other devs save some of their time.Add pdf_flutter on pubspec.yml
dependencies: pdf_flutter: ^versionOn iOS enable PDF preview like by adding this on ios/Runner/info.plist:
<key>io.flutter.embedded_views_preview</key> <true/>Start Using
PDF.network( 'https://raw.githubusercontent.com/FlutterInThai/Dart-for-Flutter-Sheet-cheet/master/Dart-for-Flutter-Cheat-Sheet.pdf', height: 500, width: 300,)See demo and plugin here: pdf_flutter
June 27, 2020 at 07:10PM by erluxman
https://ift.tt/3iaYEj4
GitHub
GitHub - erluxman/pdf_flutter: Flutter Widget to display PDF
Flutter Widget to display PDF. Contribute to erluxman/pdf_flutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Retter - Flutter reddit app (W.I.P)
Retter is an open source work in progress reddit app. I'm open to anyone contributing to the project. You can currently only build the project through source (I have instructions on setup in the readme)The next major things I'll be working on will be...Logging into reddit accountNesting commentsInteracting with posts (upvoting and downvoting)https://github.com/mzegar/RetterLink to images of app
June 27, 2020 at 08:48PM by mzegar_
https://ift.tt/3dD7KBR
Retter - Flutter reddit app (W.I.P)
Retter is an open source work in progress reddit app. I'm open to anyone contributing to the project. You can currently only build the project through source (I have instructions on setup in the readme)The next major things I'll be working on will be...Logging into reddit accountNesting commentsInteracting with posts (upvoting and downvoting)https://github.com/mzegar/RetterLink to images of app
June 27, 2020 at 08:48PM by mzegar_
https://ift.tt/3dD7KBR
GitHub
GitHub - mzegar/Retter: Cross-platform Flutter Reddit Mobile App
Cross-platform Flutter Reddit Mobile App. Contribute to mzegar/Retter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How to build a buttery-smooth smoothing algorithm and implement it in Flutter
https://ift.tt/3eGcjgb
June 27, 2020 at 08:30PM by kanga-bru
https://ift.tt/2ZjMKuI
How to build a buttery-smooth smoothing algorithm and implement it in Flutter
https://ift.tt/3eGcjgb
June 27, 2020 at 08:30PM by kanga-bru
https://ift.tt/2ZjMKuI
Kangabru’s Blog
Zero to hero - Part 5 - My buttery smooth icing algorithm
I’m deep diving into how I built my icing game. Today I breakdown the icing algorithm itself and how I implemented it in Flutter.
New post on /r/flutterdev subreddit:
Survey - What is your backend stack?
I'm looking to make a career shift and I'm a fan of Flutter and Dart, but I'm curious what backends are commonly paired with Flutter in the workplace.If you're a professional Flutter dev, what language/framework are you using for your server and are you happy with the required context shift when going back and forth between server and client code?
June 27, 2020 at 11:43PM by euphbriggs
https://ift.tt/3i8YV6f
Survey - What is your backend stack?
I'm looking to make a career shift and I'm a fan of Flutter and Dart, but I'm curious what backends are commonly paired with Flutter in the workplace.If you're a professional Flutter dev, what language/framework are you using for your server and are you happy with the required context shift when going back and forth between server and client code?
June 27, 2020 at 11:43PM by euphbriggs
https://ift.tt/3i8YV6f
reddit
Survey - What is your backend stack?
I'm looking to make a career shift and I'm a fan of Flutter and Dart, but I'm curious what backends are commonly paired with Flutter in the...
New post on Flutter Dev Google group:
build and release for IOS issue
Need your help in submitting flutter application to Appstore I facing one particular error after many attempts the image shared shows the error, the provisioning profile was created manually please guide me how should I resolve it?
June 28, 2020 at 04:32AM by Ramneek Kashyap
https://ift.tt/31nFnFl
build and release for IOS issue
Need your help in submitting flutter application to Appstore I facing one particular error after many attempts the image shared shows the error, the provisioning profile was created manually please guide me how should I resolve it?
June 28, 2020 at 04:32AM by Ramneek Kashyap
https://ift.tt/31nFnFl
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:
Momentum: The ultimate flutter state management library
A robust state management library for flutter along with many more features https://medium.com/@info2shashi/momentum-the-ultimate-flutter-state-management-library-5b8bccea31e1
June 28, 2020 at 06:03AM by shashi1987
https://ift.tt/3ijk9yy
Momentum: The ultimate flutter state management library
A robust state management library for flutter along with many more features https://medium.com/@info2shashi/momentum-the-ultimate-flutter-state-management-library-5b8bccea31e1
June 28, 2020 at 06:03AM by shashi1987
https://ift.tt/3ijk9yy
Medium
Momentum: The ultimate flutter state management library
Flutter is awesome. I have been working on flutter from the starting of last year. I love its simplicity and robustness. While working on…
New post on /r/flutterdev subreddit:
Characters (a library for character-level manipulation of Strings, by the Dart team) has reached 1.0
https://ift.tt/31n35S4
June 28, 2020 at 07:06AM by AKushWarrior
https://ift.tt/2NNVB2J
Characters (a library for character-level manipulation of Strings, by the Dart team) has reached 1.0
https://ift.tt/31n35S4
June 28, 2020 at 07:06AM by AKushWarrior
https://ift.tt/2NNVB2J
Dart packages
characters | Dart Package
String replacement with operations that are Unicode/grapheme cluster aware.
New post on Flutter Dev Google group:
App bundle not working on release mode
Hi, I published the first version of my app to the app store with an app bundle that I created using the "flutter build app bundle" command but when I try to download it and run it on my phone it crashes on the google sign in as if it wasn't on release mode. The curious thing is that if I just do
June 28, 2020 at 08:32AM by Kharis Alvarado Riveros
https://ift.tt/2BJ6XC8
App bundle not working on release mode
Hi, I published the first version of my app to the app store with an app bundle that I created using the "flutter build app bundle" command but when I try to download it and run it on my phone it crashes on the google sign in as if it wasn't on release mode. The curious thing is that if I just do
June 28, 2020 at 08:32AM by Kharis Alvarado Riveros
https://ift.tt/2BJ6XC8
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 to refresh list of widget inside a stack without setstate
I have a structure like this Stack - BlocListener - ...avatars I am changing avatars based on the list returned in a state in bloclistener. I want to update only the avatars that need to be changed. How to fine-tune it and avoid setState? Avatars is a list of stateless widget, therefore,
June 28, 2020 at 10:31AM by Just Sid
https://ift.tt/2VGR1HV
How to refresh list of widget inside a stack without setstate
I have a structure like this Stack - BlocListener - ...avatars I am changing avatars based on the list returned in a state in bloclistener. I want to update only the avatars that need to be changed. How to fine-tune it and avoid setState? Avatars is a list of stateless widget, therefore,
June 28, 2020 at 10:31AM by Just Sid
https://ift.tt/2VGR1HV
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:
Screenshot inside flutter app
Anyone that has a device that support scroll feature when screenshot, is it working in your flutter app?
June 28, 2020 at 10:42AM by Fienases
https://ift.tt/2B80bpO
Screenshot inside flutter app
Anyone that has a device that support scroll feature when screenshot, is it working in your flutter app?
June 28, 2020 at 10:42AM by Fienases
https://ift.tt/2B80bpO
reddit
Screenshot inside flutter app
Anyone that has a device that support scroll feature when screenshot, is it working in your flutter app?
New post on /r/flutterdev subreddit:
FlutterForce — Week 82
https://ift.tt/2VqlJox
June 28, 2020 at 02:13PM by flutterist
https://ift.tt/3gafrkv
FlutterForce — Week 82
https://ift.tt/2VqlJox
June 28, 2020 at 02:13PM by flutterist
https://ift.tt/3gafrkv
Medium
FlutterForce — #Week 82
Weekly Flutter Resources
New post on Flutter Dev Google group:
issues showing markers on app
hi guys. for some reason my markers disapeard from the map for a while ago. everything worked perfect before but suddenly they dissapeard. i am gettin this messages in the console [VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The method '[]' was called on null.
June 28, 2020 at 02:28PM by Error Place
https://ift.tt/2ZfeSz7
issues showing markers on app
hi guys. for some reason my markers disapeard from the map for a while ago. everything worked perfect before but suddenly they dissapeard. i am gettin this messages in the console [VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The method '[]' was called on null.
June 28, 2020 at 02:28PM by Error Place
https://ift.tt/2ZfeSz7
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:
filtering listview using buttons .
hi again guys! i am populating my screen with users using a streambuilder. i am creating buttons that stands for different cities that should refresh the listview on tap . has anyone tried such thing before? i am struggling to find out how its done best regards
June 28, 2020 at 03:24PM by Error Place
https://ift.tt/38cVZ3V
filtering listview using buttons .
hi again guys! i am populating my screen with users using a streambuilder. i am creating buttons that stands for different cities that should refresh the listview on tap . has anyone tried such thing before? i am struggling to find out how its done best regards
June 28, 2020 at 03:24PM by Error Place
https://ift.tt/38cVZ3V
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:
Keyboard shortcuts for a Developer
https://ift.tt/3dGPxDF
June 28, 2020 at 03:24PM by gursheeshsingh
https://ift.tt/2CIsJ9y
Keyboard shortcuts for a Developer
https://ift.tt/3dGPxDF
June 28, 2020 at 03:24PM by gursheeshsingh
https://ift.tt/2CIsJ9y
Medium
Keyboard shortcuts for a Developer
Welcome! Today we will learn about keyboard shortcuts for a developer
New tweet from FlutterDev:
👩‍💻👯‍♀️#FlutterDayMeetups: Calling all #Flutteristas!
Everyone is welcome to join! @nitya chats about #Flutterista self care, and is joined by @stelbyrn, @sfshaza2, @KWalrath, and @elainedbatista.
When?: June 30th at 3pm GMT.
Sign up here → https://t.co/Dc2xuvnsP4 pic.twitter.com/MibRIKWgkl— Flutter (@FlutterDev) June 28, 2020
June 28, 2020 at 06:04PM
http://twitter.com/FlutterDev/status/1277271690389581831
👩‍💻👯‍♀️#FlutterDayMeetups: Calling all #Flutteristas!
Everyone is welcome to join! @nitya chats about #Flutterista self care, and is joined by @stelbyrn, @sfshaza2, @KWalrath, and @elainedbatista.
When?: June 30th at 3pm GMT.
Sign up here → https://t.co/Dc2xuvnsP4 pic.twitter.com/MibRIKWgkl— Flutter (@FlutterDev) June 28, 2020
June 28, 2020 at 06:04PM
http://twitter.com/FlutterDev/status/1277271690389581831
Twitter
#flutterdaymeetups hashtag on Twitter
17m ago @FlutterDev tweeted: "Join #FlutterDayMeetups near you and cel.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
How to cut a hole in an overlay
I want to shed a light on working with partly-covering half-transparent overlays as they're sometimes used in tutorials: https://www.flutterclutter.dev/flutter/tutorials/how-to-cut-a-hole-in-an-overlay/2020/510/
June 28, 2020 at 06:42PM by flutterclutter
https://ift.tt/2NBBqoj
How to cut a hole in an overlay
I want to shed a light on working with partly-covering half-transparent overlays as they're sometimes used in tutorials: https://www.flutterclutter.dev/flutter/tutorials/how-to-cut-a-hole-in-an-overlay/2020/510/
June 28, 2020 at 06:42PM by flutterclutter
https://ift.tt/2NBBqoj
How to cut a hole in an overlay
In this tutorial, I'l show you three ways to cut a hole in an overlay as it's often seen in tutorial screens or QR code scanner apps.
New post on /r/flutterdev subreddit:
A Proposal to Microsoft: Adopt Flutter, don't double down on failed approaches
/r/dotnet/comments/hfnw7p/a_proposal_to_microsoft_adopt_flutter_dont_double/
June 28, 2020 at 07:47PM by fisforfaheem
https://ift.tt/3eFrfuQ
A Proposal to Microsoft: Adopt Flutter, don't double down on failed approaches
/r/dotnet/comments/hfnw7p/a_proposal_to_microsoft_adopt_flutter_dont_double/
June 28, 2020 at 07:47PM by fisforfaheem
https://ift.tt/3eFrfuQ
reddit
A Proposal to Microsoft: Adopt Flutter, don't double down on...
Posted in r/FlutterDev by u/fisforfaheem • 79 points and 27 comments
New post on /r/flutterdev subreddit:
How does your flutter architecture look like?
I started to learn about flutter architecture and saw this video/tutorial but I think it is over engineered. In my opinion it's too much (boilerplate-) code for one simple feature. I also looked into this guide which separates the whole project into widgets, pages and utils for the presentation part and in bloc or other state management approach, repositories, providers and models for the data managment of the app.How do you guys structure your apps?
June 28, 2020 at 07:49PM by Hard_Veur
https://ift.tt/2ZgsxpH
How does your flutter architecture look like?
I started to learn about flutter architecture and saw this video/tutorial but I think it is over engineered. In my opinion it's too much (boilerplate-) code for one simple feature. I also looked into this guide which separates the whole project into widgets, pages and utils for the presentation part and in bloc or other state management approach, repositories, providers and models for the data managment of the app.How do you guys structure your apps?
June 28, 2020 at 07:49PM by Hard_Veur
https://ift.tt/2ZgsxpH
Reso Coder
Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure - Reso Coder
Subscribe Get the full project Keeping your code clean and tested are the two most important development practices. In Flutter, this is even more true than with other frameworks. On one hand, it's nice to hack a quick app together, on the other hand, larger…
New post on /r/flutterdev subreddit:
Flutter Audio Sample with background & notification support
https://ift.tt/3i743rA
June 28, 2020 at 09:59PM by rohansohonee
https://ift.tt/3eI6m2e
Flutter Audio Sample with background & notification support
https://ift.tt/3i743rA
June 28, 2020 at 09:59PM by rohansohonee
https://ift.tt/3eI6m2e
GitHub
rohansohonee/ufmp
A sample audio app for Flutter. Contribute to rohansohonee/ufmp development by creating an account on GitHub.