New post on /r/flutterdev subreddit:
Flutter install problem...
Hey guys, i am on macos el capitan and I tried to install flutter and I am getting this error.dyld: lazy symbol binding failed: Symbol not found: _getentropyReferenced from: /Users/ozturkmedia/flutter/bin/cache/dart-sdk/bin/dart (which was built for Mac OS X 10.13)Expected in: /usr/lib/libSystem.B.dylibdyld: Symbol not found: _getentropyReferenced from: /Users/ozturkmedia/flutter/bin/cache/dart-sdk/bin/dart (which was built for Mac OS X 10.13)Expected in: /usr/lib/libSystem.B.dylib[00:29]help me please#install-and-setup kanalına mesaj gönder
November 05, 2021 at 10:43PM by ozturkmedia
https://ift.tt/3q8831u
Flutter install problem...
Hey guys, i am on macos el capitan and I tried to install flutter and I am getting this error.dyld: lazy symbol binding failed: Symbol not found: _getentropyReferenced from: /Users/ozturkmedia/flutter/bin/cache/dart-sdk/bin/dart (which was built for Mac OS X 10.13)Expected in: /usr/lib/libSystem.B.dylibdyld: Symbol not found: _getentropyReferenced from: /Users/ozturkmedia/flutter/bin/cache/dart-sdk/bin/dart (which was built for Mac OS X 10.13)Expected in: /usr/lib/libSystem.B.dylib[00:29]help me please#install-and-setup kanalına mesaj gönder
November 05, 2021 at 10:43PM by ozturkmedia
https://ift.tt/3q8831u
reddit
r/FlutterDev - Flutter install problem...
2 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Login with Phone starter pack using Riverpod
https://github.com/bettdouglas/riverpod_firebase_phone_authI've open sourced an example template that uses freezed union types to handle the various states that could happen during registration/login with phone.The example basically handles registration with Firebase using Riverpod and then depending on the state of the union type, render some specific widget to the screen.The video below shows how the starter pack works.https://youtu.be/WiQuKw91Kb4
November 06, 2021 at 05:25AM by bettdoug
https://ift.tt/3nW7pBi
Login with Phone starter pack using Riverpod
https://github.com/bettdouglas/riverpod_firebase_phone_authI've open sourced an example template that uses freezed union types to handle the various states that could happen during registration/login with phone.The example basically handles registration with Firebase using Riverpod and then depending on the state of the union type, render some specific widget to the screen.The video below shows how the starter pack works.https://youtu.be/WiQuKw91Kb4
November 06, 2021 at 05:25AM by bettdoug
https://ift.tt/3nW7pBi
GitHub
GitHub - bettdouglas/riverpod_firebase_phone_auth: A starter helper for flutter developers wanting to use firebase phone authentication…
A starter helper for flutter developers wanting to use firebase phone authentication in their app. - GitHub - bettdouglas/riverpod_firebase_phone_auth: A starter helper for flutter developers want...
New post on /r/flutterdev subreddit:
Just a quick question
Is it just me who's gone kinda gaga over flutter or y'all also recommend flutter to your peers and encourage them to learn flutter.I've been using flutter for just more than a year and I'm in love with the SDK/Tool so much that I've recommended flutter to almost everyone among my peers. I'm just kinda curious is it just me who does this or do we share the same vibe
November 06, 2021 at 08:59AM by Vdx__
https://ift.tt/3qcNIrR
Just a quick question
Is it just me who's gone kinda gaga over flutter or y'all also recommend flutter to your peers and encourage them to learn flutter.I've been using flutter for just more than a year and I'm in love with the SDK/Tool so much that I've recommended flutter to almost everyone among my peers. I'm just kinda curious is it just me who does this or do we share the same vibe
November 06, 2021 at 08:59AM by Vdx__
https://ift.tt/3qcNIrR
reddit
Just a quick question
Is it just me who's gone kinda gaga over flutter or y'all also recommend flutter to your peers and encourage them to learn flutter. I've been...
New post on /r/flutterdev subreddit:
Have you guys seen this new flappy bird reskin apparently you can earn some real good money just by getting top 10
https://ift.tt/3q8WF5u
November 06, 2021 at 08:53AM by Leather-Definition-2
https://ift.tt/3mOXy0O
Have you guys seen this new flappy bird reskin apparently you can earn some real good money just by getting top 10
https://ift.tt/3q8WF5u
November 06, 2021 at 08:53AM by Leather-Definition-2
https://ift.tt/3mOXy0O
New post on /r/flutterdev subreddit:
how to solve the error
Error: 'project' isn't a type.<project version="4">^^^^^^^../../flutter/packages/flutter/lib/src/services/system_channels.dart:3:4: Error: 'component' isn't a type.nobody helped me in flutter dev reddit so i have to post here please dont remove it mods
November 06, 2021 at 10:13AM by cum_splitter
https://ift.tt/3BOroH1
how to solve the error
Error: 'project' isn't a type.<project version="4">^^^^^^^../../flutter/packages/flutter/lib/src/services/system_channels.dart:3:4: Error: 'component' isn't a type.nobody helped me in flutter dev reddit so i have to post here please dont remove it mods
November 06, 2021 at 10:13AM by cum_splitter
https://ift.tt/3BOroH1
reddit
how to solve the error
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
What's the physical size of 1 DP/dip/ logical pixel?
according to this, 25.4mm=160DP, so 1mm=6.3DP.I've created a container with 300 width, and loaded the app on my Samsung A8, so it's visual width should be 300/6.3=47.6mm, but measuring the actual visual size of this Container widget with a ruler showed a physical size of about 51/52 mm.So what's going on here? Does DP/mm differ between devices or am I using the wrong figures?
November 06, 2021 at 10:43AM by generalamitt
https://ift.tt/3BOyOKv
What's the physical size of 1 DP/dip/ logical pixel?
according to this, 25.4mm=160DP, so 1mm=6.3DP.I've created a container with 300 width, and loaded the app on my Samsung A8, so it's visual width should be 300/6.3=47.6mm, but measuring the actual visual size of this Container widget with a ruler showed a physical size of about 51/52 mm.So what's going on here? Does DP/mm differ between devices or am I using the wrong figures?
November 06, 2021 at 10:43AM by generalamitt
https://ift.tt/3BOyOKv
Android Developers
Support different pixel densities | Compatibility | Android Developers
New post on /r/flutterdev subreddit:
I made a package that can easily handle simple 3D.
Hello everyone,I recently released a new 3D object format for handling in Flutter and a package for rendering it.https://pub.dev/packages/simple_3dhttps://pub.dev/packages/simple_3d_rendererThere aren't many types of objects that can be created yet, but I'm also making utilities, so I think it's easy to understand how to create them.https://pub.dev/packages/util_simple_3dBy using these, anyone can create and run a simple 3D model on Flutter. Of course, on the web.The reason I made this is that today's 3D objects are so complex that it's difficult for someone like me who isn't a 3DCG expert to understand and manipulate. (I specialize in science)I hope this helps someone.Thank you.
November 06, 2021 at 01:13PM by Masahide_Mori
https://ift.tt/3mLsD5D
I made a package that can easily handle simple 3D.
Hello everyone,I recently released a new 3D object format for handling in Flutter and a package for rendering it.https://pub.dev/packages/simple_3dhttps://pub.dev/packages/simple_3d_rendererThere aren't many types of objects that can be created yet, but I'm also making utilities, so I think it's easy to understand how to create them.https://pub.dev/packages/util_simple_3dBy using these, anyone can create and run a simple 3D model on Flutter. Of course, on the web.The reason I made this is that today's 3D objects are so complex that it's difficult for someone like me who isn't a 3DCG expert to understand and manipulate. (I specialize in science)I hope this helps someone.Thank you.
November 06, 2021 at 01:13PM by Masahide_Mori
https://ift.tt/3mLsD5D
Dart packages
simple_3d | Flutter Package
This package was created for the convenience of 3D non-experts, including scientists.
New post on /r/flutterdev subreddit:
Best Practices for Storing Text
For an application where a display text is expected to change quite often (a couple of times a month), would you recommend storing text in the mobile app code or pull it from an API server? If there's localization involved, would pulling text from an API server complicate things or simplify the translation?
November 06, 2021 at 07:15PM by noobygopher
https://ift.tt/3bMZ2T3
Best Practices for Storing Text
For an application where a display text is expected to change quite often (a couple of times a month), would you recommend storing text in the mobile app code or pull it from an API server? If there's localization involved, would pulling text from an API server complicate things or simplify the translation?
November 06, 2021 at 07:15PM by noobygopher
https://ift.tt/3bMZ2T3
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Simple Integration for Plausible Analytics in Flutter
https://ift.tt/31s9mxQ
November 06, 2021 at 11:17PM by bostrot
https://ift.tt/3qarGWI
Simple Integration for Plausible Analytics in Flutter
https://ift.tt/31s9mxQ
November 06, 2021 at 11:17PM by bostrot
https://ift.tt/3qarGWI
Dart packages
plausible_analytics | Flutter Package
A Flutter plugin for Plausible Analytics.
New post on /r/flutterdev subreddit:
M1 Macbook air base variant enough?
Hi. I have a Windows laptop right now and I'm planning to buy m1 macbook air next month. Just wanted to know if the base model with 8/256gb would be sufficient for mainly Android studio, xcode and iOS simulator. I don't use VSCode and I don't need an emulator as I use my device to test the apps.FYI, Would be helpful if someone uses the same programs I use everyday at work which are most of the time running on my Windows laptop; Slack, AS, postman, chrome with 6-7 tabs open at a time, Skype.
November 07, 2021 at 03:22PM by dank_khan
https://ift.tt/3CSZjQ9
M1 Macbook air base variant enough?
Hi. I have a Windows laptop right now and I'm planning to buy m1 macbook air next month. Just wanted to know if the base model with 8/256gb would be sufficient for mainly Android studio, xcode and iOS simulator. I don't use VSCode and I don't need an emulator as I use my device to test the apps.FYI, Would be helpful if someone uses the same programs I use everyday at work which are most of the time running on my Windows laptop; Slack, AS, postman, chrome with 6-7 tabs open at a time, Skype.
November 07, 2021 at 03:22PM by dank_khan
https://ift.tt/3CSZjQ9
reddit
M1 Macbook air base variant enough?
Hi. I have a Windows laptop right now and I'm planning to buy m1 macbook air next month. Just wanted to know if the base model with 8/256gb would...
New post on /r/flutterdev subreddit:
Tool for feature wishes, bug reports or any feedback from Flutter apps.
This WIP service seems to help with internal testing and user feedback handling.https://bluehand.unicornplatform.page/You guys need this kind of tool?
November 07, 2021 at 05:58PM by Big-Camp2696
https://ift.tt/3CTxoQp
Tool for feature wishes, bug reports or any feedback from Flutter apps.
This WIP service seems to help with internal testing and user feedback handling.https://bluehand.unicornplatform.page/You guys need this kind of tool?
November 07, 2021 at 05:58PM by Big-Camp2696
https://ift.tt/3CTxoQp
bluehand.unicornplatform.page
Bluehand — Gather feature wishes, bug reports or any feedback from your Flutter app.
Bluehand is a tool for gathering feature wishes, bug reports or any feedback from your Flutter apps in an organized way.
New post on /r/flutterdev subreddit:
looking for offline map navigation package for linux
looking for offline map navigation package. want to try to use it on linux on my pi 2 zero.
November 07, 2021 at 05:57PM by hungcarl
https://ift.tt/3bQ2RqA
looking for offline map navigation package for linux
looking for offline map navigation package. want to try to use it on linux on my pi 2 zero.
November 07, 2021 at 05:57PM by hungcarl
https://ift.tt/3bQ2RqA
reddit
looking for offline map navigation package for linux
looking for offline map navigation package. want to try to use it on linux on my pi 2 zero.
New post on /r/flutterdev subreddit:
So is there still no native dart/flutter WYSIWYG Text Editor (Rich Text Editor) yet?
And I don't mean HTML editors ported over, I mean like native dart/flutter code. I'm aware of things such as flutter_quill and other editors, but when is there going to be something native to dart/flutter?
November 08, 2021 at 05:58AM by 31Carlton7
https://ift.tt/30bUd3r
So is there still no native dart/flutter WYSIWYG Text Editor (Rich Text Editor) yet?
And I don't mean HTML editors ported over, I mean like native dart/flutter code. I'm aware of things such as flutter_quill and other editors, but when is there going to be something native to dart/flutter?
November 08, 2021 at 05:58AM by 31Carlton7
https://ift.tt/30bUd3r
reddit
So is there still no native dart/flutter WYSIWYG Text Editor (Rich...
And I don't mean HTML editors ported over, I mean like native dart/flutter code. I'm aware of things such as flutter\_quill and other editors, but...
New post on /r/flutterdev subreddit:
Struggling to justify Riverpod, getx, bloc, over provider
Could someone point out a reason they had to use anything other than provider for state management?Also, if riverpod is the "upgraded" and "better" provider then why keep improving provider?
November 08, 2021 at 12:48PM by sonicworkflow
https://ift.tt/31I3pgv
Struggling to justify Riverpod, getx, bloc, over provider
Could someone point out a reason they had to use anything other than provider for state management?Also, if riverpod is the "upgraded" and "better" provider then why keep improving provider?
November 08, 2021 at 12:48PM by sonicworkflow
https://ift.tt/31I3pgv
reddit
Struggling to justify Riverpod, getx, bloc, over provider
Could someone point out a reason they **had** to use anything other than provider for state management? Also, if riverpod is the "upgraded" and...
New post on /r/flutterdev subreddit:
Chewie Video Player Flutter | Add Video Background To Your Flutter App
https://youtube.com/watch?v=xK-joacHwx4&feature=share
November 08, 2021 at 02:09PM by backslashflutter
https://ift.tt/3F1eMyB
Chewie Video Player Flutter | Add Video Background To Your Flutter App
https://youtube.com/watch?v=xK-joacHwx4&feature=share
November 08, 2021 at 02:09PM by backslashflutter
https://ift.tt/3F1eMyB
YouTube
Chewie Video Player Flutter | Add Video Background To Your Flutter App Screens (Updated)
Chewie Video Player Flutter | Add Video Background To Your Flutter App Screens (Updated)
Today we will learn how to implement the video player to your flutter app screens using the chewie package. Video player is the basic package that comes through the…
Today we will learn how to implement the video player to your flutter app screens using the chewie package. Video player is the basic package that comes through the…
New post on /r/flutterdev subreddit:
What is your State management approach for a production grade app? Considering userbase 100-1000.
What is the state management approach that you are using in your production ready applications which has a good user base say more than 100 and even further large.View Poll
November 08, 2021 at 03:34PM by Artronn
https://ift.tt/3BY38T3
What is your State management approach for a production grade app? Considering userbase 100-1000.
What is the state management approach that you are using in your production ready applications which has a good user base say more than 100 and even further large.View Poll
November 08, 2021 at 03:34PM by Artronn
https://ift.tt/3BY38T3
New tweet from FlutterDev:
🦋📚 Learn Flutter with the Flutter Community 💙 On Nov 10th, we will review chapters 9 & section 15.1 of #flutterapprentice, learn about data persistence with shared preferences, get an intro to databases & answer your questions! Join the discussion 👉 https://t.co/JKQkyeNNll https://t.co/tsolhM33Ty— Flutter (@FlutterDev) Nov 8, 2021
November 08, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1457754978932572164
🦋📚 Learn Flutter with the Flutter Community 💙 On Nov 10th, we will review chapters 9 & section 15.1 of #flutterapprentice, learn about data persistence with shared preferences, get an intro to databases & answer your questions! Join the discussion 👉 https://t.co/JKQkyeNNll https://t.co/tsolhM33Ty— Flutter (@FlutterDev) Nov 8, 2021
November 08, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1457754978932572164
YouTube
Data Persistence :: 10th Nov 2021 :: Flutter Apprentice Book Club
Chapters 9 & 15 (1st Half)
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stac…
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stac…
New tweet from FlutterDev:
🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Nov 8, 2021
November 08, 2021 at 06:08PM
https://twitter.com/FlutterDev/status/1457756937924202498
🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Nov 8, 2021
November 08, 2021 at 06:08PM
https://twitter.com/FlutterDev/status/1457756937924202498
New post on /r/flutterdev subreddit:
BLoC users, how do you scope your blocs ?
I have been using BLoC for more than 2 years on side projects, but I never used it in a real professional project, how do you scope your BLoC logic ? Do you scope that per use case, per page or per widget ? Something else ?I’m really curious and I’m always hesitant when starting a new project, I have a Android background with a strong experience of MVVM and MVP using the Clean Architecture principles as much as I can.Usually my ViewModels or my Presenters are scoped based on the page (screen) purpose, so it includes everything needed for that page and it exposes 1 or a few ViewStates (depending on the layout and fragments structure).If I create feature scoped blocs, I start to do over engineering while trying to make it as reusable as I can, if I do page scoped blocs, it becomes heavy and hard to manage.Any advice or experience is welcome :)View Poll
November 08, 2021 at 10:28PM by New-Muffin-5863
https://ift.tt/3o9thcP
BLoC users, how do you scope your blocs ?
I have been using BLoC for more than 2 years on side projects, but I never used it in a real professional project, how do you scope your BLoC logic ? Do you scope that per use case, per page or per widget ? Something else ?I’m really curious and I’m always hesitant when starting a new project, I have a Android background with a strong experience of MVVM and MVP using the Clean Architecture principles as much as I can.Usually my ViewModels or my Presenters are scoped based on the page (screen) purpose, so it includes everything needed for that page and it exposes 1 or a few ViewStates (depending on the layout and fragments structure).If I create feature scoped blocs, I start to do over engineering while trying to make it as reusable as I can, if I do page scoped blocs, it becomes heavy and hard to manage.Any advice or experience is welcome :)View Poll
November 08, 2021 at 10:28PM by New-Muffin-5863
https://ift.tt/3o9thcP
New post on /r/flutterdev subreddit:
Coming back from a long break, what have I missed?
Hi! I've taken a break from flutter app development for about a year and a half, before null safety was introduced. Starting to develop apps again. What are some of the cool new features been added since I've been away?
November 08, 2021 at 11:33PM by Potat0Sa1ad
https://ift.tt/3khx5r8
Coming back from a long break, what have I missed?
Hi! I've taken a break from flutter app development for about a year and a half, before null safety was introduced. Starting to develop apps again. What are some of the cool new features been added since I've been away?
November 08, 2021 at 11:33PM by Potat0Sa1ad
https://ift.tt/3khx5r8
reddit
Coming back from a long break, what have I missed?
Hi! I've taken a break from flutter app development for about a year and a half, before null safety was introduced. Starting to develop apps...
New post on /r/flutterdev subreddit:
New `SharedAppData` widget
Looking through Flutter's commit messages, I noticed that a new widget was added to Flutter master which allows to easily share data between widgets. In this respect, it is similar to the hundreds of other state management libraries.Here's a simple example using the widget. By default, the MaterialApp already provides a SharedAppData scope to the context. Descendants of that widget can then share data identified by some key. I chose the class object Counter in my example. The getValue call will automatically register the provided context as a dependency and therefore a rebuild is trigged if the value is changed.
November 08, 2021 at 11:25PM by eibaan
https://ift.tt/303tLsZ
New `SharedAppData` widget
Looking through Flutter's commit messages, I noticed that a new widget was added to Flutter master which allows to easily share data between widgets. In this respect, it is similar to the hundreds of other state management libraries.Here's a simple example using the widget. By default, the MaterialApp already provides a SharedAppData scope to the context. Descendants of that widget can then share data identified by some key. I chose the class object Counter in my example. The getValue call will automatically register the provided context as a dependency and therefore a rebuild is trigged if the value is changed.
class Counter extends StatelessWidget { const Counter({Key? key}) : super(key: key); @override Widget build(BuildContext context) { final count = SharedAppData.getValue(context, Counter, () => 0); return Scaffold( body: Center(child: Text('$count')), floatingActionButton: FloatingActionButton( onPressed: () => SharedAppData.setValue(context, Counter, count + 1), ), ); } }Of course, it is possible to wrap that method calls to abstract the key into something that looks like a "Provider". Here is my 3 minutes adhoc "framework":
class Provider<T> { Provider(this.create); final T Function() create; T watch(BuildContext context) => SharedAppData.getValue(context, this, create); void Function(BuildContext) set(T value) => (context) => SharedAppData.setValue(context, this, value); void Function(BuildContext) update(T Function(T) update) => (context) => set(update(watch(context))); } final counterProvider = Provider(() => 0);The build method now looks a bit nicer:
Widget build(BuildContext context) { return Scaffold( body: Center(child: Text('${counterProvider.watch(context)}')), floatingActionButton: FloatingActionButton( onPressed: () => counterProvider.update(increment)(context), ), ); }The new widget isn't a solution for everything but a nice addition and enough for small and medium sized application, I think. Notice that the above approach isn't as efficient as provider or riverpod would be, but it doesn't need external libraries and might be good enough.
November 08, 2021 at 11:25PM by eibaan
https://ift.tt/303tLsZ
reddit
New `SharedAppData` widget
Looking through Flutter's commit messages, I noticed that a new widget was added to Flutter `master` which allows to easily share data between...