New post on /r/flutterdev subreddit:
flutter doctor issue on ubuntu
Installed flutter on Ubuntu. `flutter doctor` says no plugin found for flutter and dart on the android-studio.I have installed both the android-studio and IntelliJ and plugins on both. Everything is working.Strange, Linux mint did not have this issue.Is there any other use of `flutter doctor` apart from verifying the installs?
March 30, 2021 at 03:03AM by ToChaseAwayTheNight
https://ift.tt/3m3DohD
flutter doctor issue on ubuntu
Installed flutter on Ubuntu. `flutter doctor` says no plugin found for flutter and dart on the android-studio.I have installed both the android-studio and IntelliJ and plugins on both. Everything is working.Strange, Linux mint did not have this issue.Is there any other use of `flutter doctor` apart from verifying the installs?
March 30, 2021 at 03:03AM by ToChaseAwayTheNight
https://ift.tt/3m3DohD
reddit
flutter doctor issue on ubuntu
Installed flutter on Ubuntu. \`flutter doctor\` says no plugin found for flutter and dart on the android-studio. I have installed both the...
New post on /r/flutterdev subreddit:
Announcing Alfred - A super easy, modular, ExpressJS like server package for dart.
Hi community!I have been developing backend servers in dart for some time now, but with the demise of Aqueduct and Angel, I wanted to create something that was accessible and not a monolith. Hence Alfred was born! It's a fully featured ExpressJS like framework for dart that does one thing, and one thing well - serving data.You can use whichever database or ORM you like, you can fire up server in only a few lines of code:main() async {
final app = Alfred();
app.get("/example", (req, res) => "Hello world");
await app.listen();
print("Listening on port 3000");
}It has very limited dependencies, its null safe, and relies heavily on dart's excellent internal libraries - so you are safe to run with it. In fact - it's only about ~150 lines of code (with 100% code coverage). Therefore it's not huge commitment if you want to sub it out later on - not that I expect you will.I'm going to be migrating my mission critical apps over the next week or so and refining it, but would love your feedback if you want to check it out. There are heaps of simple examples in the Readme such as serving files, json and routing:https://github.com/rknell/alfred
March 30, 2021 at 02:59AM by MyNameIsIgglePiggle
https://ift.tt/3sELHDa
Announcing Alfred - A super easy, modular, ExpressJS like server package for dart.
Hi community!I have been developing backend servers in dart for some time now, but with the demise of Aqueduct and Angel, I wanted to create something that was accessible and not a monolith. Hence Alfred was born! It's a fully featured ExpressJS like framework for dart that does one thing, and one thing well - serving data.You can use whichever database or ORM you like, you can fire up server in only a few lines of code:main() async {
final app = Alfred();
app.get("/example", (req, res) => "Hello world");
await app.listen();
print("Listening on port 3000");
}It has very limited dependencies, its null safe, and relies heavily on dart's excellent internal libraries - so you are safe to run with it. In fact - it's only about ~150 lines of code (with 100% code coverage). Therefore it's not huge commitment if you want to sub it out later on - not that I expect you will.I'm going to be migrating my mission critical apps over the next week or so and refining it, but would love your feedback if you want to check it out. There are heaps of simple examples in the Readme such as serving files, json and routing:https://github.com/rknell/alfred
March 30, 2021 at 02:59AM by MyNameIsIgglePiggle
https://ift.tt/3sELHDa
GitHub
GitHub - rknell/alfred: A performant, expressjs like server framework with a few gadgets that make life even easier.
A performant, expressjs like server framework with a few gadgets that make life even easier. - rknell/alfred
New post on /r/flutterdev subreddit:
I’m starting a flutter app and need to decide between firebase or a backend hooking to a vps with that storage option or Amazon s3
Building a social app here that mainly uploads and steam video. Users upload videos and videos auto play as they browse the feed. I feel firebase would be easiest but I need it to be able to scale at a reasonable cost. Any advice as to the best course of action would be much appreciated!
March 30, 2021 at 04:29AM by Necessary1OK
https://ift.tt/39tftmV
I’m starting a flutter app and need to decide between firebase or a backend hooking to a vps with that storage option or Amazon s3
Building a social app here that mainly uploads and steam video. Users upload videos and videos auto play as they browse the feed. I feel firebase would be easiest but I need it to be able to scale at a reasonable cost. Any advice as to the best course of action would be much appreciated!
March 30, 2021 at 04:29AM by Necessary1OK
https://ift.tt/39tftmV
reddit
I’m starting a flutter app and need to decide between firebase or...
Building a social app here that mainly uploads and steam video. Users upload videos and videos auto play as they browse the feed. I feel firebase...
New post on /r/flutterdev subreddit:
Timely advice about adding days to a DateTime: showing that .add(Duration(days: 1)) is always 24 hours, despite the day in question being 23 or 25 hours.
https://youtu.be/usFSVUEadyo
March 30, 2021 at 05:39AM by RandalSchwartz
https://ift.tt/2O7QzBO
Timely advice about adding days to a DateTime: showing that .add(Duration(days: 1)) is always 24 hours, despite the day in question being 23 or 25 hours.
https://youtu.be/usFSVUEadyo
March 30, 2021 at 05:39AM by RandalSchwartz
https://ift.tt/2O7QzBO
YouTube
Timely advice about adding days to a DateTime
Randal shows what happens to date arithmetic when days have 23 hours or 25 hours. Please say no to DST, now!
New post on Flutter Dev Google group:
I am getting so many unresolved errors in AndroidManifest.xml. How can I solve them?
March 30, 2021 at 06:09AM by sona
https://ift.tt/3diFFld
I am getting so many unresolved errors in AndroidManifest.xml. How can I solve them?
March 30, 2021 at 06:09AM by sona
https://ift.tt/3diFFld
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:
A Scalable Approach to Localization for Flutter
Hey, I recently wrote an article on Medium about how to build a scalable localization architecture for your Flutter app. The proposed system supports real-time updates of translations independent of app releases and the ability to add new locales in a matter of seconds. Check it out at https://medium.com/routable-ai/a-scalable-approach-to-localization-for-flutter-4b94ae2f228d.
March 30, 2021 at 07:04AM by arubin18
https://ift.tt/2PJRRTN
A Scalable Approach to Localization for Flutter
Hey, I recently wrote an article on Medium about how to build a scalable localization architecture for your Flutter app. The proposed system supports real-time updates of translations independent of app releases and the ability to add new locales in a matter of seconds. Check it out at https://medium.com/routable-ai/a-scalable-approach-to-localization-for-flutter-4b94ae2f228d.
March 30, 2021 at 07:04AM by arubin18
https://ift.tt/2PJRRTN
Medium
A Scalable Approach to Localization for Flutter
In this blog post, I will outline certain techniques that I found helpful for localizing Flutter apps. To provide some context: I am a…
New post on /r/flutterdev subreddit:
Flutter using VS Code Autocomplete for beginners any good?
Hey, hello!I am a flutter beginner and I just now got a thought that, is using or I usually use VScode for flutter and yes those amazing extensions which really help me a lot.but I am worried do, they stop me from remembering or learning the code as most of the code or boiler plate already comes with just a single click most of the time, So, should I use it or not while learning flutter.as mostly it is preferred to learn by turning it of or not using IDE's with this features till the beginner stage completes.hope you got the point,and sorry for the mistakes!
March 30, 2021 at 06:31AM by chota_balak
https://ift.tt/2QLPHDL
Flutter using VS Code Autocomplete for beginners any good?
Hey, hello!I am a flutter beginner and I just now got a thought that, is using or I usually use VScode for flutter and yes those amazing extensions which really help me a lot.but I am worried do, they stop me from remembering or learning the code as most of the code or boiler plate already comes with just a single click most of the time, So, should I use it or not while learning flutter.as mostly it is preferred to learn by turning it of or not using IDE's with this features till the beginner stage completes.hope you got the point,and sorry for the mistakes!
March 30, 2021 at 06:31AM by chota_balak
https://ift.tt/2QLPHDL
reddit
Flutter using VS Code Autocomplete for beginners any good?
Hey, hello! I am a flutter beginner and I just now got a thought that, is using or I usually use VScode for flutter and yes those amazing...
New post on /r/flutterdev subreddit:
Flutter ios image_picker for OCR
Gday m8. I need help on image_picker libraries that cant seems to save the file in state to import it to another pageOnly works on android ATM. Having problem with iOSThe error were stated as below when I wanted to import the imageFile to the next page for OCR[2:10 PM]2021-03-27 09:25:20.140565+0800 Runner[2071:1017673] flutter: Instance of 'FirebaseVisionImage' 2021-03-27 09:25:20.147806+0800 Runner[2071:1017464] Terminating app due to uncaught exception 'FIRInvalidImage', reason: 'Input image must not be nil.' First throw call stack: (0x1aedfb3d 0x1a167067 0x1aedfa85 0x2adcdb 0x320285 0x3200dd 0x31fd89 0x31fb5b 0x20fa20d 0x1c7d9d7 0x1ef525f 0x1eaf8b9 0x1eb0f3b 0x1ae9c637 0x1ae9c339 0x1ae9bd37 0x1ae99dd5 0x1aded1af 0x1adecfd1 0x1c597b41 0x20175a53 0x1014b3 0x1a5da4eb) libc++abi.dylib: terminating with uncaught exception of type NSException[2:12 PM]
March 30, 2021 at 08:46AM by jojos93
https://ift.tt/2PaUj6d
Flutter ios image_picker for OCR
Gday m8. I need help on image_picker libraries that cant seems to save the file in state to import it to another pageOnly works on android ATM. Having problem with iOSThe error were stated as below when I wanted to import the imageFile to the next page for OCR[2:10 PM]2021-03-27 09:25:20.140565+0800 Runner[2071:1017673] flutter: Instance of 'FirebaseVisionImage' 2021-03-27 09:25:20.147806+0800 Runner[2071:1017464] Terminating app due to uncaught exception 'FIRInvalidImage', reason: 'Input image must not be nil.' First throw call stack: (0x1aedfb3d 0x1a167067 0x1aedfa85 0x2adcdb 0x320285 0x3200dd 0x31fd89 0x31fb5b 0x20fa20d 0x1c7d9d7 0x1ef525f 0x1eaf8b9 0x1eb0f3b 0x1ae9c637 0x1ae9c339 0x1ae9bd37 0x1ae99dd5 0x1aded1af 0x1adecfd1 0x1c597b41 0x20175a53 0x1014b3 0x1a5da4eb) libc++abi.dylib: terminating with uncaught exception of type NSException[2:12 PM]
March 30, 2021 at 08:46AM by jojos93
https://ift.tt/2PaUj6d
reddit
Flutter ios image_picker for OCR
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
It's possible to create directly firebase collection and there fields from flutter also fetch the collections name
.
March 30, 2021 at 08:41AM by Prashant_4200
https://ift.tt/3wdAuMb
It's possible to create directly firebase collection and there fields from flutter also fetch the collections name
.
March 30, 2021 at 08:41AM by Prashant_4200
https://ift.tt/3wdAuMb
reddit
It's possible to create directly firebase collection and there...
New post on /r/flutterdev subreddit:
How to Open Particular Screen on Clicking on Push Notification For Flutter?
https://ift.tt/3sC8grZ
March 30, 2021 at 08:32AM by lil_dragplix
https://ift.tt/3dm3Jn4
How to Open Particular Screen on Clicking on Push Notification For Flutter?
https://ift.tt/3sC8grZ
March 30, 2021 at 08:32AM by lil_dragplix
https://ift.tt/3dm3Jn4
Flutter Agency - Mobile App Designing, Development & Consulting
How to Open Particular Screen on Clicking on Push Notification For Flutter? - Flutter Agency
Earlier we have been through How to implement push notification in Flutter. Screen by clicking on the push notification for a Flutter.
New post on /r/flutterdev subreddit:
Using function Widgets inside Stateless Widgets
I am making a page body (Stateless Widget) that is comprised of several elements. For the ease of structure, I have this approach:
March 30, 2021 at 08:31AM by aveMind
https://ift.tt/3cxHr2E
Using function Widgets inside Stateless Widgets
I am making a page body (Stateless Widget) that is comprised of several elements. For the ease of structure, I have this approach:
Widget firstPart() { return Container(child: Text(“first part”)); }
Widget secondPart() { return Container(child: Text(“second part”)); }
etc.. (this all goes inside the same Stateless widget class)And then for the @build
, I combine firstPart(), secondPart()
as children of a Column
.Does this approach induce any performance hit? Should I make firstPart(), secondPart() separate Stateless widgets, or copy-paste their code to the @build ?Thanks!March 30, 2021 at 08:31AM by aveMind
https://ift.tt/3cxHr2E
reddit
Using function Widgets inside Stateless Widgets
I am making a page body (Stateless Widget) that is comprised of several elements. For the ease of structure, I have this approach: `Widget...
New post on Flutter Dev Google group:
change selected color checkbox on datatable
hi, i'm just using datatable , i wonder how can i change selected color checkbox on datatable , anyone know ? [image: Screenshot 2021-03-30 183452.png]
March 30, 2021 at 01:39PM by You Sour
https://ift.tt/2PbQNsg
change selected color checkbox on datatable
hi, i'm just using datatable , i wonder how can i change selected color checkbox on datatable , anyone know ? [image: Screenshot 2021-03-30 183452.png]
March 30, 2021 at 01:39PM by You Sour
https://ift.tt/2PbQNsg
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:
Flutter Navigator 2.0 Tutorial - The Easy Way
https://youtube.com/watch?v=-2K-mRWJvwE&feature=share
March 30, 2021 at 01:30PM by imthepk
https://ift.tt/39rZzJp
Flutter Navigator 2.0 Tutorial - The Easy Way
https://youtube.com/watch?v=-2K-mRWJvwE&feature=share
March 30, 2021 at 01:30PM by imthepk
https://ift.tt/39rZzJp
YouTube
Flutter Navigator 2.0 Tutorial - The Easy Way | Remove # From URL
We will implement Flutter Navigator 2.0 in the easiest way. We will also remove the ugly "#" from the URL.#Navigator2 #Flutter📚 Materials/References:https:/...
New post on /r/flutterdev subreddit:
How to Remove ScrollGlow in Flutter?
https://www.youtube.com/watch?v=iRWu-YDLnGM
March 30, 2021 at 03:01PM by lil_dragplix
https://ift.tt/3wa9Wvd
How to Remove ScrollGlow in Flutter?
https://www.youtube.com/watch?v=iRWu-YDLnGM
March 30, 2021 at 03:01PM by lil_dragplix
https://ift.tt/3wa9Wvd
YouTube
How to Remove ScrollGlow in Flutter?
#Flutter #FlutterDevelopment #ScrollGlowEffect #RemoveEffect #FlutterWidget
#30DaysOfFlutter #100DaysOfCode #Flutterdev #flutteragency
In this video, When users create Flutter Projects Flutter adds a glowing effect on ListView/GridView/… to over scrolls…
#30DaysOfFlutter #100DaysOfCode #Flutterdev #flutteragency
In this video, When users create Flutter Projects Flutter adds a glowing effect on ListView/GridView/… to over scrolls…
New post on /r/flutterdev subreddit:
Call for assistance: macos_ui package
Hi everyone.In light of discussions I've had on Twitter about the lack of a macOS style widget/theme pack, I've started a package for this: https://github.com/GroovinChip/macos_ui. This is a huge undertaking so I'd appreciate any assistance, be it advice, feedback, repo maintenance, code contributions, or simply spreading the word.Thanks!
March 30, 2021 at 02:39PM by GroovinChip
https://ift.tt/39pOb0y
Call for assistance: macos_ui package
Hi everyone.In light of discussions I've had on Twitter about the lack of a macOS style widget/theme pack, I've started a package for this: https://github.com/GroovinChip/macos_ui. This is a huge undertaking so I'd appreciate any assistance, be it advice, feedback, repo maintenance, code contributions, or simply spreading the word.Thanks!
March 30, 2021 at 02:39PM by GroovinChip
https://ift.tt/39pOb0y
GitHub
GitHub - macosui/macos_ui: Flutter widgets and themes implementing the current macOS design language.
Flutter widgets and themes implementing the current macOS design language. - GitHub - macosui/macos_ui: Flutter widgets and themes implementing the current macOS design language.
New post on /r/flutterdev subreddit:
Join us to explore new features of #Flutter 2.0 with a GDE, and learn how to get your build for @FlutterDev!
https://ift.tt/31u3OzR
March 30, 2021 at 02:35PM by fdbnyst
https://ift.tt/3m8Exob
Join us to explore new features of #Flutter 2.0 with a GDE, and learn how to get your build for @FlutterDev!
https://ift.tt/31u3OzR
March 30, 2021 at 02:35PM by fdbnyst
https://ift.tt/3m8Exob
Linkedin
Appcircle Meetup Sessions #1 | LinkedIn
Appcircle Meetup Sessions #1
March 31st, Wednesday 17.00 (GMT +3)
17.00 – 17.30 What’s new in Flutter 2.0?
17.30 – 18.00 How to get builds for Flutter Mobile & Web Apps?
Flutter, a cross-platform mobile development SDK for Android/iOS, has been transitioning…
March 31st, Wednesday 17.00 (GMT +3)
17.00 – 17.30 What’s new in Flutter 2.0?
17.30 – 18.00 How to get builds for Flutter Mobile & Web Apps?
Flutter, a cross-platform mobile development SDK for Android/iOS, has been transitioning…
New post on /r/flutterdev subreddit:
Would anyone like to share their portfolio site made using flutter web?
Hi, I am an app developer. I have been using flutter for a long time now. Since flutter web is in stable channel now, I am thinking of creating my portfolio site using flutter only owing to it's amazing UI capabilities. Let me know if anyone else has done that. If you haven't created it using flutter, I would still like to look at it and may be recreate it in my own way using flutter :)
March 30, 2021 at 03:57PM by rushilmakkar
https://ift.tt/3sCR9qf
Would anyone like to share their portfolio site made using flutter web?
Hi, I am an app developer. I have been using flutter for a long time now. Since flutter web is in stable channel now, I am thinking of creating my portfolio site using flutter only owing to it's amazing UI capabilities. Let me know if anyone else has done that. If you haven't created it using flutter, I would still like to look at it and may be recreate it in my own way using flutter :)
March 30, 2021 at 03:57PM by rushilmakkar
https://ift.tt/3sCR9qf
reddit
Would anyone like to share their portfolio site made using flutter...
Hi, I am an app developer. I have been using flutter for a long time now. Since flutter web is in stable channel now, I am thinking of creating my...
New post on /r/flutterdev subreddit:
Getting Bool State from Firestore in Dart
Hello! I am trying to get a bool value from Firestore when the app is being initialized/reloaded: it returns True if it is "like" and False if it is not "like". Every time a user likes/unlikes a post, a database (called userFavorites) is being created or update on Firestore. So when initializing/reloading the app, I'm trying to get access to this True/False for each of the posts that are being displayed on the UI (if the user has never liked or unliked the post, the value for this bool will automatically be False). The problem that I am having is that I am not able to get and display the T/F bool value from the Firestore database into the UI each time a post is reloaded (or seen on the screen). What code could I use to do that? Thanks!
March 30, 2021 at 03:21PM by Alvaro-99
https://ift.tt/3u7qWjT
Getting Bool State from Firestore in Dart
Hello! I am trying to get a bool value from Firestore when the app is being initialized/reloaded: it returns True if it is "like" and False if it is not "like". Every time a user likes/unlikes a post, a database (called userFavorites) is being created or update on Firestore. So when initializing/reloading the app, I'm trying to get access to this True/False for each of the posts that are being displayed on the UI (if the user has never liked or unliked the post, the value for this bool will automatically be False). The problem that I am having is that I am not able to get and display the T/F bool value from the Firestore database into the UI each time a post is reloaded (or seen on the screen). What code could I use to do that? Thanks!
March 30, 2021 at 03:21PM by Alvaro-99
https://ift.tt/3u7qWjT
reddit
Getting Bool State from Firestore in Dart
Hello! I am trying to get a bool value from Firestore when the app is being initialized/reloaded: it returns True if it is "like" and False if it...
New post on /r/flutterdev subreddit:
Responsive Blog Theme using Flutter | Web, macOS, Android, iOS
https://youtu.be/YvGX4h7Bpic
March 30, 2021 at 03:18PM by anwarabir
https://ift.tt/3rBq4Cu
Responsive Blog Theme using Flutter | Web, macOS, Android, iOS
https://youtu.be/YvGX4h7Bpic
March 30, 2021 at 03:18PM by anwarabir
https://ift.tt/3rBq4Cu
YouTube
Responsive Blog Theme using Flutter | Web, macOS, Android, iOS
Flutter recently announced #Flutter V2.0, after that on the stable branch it supports #Web, #macOS, #Android, and #iOS. That's why today we create a responsive blog theme using flutter that runs on Web, macOS app, Android, and iOS app. Also, we create an…
New post on Flutter Dev Google group:
Flutter error in dart
Kindly someone help me to solve this error. Thanks in advance With regards, Rakesh Lahkar
March 30, 2021 at 04:34PM by rakesh...@gmail.com
https://ift.tt/3u5FuR1
Flutter error in dart
Kindly someone help me to solve this error. Thanks in advance With regards, Rakesh Lahkar
March 30, 2021 at 04:34PM by rakesh...@gmail.com
https://ift.tt/3u5FuR1
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.