New post on /r/flutterdev subreddit:
Trick to see if your iOS app can be installed on the Apple Silicon Macs
https://ift.tt/3m6TWoj
November 25, 2020 at 11:12PM by thelastofus-
https://ift.tt/2KxXSQW
Trick to see if your iOS app can be installed on the Apple Silicon Macs
https://ift.tt/3m6TWoj
November 25, 2020 at 11:12PM by thelastofus-
https://ift.tt/2KxXSQW
LinkedIn
Trick to see if your iOS app can be installed on the Apple Silicon Macs
Apple announced that the newest generation Mac computers with the ARM 64 processor will be able to install compatible iOS & iPad apps. Just like you, I was super curious to know if apps I have published in the past would be “compatible” too. I tried to search…
New post on /r/flutterdev subreddit:
SDK location not found. ( MacOs)
A problem occurred configuring root project 'app_review'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
November 26, 2020 at 12:31AM by AdIndividual5108
https://ift.tt/3l7Jf3i
SDK location not found. ( MacOs)
A problem occurred configuring root project 'app_review'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
November 26, 2020 at 12:31AM by AdIndividual5108
https://ift.tt/3l7Jf3i
reddit
SDK location not found. ( MacOs)
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Beta of FSM2 - an alternate to block?
FSM2 is based on UML2 state machines and allows you to statically declare states and transitions.As an FSM2 statemachine is statically declared it can be subject to static analysis and can be visualised using the builtin export mechanism.The latest release of FSM2 allows you to define nested states, concurrent states and inherited transitions. FSM2 also supports 'fork' and 'join' transitions.The life cycle of water.
November 26, 2020 at 01:11AM by bsutto
https://ift.tt/376mPL7
Beta of FSM2 - an alternate to block?
FSM2 is based on UML2 state machines and allows you to statically declare states and transitions.As an FSM2 statemachine is statically declared it can be subject to static analysis and can be visualised using the builtin export mechanism.The latest release of FSM2 allows you to define nested states, concurrent states and inherited transitions. FSM2 also supports 'fork' and 'join' transitions.The life cycle of water.
var machine = StateMachine.create((g) => g ..initialState<Solid>() ..state<Solid>((b) => b ..onEnter((s, e) async => print('we are now solid') ..onExit((s, e) async => print('bye bye solid existence')) ..on<OnMelted, Liquid>(sideEffect: () async => print('its melting') ..state<Liquid>((b) => b ..on<OnFroze, Solid>(sideEffect: () async => print('its getting cold')) ..on<OnVaporized, Gas>(sideEffect: () async => print('its getting very hot')) ..state<Gas>((b) => b ..on<OnCondensed, Liquid>(sideEffect: () async => print('move a little closer will you')) );
Full documentation can be see on: https://bsutton.gitbook.io/fsm2/The package is released on pub.dev: https://pub.dev/packages/fsm2Full source is available on github: https://github.com/bsutton/fsm2Notes: the diagram exporter does not currently support concurrent states - this should be released in the next day or two. The gitbooks doco is still a little rough so any feedback would be appreciated.November 26, 2020 at 01:11AM by bsutto
https://ift.tt/376mPL7
bsutton.gitbook.io
Overview
New post on /r/flutterdev subreddit:
Happy Note: A NEW evolution at pub.
Below package comes with a default text-field for Validating numbers and providing necessary detail base on selected country. it has more things. Check for yourself. Kindly like the package.📷https://pub.dev/packages/international_phone_field
November 26, 2020 at 02:27AM by Fancy_Let4203
https://ift.tt/33jfJSb
Happy Note: A NEW evolution at pub.
Below package comes with a default text-field for Validating numbers and providing necessary detail base on selected country. it has more things. Check for yourself. Kindly like the package.📷https://pub.dev/packages/international_phone_field
November 26, 2020 at 02:27AM by Fancy_Let4203
https://ift.tt/33jfJSb
Dart packages
international_phone_field | Flutter Package
Validating numbers and providing necessary detail base on selected country
New post on /r/flutterdev subreddit:
Gradients In Flutter:The Ultimate Guide
https://ift.tt/39eV31t
November 26, 2020 at 04:27AM by easily_know_it
https://ift.tt/3743XfG
Gradients In Flutter:The Ultimate Guide
https://ift.tt/39eV31t
November 26, 2020 at 04:27AM by easily_know_it
https://ift.tt/3743XfG
New post on /r/flutterdev subreddit:
Stateless Widget and Stateful Widget in Flutter-The Ultimate Guide
https://ift.tt/363hy7P
November 26, 2020 at 04:22AM by easily_know_it
https://ift.tt/2Jgzlz7
Stateless Widget and Stateful Widget in Flutter-The Ultimate Guide
https://ift.tt/363hy7P
November 26, 2020 at 04:22AM by easily_know_it
https://ift.tt/2Jgzlz7
New post on /r/flutterdev subreddit:
I've started (some time ago) to try and implement a wearable communicator plugin. I however haven't had the time or knowhow to improve and tests. So I'm posting here and hoping that some of the awesome devs here might find it interesting and aid me with development
https://ift.tt/367RPuV
November 26, 2020 at 11:48AM by gardyna
https://ift.tt/3fzOFTR
I've started (some time ago) to try and implement a wearable communicator plugin. I however haven't had the time or knowhow to improve and tests. So I'm posting here and hoping that some of the awesome devs here might find it interesting and aid me with development
https://ift.tt/367RPuV
November 26, 2020 at 11:48AM by gardyna
https://ift.tt/3fzOFTR
GitHub
gardyna/wearable_communicator
A simple utility plugin to make it easier for a flutter project to add and communicate with wearable devices - gardyna/wearable_communicator
New post on /r/flutterdev subreddit:
Hey guys, for Flutter BEGINNERS :D, thanks for watching 😁️
https://www.youtube.com/watch?v=9SBi4BjgVno
November 26, 2020 at 10:33AM by workflow_2
https://ift.tt/3ma6JpV
Hey guys, for Flutter BEGINNERS :D, thanks for watching 😁️
https://www.youtube.com/watch?v=9SBi4BjgVno
November 26, 2020 at 10:33AM by workflow_2
https://ift.tt/3ma6JpV
New post on Flutter Dev Google group:
Webview showing blank screen with some initial urls (might be redirect issue)
The Webview loads a blank screen when the initial url is a twitch oAuth url. I suspect it has something to do with the url redirecting to twitch's login page (If the user isn't logged in already). I'm testing on android. Any help would be appreciated. *Steps to Reproduce:* Create a webview and
November 26, 2020 at 01:00PM by Emmanuel Olaojo
https://ift.tt/2V6tVte
Webview showing blank screen with some initial urls (might be redirect issue)
The Webview loads a blank screen when the initial url is a twitch oAuth url. I suspect it has something to do with the url redirecting to twitch's login page (If the user isn't logged in already). I'm testing on android. Any help would be appreciated. *Steps to Reproduce:* Create a webview and
November 26, 2020 at 01:00PM by Emmanuel Olaojo
https://ift.tt/2V6tVte
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:
Sale Sale Sale..!! 100% OFF
[Complete Dart / Flutter programming series, six free courses of Udemy, each coupon expires within 1 Day]()Dart🎯Dart beginners🎯 Dart intermediate🎯 Dart advancedFlutter💻 Flutter beginners💻 Flutter intermediate💻 Flutter advanced
November 26, 2020 at 12:43PM by faisalkhan215
https://ift.tt/3q2wuL8
Sale Sale Sale..!! 100% OFF
[Complete Dart / Flutter programming series, six free courses of Udemy, each coupon expires within 1 Day]()Dart🎯Dart beginners🎯 Dart intermediate🎯 Dart advancedFlutter💻 Flutter beginners💻 Flutter intermediate💻 Flutter advanced
November 26, 2020 at 12:43PM by faisalkhan215
https://ift.tt/3q2wuL8
Udemy
Dart - Beginners Course
No experience required
New post on /r/flutterdev subreddit:
🎯 Flutter & Firebase: Email/Password Registration & Sign-in 🎯
Hello Flutter Devs, I created one simple authentication module which focuses on, how to implement Email/Password Authentication process in Flutter, using Firebase.Project FeaturesImproved widget tree.TextFormField Validation logic.Toggle password text visibility.Handling Authentication errors in UI.Custom submit button with loading state.UI logic and Firebase authentication logic, separated.GitHub Link :- https://github.com/aniketambore/Flutter-Firebase-AuthModuleFeel free to use it in your own projects. 👨‍💻
November 26, 2020 at 01:09PM by anipy28
https://ift.tt/3mfjlMM
🎯 Flutter & Firebase: Email/Password Registration & Sign-in 🎯
Hello Flutter Devs, I created one simple authentication module which focuses on, how to implement Email/Password Authentication process in Flutter, using Firebase.Project FeaturesImproved widget tree.TextFormField Validation logic.Toggle password text visibility.Handling Authentication errors in UI.Custom submit button with loading state.UI logic and Firebase authentication logic, separated.GitHub Link :- https://github.com/aniketambore/Flutter-Firebase-AuthModuleFeel free to use it in your own projects. 👨‍💻
November 26, 2020 at 01:09PM by anipy28
https://ift.tt/3mfjlMM
GitHub
GitHub - aniketambore/Flutter-Firebase-AuthModule: This Project shows you how to implement Email/Password Authentication process…
This Project shows you how to implement Email/Password Authentication process in Flutter, using Firebase. - GitHub - aniketambore/Flutter-Firebase-AuthModule: This Project shows you how to implemen...
New post on Flutter Dev Google group:
Error: Exception has occurred. _CastError (type 'List' is not a subtype of type 'Map
https://ift.tt/2HDJi9u
November 26, 2020 at 05:06PM by Long Nguyen
https://ift.tt/3lb2kSg
Error: Exception has occurred. _CastError (type 'List' is not a subtype of type 'Map
https://ift.tt/2HDJi9u
November 26, 2020 at 05:06PM by Long Nguyen
https://ift.tt/3lb2kSg
Stack Overflow
Flutter Firebase error in read data: type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>' in type cast
Error: Exception has occurred.
_CastError (type 'List' is not a subtype of type 'Map<String, dynamic>' in type cast)
How can i solve this problem??
Edit:
'extractedData' is Map, how can i con...
_CastError (type 'List' is not a subtype of type 'Map<String, dynamic>' in type cast)
How can i solve this problem??
Edit:
'extractedData' is Map, how can i con...
New post on /r/flutterdev subreddit:
Any alternative for PDFTron ?
Hi!
I built an e-book app in which users can read pdfs over the app.
Now, I want to add editing functionality like changing fonts and colors or adding shapes over the pdf.
I found PDFTron but it's too expensive for me for now. Do you know any other alternatives for these purposes?
November 26, 2020 at 05:14PM by hbt1903
https://ift.tt/3fCN7Iu
Any alternative for PDFTron ?
Hi!
I built an e-book app in which users can read pdfs over the app.
Now, I want to add editing functionality like changing fonts and colors or adding shapes over the pdf.
I found PDFTron but it's too expensive for me for now. Do you know any other alternatives for these purposes?
November 26, 2020 at 05:14PM by hbt1903
https://ift.tt/3fCN7Iu
reddit
Any alternative for PDFTron ?
Hi! I built an e-book app in which users can read pdfs over the app. Now, I want to add editing functionality like changing fonts and colors...
New post on Flutter Dev Google group:
Re: Hello:
Have an urgent requirement for a Kotlin Developer 3yrs Min experinece: If any one interested you can mail to nid...@wishto.co On Thu, 19 Nov 2020, 03:19 carlos,
Re: Hello:
Have an urgent requirement for a Kotlin Developer 3yrs Min experinece: If any one interested you can mail to nid...@wishto.co On Thu, 19 Nov 2020, 03:19 carlos,
New post on /r/flutterdev subreddit:
Learn Dart and Flutter from the basics: free series
Hello everyone! 👋I made a free, three-part Dart and Flutter series directed at beginner developers in which through the course you'll build a game while learning the foundations of Dart and Flutter.I've put a lot of effort into making this series and other content (the demo app, charts, etc.) and I'd appreciate your feedback on it.First part - Dart: https://blog.risingstack.com/learn-dart-language-beginner-tutorial/
Second part - Flutter: https://blog.risingstack.com/flutter-crash-course-javascript/
Third part - building a game: https://blog.risingstack.com/case-study-dart-flutter-mobile-game/All the bests,
Daniel ❤️
November 26, 2020 at 08:17PM by dandesz198
https://ift.tt/367x5Dm
Learn Dart and Flutter from the basics: free series
Hello everyone! 👋I made a free, three-part Dart and Flutter series directed at beginner developers in which through the course you'll build a game while learning the foundations of Dart and Flutter.I've put a lot of effort into making this series and other content (the demo app, charts, etc.) and I'd appreciate your feedback on it.First part - Dart: https://blog.risingstack.com/learn-dart-language-beginner-tutorial/
Second part - Flutter: https://blog.risingstack.com/flutter-crash-course-javascript/
Third part - building a game: https://blog.risingstack.com/case-study-dart-flutter-mobile-game/All the bests,
Daniel ❤️
November 26, 2020 at 08:17PM by dandesz198
https://ift.tt/367x5Dm
RisingStack Engineering
Beginner Dart Language Tutorial for JavaScript Developers - RisingStack Engineering
Let's learn the Dart language as JS developers: We dive into OOP, classes, inheritance, and mixins, asynchrony, callbacks, async/await and streams.
New post on /r/flutterdev subreddit:
Are there any third party complete UI libraries that implement a cohesive style?
Out of the gate, flutter provides Material app style and Cupertino app style.I am curious if there is a third party version of these. A set of widgets that all implement one cohesive style. There are some popular widgets libraries like platform widgets and get widgets, but neither of these are about implement a new cohesive app style.Anyone come across something like this?
November 26, 2020 at 10:37PM by scorr204
https://ift.tt/374DC0Q
Are there any third party complete UI libraries that implement a cohesive style?
Out of the gate, flutter provides Material app style and Cupertino app style.I am curious if there is a third party version of these. A set of widgets that all implement one cohesive style. There are some popular widgets libraries like platform widgets and get widgets, but neither of these are about implement a new cohesive app style.Anyone come across something like this?
November 26, 2020 at 10:37PM by scorr204
https://ift.tt/374DC0Q
reddit
Are there any third party complete UI libraries that implement a...
Out of the gate, flutter provides Material app style and Cupertino app style. I am curious if there is a third party version of these. A set of...
New post on /r/flutterdev subreddit:
Flutter Tutorial - 1/2 Navigation & Routes (Tutorial)
https://www.youtube.com/watch?v=Xnp6ptZVs1g
November 26, 2020 at 09:55PM by JohannesMilke
https://ift.tt/33jpZtV
Flutter Tutorial - 1/2 Navigation & Routes (Tutorial)
https://www.youtube.com/watch?v=Xnp6ptZVs1g
November 26, 2020 at 09:55PM by JohannesMilke
https://ift.tt/33jpZtV
YouTube
Flutter Tutorial - 1/2 Navigation & Routes
Master how to navigate properly inside of your Flutter applications.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/navigator_example
- Buy My Courses: …
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/navigator_example
- Buy My Courses: …
New post on /r/flutterdev subreddit:
Linking mobile application to Firebase console and create user class (all code)
Hello everyone, I already developed a Flutter application (for a university project not on the App Store or Play Store) but I worked on the UI, never dealed with backend, I just saw "Future Builder" and other little stuffs because we used Firebase to handle sign in/log in and other little user functions.Now, I remember that we created a User class with a name, 2 pictures, a little description...But since Flutter developers are very active and I'm not up to date I wanted to ask you which is the correct way to create a User class and let it correctly work with Firebase.I see there are many tutorials on the internet but they are not clear because some are very old or quite old (6 months or more)...Can you suggest me a good working tutorial or a good place where I can ask? Consider that I'm not good in backend development so I need of something for noobies.I set up Firebase, dependencies, pod files...All is working (until now) so I need to link the application to Firebase console.Since this post isn't about code I think I'm in the right place, if you think I'm not please comment below so I will delete the post.
November 26, 2020 at 08:59PM by _seeking_answers
https://ift.tt/3nRMii6
Linking mobile application to Firebase console and create user class (all code)
Hello everyone, I already developed a Flutter application (for a university project not on the App Store or Play Store) but I worked on the UI, never dealed with backend, I just saw "Future Builder" and other little stuffs because we used Firebase to handle sign in/log in and other little user functions.Now, I remember that we created a User class with a name, 2 pictures, a little description...But since Flutter developers are very active and I'm not up to date I wanted to ask you which is the correct way to create a User class and let it correctly work with Firebase.I see there are many tutorials on the internet but they are not clear because some are very old or quite old (6 months or more)...Can you suggest me a good working tutorial or a good place where I can ask? Consider that I'm not good in backend development so I need of something for noobies.I set up Firebase, dependencies, pod files...All is working (until now) so I need to link the application to Firebase console.Since this post isn't about code I think I'm in the right place, if you think I'm not please comment below so I will delete the post.
November 26, 2020 at 08:59PM by _seeking_answers
https://ift.tt/3nRMii6
reddit
Linking mobile application to Firebase console and create user...
Hello everyone, I already developed a Flutter application (for a university project not on the App Store or Play Store) but I worked on the UI,...
New post on /r/flutterdev subreddit:
Flutter Team: We need more posts about the ramifications of null-safety
As a developer who is shipping apps, and fine using null as-is, I could really use more context on how this affects me and what the future looks like. Some questions I have:Will all my apps suddenly stop working on some version of Stable one day?Does this mean I will be locked out of maintenance updates (like to support a new iOS version) unless I convert existing apps to Null Safety? This would be bad for someone with multiple apps in the store.Is there any way to build desktop apps now, without using null-safety, it seems when I used master it's forcing this on?Does Flutter Team plan on maintaining some sort of LTS (Long Term Support) non-nullsafe branch, where legacy apps can be compiled while still getting critical fixes for OS level features?Most of the existing communication has been from the perspective of touting this new feature, and I agree it's a cool feature, but from a pragmatic standpoint I just need to know how much work this is going to create for me in the medium term so I can try and plan around it. I don't care to learn about null-safety right now, but I do need to know its ramifications on my schedule.Most especially, if there will be some future drop-dead date where all apps on Stable, must use null-safety, please make that explicit because it could be a major headache if we're not expecting it and suddenly can not do maintenance updates without major refactors.
November 26, 2020 at 11:23PM by esDotDev
https://ift.tt/3nYsr0x
Flutter Team: We need more posts about the ramifications of null-safety
As a developer who is shipping apps, and fine using null as-is, I could really use more context on how this affects me and what the future looks like. Some questions I have:Will all my apps suddenly stop working on some version of Stable one day?Does this mean I will be locked out of maintenance updates (like to support a new iOS version) unless I convert existing apps to Null Safety? This would be bad for someone with multiple apps in the store.Is there any way to build desktop apps now, without using null-safety, it seems when I used master it's forcing this on?Does Flutter Team plan on maintaining some sort of LTS (Long Term Support) non-nullsafe branch, where legacy apps can be compiled while still getting critical fixes for OS level features?Most of the existing communication has been from the perspective of touting this new feature, and I agree it's a cool feature, but from a pragmatic standpoint I just need to know how much work this is going to create for me in the medium term so I can try and plan around it. I don't care to learn about null-safety right now, but I do need to know its ramifications on my schedule.Most especially, if there will be some future drop-dead date where all apps on Stable, must use null-safety, please make that explicit because it could be a major headache if we're not expecting it and suddenly can not do maintenance updates without major refactors.
November 26, 2020 at 11:23PM by esDotDev
https://ift.tt/3nYsr0x
reddit
Flutter Team: We need more posts about the ramifications of...
As a developer who is shipping apps, and fine using null as-is, I could really use more context on how this affects me and what the future looks...
New post on Flutter Dev Google group:
Align Widget for a column
Hi Flutter community, I have a column consisting of 3 buttons placed vertically. I want to place this column at the bottomcenter part of the screen. I'm trying the Align widget, but it's not working with my column! If I just have one button inside my Align widget, it works, but when I try
November 27, 2020 at 01:58AM by Andrew Villegas
https://ift.tt/3o1oBnC
Align Widget for a column
Hi Flutter community, I have a column consisting of 3 buttons placed vertically. I want to place this column at the bottomcenter part of the screen. I'm trying the Align widget, but it's not working with my column! If I just have one button inside my Align widget, it works, but when I try
November 27, 2020 at 01:58AM by Andrew Villegas
https://ift.tt/3o1oBnC
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:
Desktop environment in Flutter?
Recently, I saw this post in r/ReactJS https://www.reddit.com/r/reactjs/comments/k1l7p8/made_my_personal_site_into_a_desktop_environment/My first thought was about doing this in Flutter, so I Googled it and came across this post https://www.reddit.com/r/FlutterDev/comments/a27ly0/desktop_environment_in_flutter/But since then, Canonical has decided to add first party support for Flutter with Ubuntu, so I was wondering is, has anything changed?I remember something that might be relevant: I tried to make a webview in a sliver list in Flutter, and it would be very slow because every time the PlatformView moved in Flutter, it was rebuilt, so I'd imagine if that's still the case the PlatformViews of the windows for the DE would rebuild every time as of now, too. I didn't think this would apply to React, because when it's running everything is a native widget/view/component.And, if nothing has changed, will something make creating a DE in Flutter practical?
November 27, 2020 at 03:31AM by dan-danny-daniel
https://ift.tt/3larErQ
Desktop environment in Flutter?
Recently, I saw this post in r/ReactJS https://www.reddit.com/r/reactjs/comments/k1l7p8/made_my_personal_site_into_a_desktop_environment/My first thought was about doing this in Flutter, so I Googled it and came across this post https://www.reddit.com/r/FlutterDev/comments/a27ly0/desktop_environment_in_flutter/But since then, Canonical has decided to add first party support for Flutter with Ubuntu, so I was wondering is, has anything changed?I remember something that might be relevant: I tried to make a webview in a sliver list in Flutter, and it would be very slow because every time the PlatformView moved in Flutter, it was rebuilt, so I'd imagine if that's still the case the PlatformViews of the windows for the DE would rebuild every time as of now, too. I didn't think this would apply to React, because when it's running everything is a native widget/view/component.And, if nothing has changed, will something make creating a DE in Flutter practical?
November 27, 2020 at 03:31AM by dan-danny-daniel
https://ift.tt/3larErQ
reddit
Made my personal site into a desktop environment. Influenced by...
Posted in r/reactjs by u/DustinBrett • 1,679 points and 139 comments