New post on Flutter Dev Google group:
"zsh: operation not permitted: flutter"
1. charged the terminal to zsh and made new zprofile through touch 2.then i used vim .zprofile and added this variable- export PATH="$PATH:/Users/atharvjairath/Developer/flutter/bin" 2. Now when i run flutter i get this error "zsh: operation not permitted: flutter" 3. I have also
April 12, 2020 at 12:50PM by Atharv Jairath
https://ift.tt/3a41pxF
"zsh: operation not permitted: flutter"
1. charged the terminal to zsh and made new zprofile through touch 2.then i used vim .zprofile and added this variable- export PATH="$PATH:/Users/atharvjairath/Developer/flutter/bin" 2. Now when i run flutter i get this error "zsh: operation not permitted: flutter" 3. I have also
April 12, 2020 at 12:50PM by Atharv Jairath
https://ift.tt/3a41pxF
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:
Can we call future builder and webview in body?
Can we call future builder and webview in body? if Yes please share the code or url
April 12, 2020 at 01:03PM by Ambika chamoli
https://ift.tt/2V5xq4h
Can we call future builder and webview in body?
Can we call future builder and webview in body? if Yes please share the code or url
April 12, 2020 at 01:03PM by Ambika chamoli
https://ift.tt/2V5xq4h
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 do?
Hello fellas, how can i do something like this ? You cross letters to find words. Should I use draggable or what?https://prnt.sc/rxrrx7
April 12, 2020 at 01:38PM by Persuez
https://ift.tt/2V1YaT1
How to do?
Hello fellas, how can i do something like this ? You cross letters to find words. Should I use draggable or what?https://prnt.sc/rxrrx7
April 12, 2020 at 01:38PM by Persuez
https://ift.tt/2V1YaT1
Lightshot
Screenshot
Captured with Lightshot
New post on /r/flutterdev subreddit:
How do you determine which state management to use (for the long run too)?
I wanted to create an app which has pre-installed db(Sqflite), where the data in the db will be used on different pages of my app as a ListView. Selecting a particular row will trigger an api call with that row's value. The app will also have the ability to retrieve user's current location and possibly integration with some sort of map application for e.g. google map.How do I then know which will be state management will better suit my app? Is it base on the use cases? Initially I was using bloc and flutter_bloc packages and I find it complicated especially I'm more of a beginner, with all the streams concept, equatable etc. So I was tempted to give provider package a go. As of right now I'm midway of transiting from bloc to provider.Then, I happen to chance upon https://resocoder.com/2020/04/09/flutter-state-management-tutorial-provider-changenotifier-bloc-mobx-more/ recently, which talks about the benefit of bloc such as immutable data. Thus, I'm not sure if moving to provider is a correct choice as of now. Transiting from one state management to another is also quite tedious for me. Thus, would like to know how you guys usually decide (e.g. what factors do you consider).
April 12, 2020 at 01:37PM by lightcomet
https://ift.tt/2Vlpyue
How do you determine which state management to use (for the long run too)?
I wanted to create an app which has pre-installed db(Sqflite), where the data in the db will be used on different pages of my app as a ListView. Selecting a particular row will trigger an api call with that row's value. The app will also have the ability to retrieve user's current location and possibly integration with some sort of map application for e.g. google map.How do I then know which will be state management will better suit my app? Is it base on the use cases? Initially I was using bloc and flutter_bloc packages and I find it complicated especially I'm more of a beginner, with all the streams concept, equatable etc. So I was tempted to give provider package a go. As of right now I'm midway of transiting from bloc to provider.Then, I happen to chance upon https://resocoder.com/2020/04/09/flutter-state-management-tutorial-provider-changenotifier-bloc-mobx-more/ recently, which talks about the benefit of bloc such as immutable data. Thus, I'm not sure if moving to provider is a correct choice as of now. Transiting from one state management to another is also quite tedious for me. Thus, would like to know how you guys usually decide (e.g. what factors do you consider).
April 12, 2020 at 01:37PM by lightcomet
https://ift.tt/2Vlpyue
Reso Coder
Flutter State Management Tutorial – Provider + ChangeNotifier, Bloc, MobX & More - Reso Coder
State management is a hot topic in the Flutter community. You have the default and then there are literally hundreds of different libraries to choose from. This article will cut through the noise and, once and for all, explain the principles which are valid…
New post on /r/flutterdev subreddit:
FlutterForce — Week 72
https://ift.tt/2V0fPdG
April 12, 2020 at 12:36PM by flutterist
https://ift.tt/2K0CdgK
FlutterForce — Week 72
https://ift.tt/2V0fPdG
April 12, 2020 at 12:36PM by flutterist
https://ift.tt/2K0CdgK
Medium
FlutterForce — #Week 72
Weekly Flutter Resources
New post on Flutter Dev Google group:
Webview flutter: Net
Hello Friends,, Using webview for android and i am facing the issue only when see on phone. On emulator it runs perfectly. See the message on the screen Web page not available The Web page at [Lorem Ipsum URL] could not be loaded as: net::ERR_CACHE_MISS i read solutions like 1)
April 12, 2020 at 01:59PM by Atul d
https://ift.tt/2ybByXq
Webview flutter: Net
Hello Friends,, Using webview for android and i am facing the issue only when see on phone. On emulator it runs perfectly. See the message on the screen Web page not available The Web page at [Lorem Ipsum URL] could not be loaded as: net::ERR_CACHE_MISS i read solutions like 1)
April 12, 2020 at 01:59PM by Atul d
https://ift.tt/2ybByXq
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:
I really don't understand the Gesture Arena
This is the second time I'm googling for hours and couldn't solve my problem. I have a Zoom widget in a ScrollView, how do I prioritize my zoom widget? I found things like EagerGestureRecognizer but I can't find anywhere documentation on how to use it. Flutter has normally really good documentation but now I find almost nothing. Is it possible to just create a widget like EagerGestureDetector were the child always wins in the arena? Thanks for reading.
April 12, 2020 at 04:04PM by mccidi
https://ift.tt/2VlGdxR
I really don't understand the Gesture Arena
This is the second time I'm googling for hours and couldn't solve my problem. I have a Zoom widget in a ScrollView, how do I prioritize my zoom widget? I found things like EagerGestureRecognizer but I can't find anywhere documentation on how to use it. Flutter has normally really good documentation but now I find almost nothing. Is it possible to just create a widget like EagerGestureDetector were the child always wins in the arena? Thanks for reading.
April 12, 2020 at 04:04PM by mccidi
https://ift.tt/2VlGdxR
reddit
I really don't understand the Gesture Arena
This is the second time I'm googling for hours and couldn't solve my problem. I have a Zoom widget in a ScrollView, how do I prioritize my zoom...
New post on /r/flutterdev subreddit:
What is the best front end technology for a web and mobile app?
Hello,I'm looking to make a fairly simple web app with functionality similar to an eCommerce site. With the plan to be to create a mobile app fairly soon after proving the concept and getting it all working.I'm thinking cross platform to get faster development and less team members needed and I will be hiring in Ukraine. I was thinking that react and react native would be make sense for this but after some googling I see other options to consider like flutter, ionic etc.It looks like flutter may have some advantages but I'm wondering if they're outweighed in this situation by the higher volume of programmers familiar with react and react native.Any help much appreciated.Best,JohnsonsQueen
April 12, 2020 at 03:56PM by johnsonsqueen20
https://ift.tt/3ei8Nsi
What is the best front end technology for a web and mobile app?
Hello,I'm looking to make a fairly simple web app with functionality similar to an eCommerce site. With the plan to be to create a mobile app fairly soon after proving the concept and getting it all working.I'm thinking cross platform to get faster development and less team members needed and I will be hiring in Ukraine. I was thinking that react and react native would be make sense for this but after some googling I see other options to consider like flutter, ionic etc.It looks like flutter may have some advantages but I'm wondering if they're outweighed in this situation by the higher volume of programmers familiar with react and react native.Any help much appreciated.Best,JohnsonsQueen
April 12, 2020 at 03:56PM by johnsonsqueen20
https://ift.tt/3ei8Nsi
reddit
What is the best front end technology for a web and mobile app?
Hello, I'm looking to make a fairly simple web app with functionality similar to an eCommerce site. With the plan to be to create a mobile app...
New post on Flutter Dev Google group:
Replace native Apps in Google Play and Apple App Store with Flutter Apps over store update mechanisms. Additional keep applications' keys in the keystore/keychain.
Hello, we currently have an application developed native for Android (Kotlin/Java) and iOS (Swift/Objective C) which relies on the Android Keystore and Apple Keychain. This Application is distributed over the App-Stores (Goole Play/ Apple App Store). Now we want to develop our Application
April 12, 2020 at 05:07PM by T Maier
https://ift.tt/2ybPnoM
Replace native Apps in Google Play and Apple App Store with Flutter Apps over store update mechanisms. Additional keep applications' keys in the keystore/keychain.
Hello, we currently have an application developed native for Android (Kotlin/Java) and iOS (Swift/Objective C) which relies on the Android Keystore and Apple Keychain. This Application is distributed over the App-Stores (Goole Play/ Apple App Store). Now we want to develop our Application
April 12, 2020 at 05:07PM by T Maier
https://ift.tt/2ybPnoM
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 video player Android TV
Hello, I'm trying to create a video player with controls for Android TV with Flutter The basic video_player is working: https://ift.tt/2RvH3Xo Would like to enhance the controls: - autostart videos show controls for first 5 seconds, then hide
April 12, 2020 at 05:25PM by Andras Kende
https://ift.tt/3a4Em5L
Flutter video player Android TV
Hello, I'm trying to create a video player with controls for Android TV with Flutter The basic video_player is working: https://ift.tt/2RvH3Xo Would like to enhance the controls: - autostart videos show controls for first 5 seconds, then hide
April 12, 2020 at 05:25PM by Andras Kende
https://ift.tt/3a4Em5L
Gist
flutter video player controls
flutter video player controls. GitHub Gist: instantly share code, notes, and snippets.
New post on Flutter Dev Google group:
Need Help about login system
Hello All, I want to develop an app working like this. I can upload image/images to firebase firestore. But I want a system which users can upload their images to firestore with login system. For example username: a...@a.com and password:123456 will upload picture a. jpeg to firestore with
April 12, 2020 at 05:39PM by Selçuk AYDIN
https://ift.tt/2V1iio9
Need Help about login system
Hello All, I want to develop an app working like this. I can upload image/images to firebase firestore. But I want a system which users can upload their images to firestore with login system. For example username: a...@a.com and password:123456 will upload picture a. jpeg to firestore with
April 12, 2020 at 05:39PM by Selçuk AYDIN
https://ift.tt/2V1iio9
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:
New playlist of VelocityX video tutorials on MTECHVIRAL youtube channel.
https://www.youtube.com/watch?v=IOhJCN4T1V4&list=PLR2qQy0Zxs_UHLXSYbK50jEapx0ORmLYv&index=2&t=433s
April 12, 2020 at 05:41PM by imthepk
https://ift.tt/2RsAK76
New playlist of VelocityX video tutorials on MTECHVIRAL youtube channel.
https://www.youtube.com/watch?v=IOhJCN4T1V4&list=PLR2qQy0Zxs_UHLXSYbK50jEapx0ORmLYv&index=2&t=433s
April 12, 2020 at 05:41PM by imthepk
https://ift.tt/2RsAK76
YouTube
Flutter Powerful Text | VelocityX | Ch01
In this video, I will explain how to work with text using VelocityX.
For more check - velocityx.dev
#Trending #Flutter #React
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/VelocityX
Read my articles…
For more check - velocityx.dev
#Trending #Flutter #React
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/VelocityX
Read my articles…
New post on /r/flutterdev subreddit:
Learning streams
Hi, I try to learn streams and they are kind of confusing. Do you guys know a tutorial that explains in-depth what is going on?
April 12, 2020 at 05:36PM by pickledchimp
https://ift.tt/2K2qi1S
Learning streams
Hi, I try to learn streams and they are kind of confusing. Do you guys know a tutorial that explains in-depth what is going on?
April 12, 2020 at 05:36PM by pickledchimp
https://ift.tt/2K2qi1S
reddit
Learning streams
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Rody Davis | It's All Widgets! Flutter Podcast
https://ift.tt/3cghP7l
April 12, 2020 at 12:32PM by hillel369
https://ift.tt/3a6jI5c
Rody Davis | It's All Widgets! Flutter Podcast
https://ift.tt/3cghP7l
April 12, 2020 at 12:32PM by hillel369
https://ift.tt/3a6jI5c
It's All Widgets!
Rody Davis | It's All Widgets!
Full stack mobile developer based out of San Francisco, CA working with Flutter full time. Professionally I build multiple B2B apps for the mortgage industry all in Flutter, on my own I create lot of plugins and regularly write native iOS and Android code…
New post on /r/flutterdev subreddit:
Is it correct, that if my Flutter Web app does have problems with CORS and I have no access to the server, that this is not fixable?
Hi folks,I know app development and Flutter but I'm new to the web dev world.I just want to be save if my finding is correct - I hope not.What I want to doMy Flutter app requests an RSS-Feed, there is no problem is I run it in my Android part of the app, but if I run it in the browser using Flutter Web I get a CORS error.After some googeling, I learned, that this is not fixable if I have no access to the server which provides the XML file.QuestionIs this assumption correct?Further informationUsed lib for making the web request: `http: ^0.12.0+4`URL I tried: `'https://community.stadia.com/ysfdd67284/rss/board?board.id=stadia\_controller'\`Thanks for any helpful tip! :)
April 12, 2020 at 04:46PM by Tobonaut
https://ift.tt/2Xv9OYo
Is it correct, that if my Flutter Web app does have problems with CORS and I have no access to the server, that this is not fixable?
Hi folks,I know app development and Flutter but I'm new to the web dev world.I just want to be save if my finding is correct - I hope not.What I want to doMy Flutter app requests an RSS-Feed, there is no problem is I run it in my Android part of the app, but if I run it in the browser using Flutter Web I get a CORS error.After some googeling, I learned, that this is not fixable if I have no access to the server which provides the XML file.QuestionIs this assumption correct?Further informationUsed lib for making the web request: `http: ^0.12.0+4`URL I tried: `'https://community.stadia.com/ysfdd67284/rss/board?board.id=stadia\_controller'\`Thanks for any helpful tip! :)
April 12, 2020 at 04:46PM by Tobonaut
https://ift.tt/2Xv9OYo
New post on /r/flutterdev subreddit:
To help a lot of new dev trying to learn flutter in this lockdown, what's your hard-learned lesson related to flutter? So that newbies can get productive faster!
For me, I feel it's better to put each page inside a folder, and split the gigantic view into separate files for improved readability. Really helpful in a long run!For example:/lib/pages/login_page - login_page.dart - header.w.dart - footer.w.dart - body.w.dart```login_page.dart/// Importspart 'header.w.dart'; part 'footer.w.dart'; part 'body.w.dart';class LoginPage extends StatelessWidget { /// Code here }header.w.dartpart of 'login_page.dart';/// Using _ is important to prevent this /// widget to be visible from auto complete /// outside this file scope. I prefer _$ /// to differ file-level private from object-level /// privateclass _$Header extends StatelessWidget { /// Code here }```
April 12, 2020 at 06:03PM by moseskarunia
https://ift.tt/3ccInGJ
To help a lot of new dev trying to learn flutter in this lockdown, what's your hard-learned lesson related to flutter? So that newbies can get productive faster!
For me, I feel it's better to put each page inside a folder, and split the gigantic view into separate files for improved readability. Really helpful in a long run!For example:/lib/pages/login_page - login_page.dart - header.w.dart - footer.w.dart - body.w.dart```login_page.dart/// Importspart 'header.w.dart'; part 'footer.w.dart'; part 'body.w.dart';class LoginPage extends StatelessWidget { /// Code here }header.w.dartpart of 'login_page.dart';/// Using _ is important to prevent this /// widget to be visible from auto complete /// outside this file scope. I prefer _$ /// to differ file-level private from object-level /// privateclass _$Header extends StatelessWidget { /// Code here }```
*.w.dart
stands for widget. Of course if the widget is reusable across many screen, you should put it under, for e.g. core/
publicly, and omit the _$
I also like to split my utility functions into their own .u.dart
(if it's not used publicly ofc)April 12, 2020 at 06:03PM by moseskarunia
https://ift.tt/3ccInGJ
reddit
To help a lot of new dev trying to learn flutter in this lockdown,...
For me, I feel it's better to put each page inside a folder, and split the gigantic view into separate files for improved readability. Really...
New post on Flutter Dev Google group:
Flutter Week: one week of free Flutter online content!
Hi everyone! Next week, we will organize *an online event* dedicated to Flutter: the Flutter Week ! The idea behind it is simple: *every day at 4:00 PM UTC (check-in your time zone < https://www.timeanddate.com/worldclock/converter.html?iso=20200413T160000
April 12, 2020 at 06:49PM by Flutter Week
https://ift.tt/2XweWLx
Flutter Week: one week of free Flutter online content!
Hi everyone! Next week, we will organize *an online event* dedicated to Flutter: the Flutter Week ! The idea behind it is simple: *every day at 4:00 PM UTC (check-in your time zone < https://www.timeanddate.com/worldclock/converter.html?iso=20200413T160000
April 12, 2020 at 06:49PM by Flutter Week
https://ift.tt/2XweWLx
Timeanddate
Time Zone Converter – Time Difference Calculator
Find the exact time difference with the Time Zone Converter – Time Difference Calculator which converts the time difference between places and time zones all over the world.
New post on /r/flutterdev subreddit:
Flutter Path Animation
https://ift.tt/3cfBp3Y
April 12, 2020 at 07:33PM by divyanshub024
https://ift.tt/3ehA1Q7
Flutter Path Animation
https://ift.tt/3cfBp3Y
April 12, 2020 at 07:33PM by divyanshub024
https://ift.tt/3ehA1Q7
GitHub
divyanshub024/flutter_path_animation
Contribute to divyanshub024/flutter_path_animation development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How to play videos from secured sources - looking for idea
Hi I need to create an app which gives access to video materials with tutorials. I was looking for some idea to play video. I stuck because it looks like flutter video_player dosen't support security in links to materials, for example headers with login and password. I tested chewie and it seems to be great for this job but i can't secure sources. Video_player_header widget crashes durning run app. I have no more ideas. Maybe someone can give me a hint how to menage this task? My vision was to create ftp server and put there all videos. but access to materials should be secured.
April 12, 2020 at 07:25PM by kolo81
https://ift.tt/2Rur5Nk
How to play videos from secured sources - looking for idea
Hi I need to create an app which gives access to video materials with tutorials. I was looking for some idea to play video. I stuck because it looks like flutter video_player dosen't support security in links to materials, for example headers with login and password. I tested chewie and it seems to be great for this job but i can't secure sources. Video_player_header widget crashes durning run app. I have no more ideas. Maybe someone can give me a hint how to menage this task? My vision was to create ftp server and put there all videos. but access to materials should be secured.
April 12, 2020 at 07:25PM by kolo81
https://ift.tt/2Rur5Nk
reddit
How to play videos from secured sources - looking for idea
Hi I need to create an app which gives access to video materials with tutorials. I was looking for some idea to play video. I stuck because it...
New post on /r/flutterdev subreddit:
Allow Scroll View to Snap to its child
https://ift.tt/2Rur63Q
April 12, 2020 at 07:19PM by Cwills0114
https://ift.tt/2V2Yr8g
Allow Scroll View to Snap to its child
https://ift.tt/2Rur63Q
April 12, 2020 at 07:19PM by Cwills0114
https://ift.tt/2V2Yr8g
GitHub
Cwills0114/Snapping_ListView
Add snapping to list View. Contribute to Cwills0114/Snapping_ListView development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Need help urgently
I'm basically trying to create a covid 19 screening tool with true and false questions. It'll basically have 6 questions. How should I make a combination of those buttons to return something. For example if 3 out of 6 questions are true return some statement.... Or If 4 out of 6 questions are false return some statement You get the idea.. Sorry if I'm not clear but I hope u understand Ps I'm quite new to Flutter so don't mind me asking dumb questions...
April 12, 2020 at 07:41PM by daddyvisionjet
https://ift.tt/3eaclwZ
Need help urgently
I'm basically trying to create a covid 19 screening tool with true and false questions. It'll basically have 6 questions. How should I make a combination of those buttons to return something. For example if 3 out of 6 questions are true return some statement.... Or If 4 out of 6 questions are false return some statement You get the idea.. Sorry if I'm not clear but I hope u understand Ps I'm quite new to Flutter so don't mind me asking dumb questions...
April 12, 2020 at 07:41PM by daddyvisionjet
https://ift.tt/3eaclwZ
reddit
Need help urgently
A subreddit for Google's portable UI framework.