New post on Flutter Dev Google group:
Responsive app
what are the packages or widgets you use to ensure that your app is responsive over all devices? plz share with me articles, tutorials or any good resources you have
June 21, 2020 at 04:30AM by Sherif Hassan
https://ift.tt/2AY3wHN
Responsive app
what are the packages or widgets you use to ensure that your app is responsive over all devices? plz share with me articles, tutorials or any good resources you have
June 21, 2020 at 04:30AM by Sherif Hassan
https://ift.tt/2AY3wHN
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 JSON Serialization Library - Dynamic, Single file, Generator, No manual registration, casting, and bloat (`dart_json_mapper` and `json_serializable` alternative)
Package (dev_dependency): https://pub.dev/packages/simple_jsonSupporting Package (dependency): https://pub.dev/packages/simple_json_mapperGitHub: https://github.com/FlutterDevTools/simple_jsonWhy?SimpleNo messy .g.dart
files for each serializable file (single root-level file which contains all of the generated code)Dynamic serialization and de-serialization without caring about the actual typeModel files stay clean and don't care about the serialization logic (SRP)No need to specify custom object and iterable type castingNo bloated reflection on the entire type with linting/analyzer issuesAll feedback welcome.TLDR: I didn't like `json_serializable` (too many .g.dart files and no dynamic serialization) and `dart_json_mapper` (manual iterable registration and bloated reflection code gen via `reflectable`).
June 21, 2020 at 04:46AM by 0000010100111001
https://ift.tt/3eokKwy
New JSON Serialization Library - Dynamic, Single file, Generator, No manual registration, casting, and bloat (`dart_json_mapper` and `json_serializable` alternative)
Package (dev_dependency): https://pub.dev/packages/simple_jsonSupporting Package (dependency): https://pub.dev/packages/simple_json_mapperGitHub: https://github.com/FlutterDevTools/simple_jsonWhy?SimpleNo messy .g.dart
files for each serializable file (single root-level file which contains all of the generated code)Dynamic serialization and de-serialization without caring about the actual typeModel files stay clean and don't care about the serialization logic (SRP)No need to specify custom object and iterable type castingNo bloated reflection on the entire type with linting/analyzer issuesAll feedback welcome.TLDR: I didn't like `json_serializable` (too many .g.dart files and no dynamic serialization) and `dart_json_mapper` (manual iterable registration and bloated reflection code gen via `reflectable`).
June 21, 2020 at 04:46AM by 0000010100111001
https://ift.tt/3eokKwy
Dart packages
simple_json | Dart Package
Simple way to dynamically convert from and to JSON using build-time generators given a type.
New post on /r/flutterdev subreddit:
Your favorite packages/patters for state management in Flutter
I'm coming from Xamarin, where architectural standards are more or less have defaults that almost any large project respects. In Flutter, however, there are so many ways to do things, that for newcomers like me it is easy to get lost.What do you consider to be the best solution for state management? Why?
June 21, 2020 at 08:37AM by mr_redsun
https://ift.tt/3dmyYwz
Your favorite packages/patters for state management in Flutter
I'm coming from Xamarin, where architectural standards are more or less have defaults that almost any large project respects. In Flutter, however, there are so many ways to do things, that for newcomers like me it is easy to get lost.What do you consider to be the best solution for state management? Why?
June 21, 2020 at 08:37AM by mr_redsun
https://ift.tt/3dmyYwz
reddit
Your favorite packages/patters for state management in Flutter
I'm coming from Xamarin, where architectural standards are more or less have defaults that almost any large project respects. In Flutter, however,...
New post on Flutter Dev Google group:
Can we receive sms using url launcher ?
I have 2 questions : 1).Can we receive sms using url launcher ? and How? 2). I want to send sms without user interaction. I used url launcher but using that library the sms is navigated to the messenger app. I want to send sms without navigating and once the button clicked the sms is supposed to
June 21, 2020 at 09:55AM by Abinavan Nagendran
https://ift.tt/2zQeMW9
Can we receive sms using url launcher ?
I have 2 questions : 1).Can we receive sms using url launcher ? and How? 2). I want to send sms without user interaction. I used url launcher but using that library the sms is navigated to the messenger app. I want to send sms without navigating and once the button clicked the sms is supposed to
June 21, 2020 at 09:55AM by Abinavan Nagendran
https://ift.tt/2zQeMW9
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:
Error while running code with sms_retriever package.
* What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':sms_retriever' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 * Try: Run with --stacktrace option to get the
June 21, 2020 at 10:29AM by Abinavan Nagendran
https://ift.tt/2CvxzHn
Error while running code with sms_retriever package.
* What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':sms_retriever' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 * Try: Run with --stacktrace option to get the
June 21, 2020 at 10:29AM by Abinavan Nagendran
https://ift.tt/2CvxzHn
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 developers decide when to switch to a new technology?
This question is for all developers in general who have experienced a "paradigm shift".What's your/company's story in switching to another framework/tech stack? And if there are reasons that kept you from switching until then, what were those?
June 21, 2020 at 01:13PM by contrix09
https://ift.tt/2BnEcL8
How developers decide when to switch to a new technology?
This question is for all developers in general who have experienced a "paradigm shift".What's your/company's story in switching to another framework/tech stack? And if there are reasons that kept you from switching until then, what were those?
June 21, 2020 at 01:13PM by contrix09
https://ift.tt/2BnEcL8
reddit
How developers decide when to switch to a new technology?
This question is for all developers in general who have experienced a "paradigm shift". What's your/company's story in switching to another...
New post on /r/flutterdev subreddit:
Flutter + Appwrite (Firebase open-source alternative) episode 02+03 are out (13m & 16m) 📹
https://youtu.be/RjE0tmyBdow
June 21, 2020 at 12:57PM by eldadfux
https://ift.tt/2AL9ls5
Flutter + Appwrite (Firebase open-source alternative) episode 02+03 are out (13m & 16m) 📹
https://youtu.be/RjE0tmyBdow
June 21, 2020 at 12:57PM by eldadfux
https://ift.tt/2AL9ls5
YouTube
@Flutter + Appwrite: EP 02 - Wireframing
Episode 2 of @Flutter + #Appwrite series. Designing simple wireframe for our application UI
Episode 3: https://www.youtube.com/watch?v=HvcemJhSeE8
_______________________________________________
Repository of my UI Challenges (https://github.com/lohanida…
Episode 3: https://www.youtube.com/watch?v=HvcemJhSeE8
_______________________________________________
Repository of my UI Challenges (https://github.com/lohanida…
New post on /r/flutterdev subreddit:
FlutterForce — Week 81
https://ift.tt/30ZTnF6
June 21, 2020 at 12:47PM by flutterist
https://ift.tt/3144vAO
FlutterForce — Week 81
https://ift.tt/30ZTnF6
June 21, 2020 at 12:47PM by flutterist
https://ift.tt/3144vAO
Medium
FlutterForce — #Week 81
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Space reloading — Flutter
https://ift.tt/3fDIuNc
June 21, 2020 at 01:58PM by gursheeshsingh
https://ift.tt/2YS80aM
Space reloading — Flutter
https://ift.tt/3fDIuNc
June 21, 2020 at 01:58PM by gursheeshsingh
https://ift.tt/2YS80aM
Medium
Space reloading — Flutter
Welcome! Today we will learn about adding space reloading in Flutter
New post on /r/flutterdev subreddit:
Developed a Group chat application using Flutter and Firebase, where users can register and create groups, or join already existing groups and start conversing with each other. Feedback is appreciated.
https://ift.tt/2Ng9h69
June 21, 2020 at 03:25PM by demoncommand9725
https://ift.tt/2BuSV7e
Developed a Group chat application using Flutter and Firebase, where users can register and create groups, or join already existing groups and start conversing with each other. Feedback is appreciated.
https://ift.tt/2Ng9h69
June 21, 2020 at 03:25PM by demoncommand9725
https://ift.tt/2BuSV7e
GitHub
ahmedgulabkhan/GroupChatApp
Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other. - ahmedgulabkhan/Grou...
New post on Flutter Dev Google group:
Execution failed for task ':app:compileDebugJavaWithJavac'. > Could not create service of type AnnotationProcessorDetector using JavaGradleScopeServices.createAnnotationProcessorDetector().
Dear Flutter Developers, i am beginner to flutter development. i just followed flutter docs to create(vscode and android studio) and run default app generated on my android emulator/ physical device. please find the attachment for error which i get. getting same error on vscode and android
June 21, 2020 at 06:03PM by Mukesh Chinna
https://ift.tt/2Yjz6sb
Execution failed for task ':app:compileDebugJavaWithJavac'. > Could not create service of type AnnotationProcessorDetector using JavaGradleScopeServices.createAnnotationProcessorDetector().
Dear Flutter Developers, i am beginner to flutter development. i just followed flutter docs to create(vscode and android studio) and run default app generated on my android emulator/ physical device. please find the attachment for error which i get. getting same error on vscode and android
June 21, 2020 at 06:03PM by Mukesh Chinna
https://ift.tt/2Yjz6sb
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:
5 Flutter Tips & Tricks to help you write better code
https://youtu.be/aN4sn4wiZ8c
June 21, 2020 at 08:43PM by anthOlei
https://ift.tt/2AXo5E3
5 Flutter Tips & Tricks to help you write better code
https://youtu.be/aN4sn4wiZ8c
June 21, 2020 at 08:43PM by anthOlei
https://ift.tt/2AXo5E3
YouTube
5 Flutter Tips and Tricks EVERY Flutter Developer Should Know
This video is for flutter developers, and people who want to learn Flutter. Flutter is a framework that allows programmers to develop for both Android and iOS, and allows for rapid development.
New post on /r/flutterdev subreddit:
Flutter: Deep dive into Button @nStack_in
https://ift.tt/2Cljmwi
June 21, 2020 at 08:24PM by nitishk72
https://ift.tt/3fCtyiu
Flutter: Deep dive into Button @nStack_in
https://ift.tt/2Cljmwi
June 21, 2020 at 08:24PM by nitishk72
https://ift.tt/3fCtyiu
nstack
Flutter: Deep dive into Button | nstack
In this article, you are learn everything about the button in flutter. I'll talk about all types of button. I'll also talk about it's common use cases and problems.
New post on Flutter Dev Google group:
Exception caught by image resource service, setState() called after dispose(): _ImageState
The error in the screenshot occurs if i switch the page while image is still loading. The page is a single column in the Scaffold body which is navigated with a BottomNavigation widget. If i let the images load first and then change the page error does not occurs. I tried assigning Image.netw
June 21, 2020 at 08:36PM by Hassan Hammad
https://ift.tt/3hOxuyr
Exception caught by image resource service, setState() called after dispose(): _ImageState
The error in the screenshot occurs if i switch the page while image is still loading. The page is a single column in the Scaffold body which is navigated with a BottomNavigation widget. If i let the images load first and then change the page error does not occurs. I tried assigning Image.netw
June 21, 2020 at 08:36PM by Hassan Hammad
https://ift.tt/3hOxuyr
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:
An Example of Mobx and Provider : Change App Theme
https://ift.tt/2V7eJfQ
June 21, 2020 at 09:41PM by yiss92
https://ift.tt/2Ne1mq2
An Example of Mobx and Provider : Change App Theme
https://ift.tt/2V7eJfQ
June 21, 2020 at 09:41PM by yiss92
https://ift.tt/2Ne1mq2
Medium
Flutter State Management with Mobx and Providers : Change App Theme Dynamically
State management in Flutter is like a labyrinth you might easily get lost between InheritedWidget, ScopedModel, Redux, BloC, Mobx, and…
New post on /r/flutterdev subreddit:
Looking for a Mentor - Flutter Development - For my startup.
I'm very fascinated by the Flutter and it's capabilities in application development.I am looking out for an experienced mentor/advisor in Flutter development for my startup.We are Startup India recognized company and was pre-incubated at NSRCEL. We are into Fleet Business Advisory Services.If any inputs regarding the same, I'm happy to receive.
June 21, 2020 at 09:25PM by vj1504
https://ift.tt/312QWS1
Looking for a Mentor - Flutter Development - For my startup.
I'm very fascinated by the Flutter and it's capabilities in application development.I am looking out for an experienced mentor/advisor in Flutter development for my startup.We are Startup India recognized company and was pre-incubated at NSRCEL. We are into Fleet Business Advisory Services.If any inputs regarding the same, I'm happy to receive.
June 21, 2020 at 09:25PM by vj1504
https://ift.tt/312QWS1
reddit
Looking for a Mentor - Flutter Development - For my startup.
I'm very fascinated by the Flutter and it's capabilities in application development. I am looking out for an experienced mentor/advisor in...
New post on /r/flutterdev subreddit:
Flutter 1.17 — no more Flavors, no more iOS Schemas. Command argument that changes everything
Just recently, Flutter 1.17 was released and it brings a lot of cool features. You can read more about it hereStarting from 1.17 you can build your Android and iOS application with predefined, compile-time variables that can be used in all layers of your applications — Dart, iOS, Android.-> Article <-
June 21, 2020 at 09:21PM by Fewthp
https://ift.tt/2V4FAJr
Flutter 1.17 — no more Flavors, no more iOS Schemas. Command argument that changes everything
Just recently, Flutter 1.17 was released and it brings a lot of cool features. You can read more about it hereStarting from 1.17 you can build your Android and iOS application with predefined, compile-time variables that can be used in all layers of your applications — Dart, iOS, Android.-> Article <-
June 21, 2020 at 09:21PM by Fewthp
https://ift.tt/2V4FAJr
Medium
Flutter 1.17 — no more Flavors, no more iOS Schemas. Command argument that changes everything
Environment configuration with Compile-time variables in Flutter projects for Dart, iOS and Android...
New post on /r/flutterdev subreddit:
How I started rewriting N26 Cards feature in Flutter
https://ift.tt/37W62dK
June 21, 2020 at 11:37PM by itsbalal
https://ift.tt/37VcUIb
How I started rewriting N26 Cards feature in Flutter
https://ift.tt/37W62dK
June 21, 2020 at 11:37PM by itsbalal
https://ift.tt/37VcUIb
Medium
N26 Cards in Flutter, part one
a short series on implementing N26 Cards in Flutter
New post on Flutter Dev Google group:
Adyen Encrypted Card Package stucks Flutter application
I want to address a issue that i have been facing since very long time and have unable to find any solution for it. so basically i am developing a checkout process which uses Adyen as a Payment Method. for that i need to encrypt user card details before adyen payment execute. in order to encrypt
June 21, 2020 at 11:21PM by Insha Siddiqui
https://ift.tt/3fLzDZQ
Adyen Encrypted Card Package stucks Flutter application
I want to address a issue that i have been facing since very long time and have unable to find any solution for it. so basically i am developing a checkout process which uses Adyen as a Payment Method. for that i need to encrypt user card details before adyen payment execute. in order to encrypt
June 21, 2020 at 11:21PM by Insha Siddiqui
https://ift.tt/3fLzDZQ
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:
Allowing Users to create custom layouts
I want to allow users to create custom templates for a note taking app I'm making (for tabletop RPGs). I was thinking I would need to create a template editor from scratch. Basically simplifying textfields, rows, columns, etc to allow them to insert them. Similar to something like Flutter Studio but more simplified.Then I would save the layout in json format with all the parameters and then make custom parsers to translate it into a widget tree for when in use in the app.Wondering if there is a different approach that would be easier to allow users to make layout templates for screens (consisting mainly of different types of text inputs or image holders).End goal is to allow users to share templates to improve their note taking and create the ideal templates for their needs
June 21, 2020 at 11:56PM by D-Ring86
https://ift.tt/2V4Neng
Allowing Users to create custom layouts
I want to allow users to create custom templates for a note taking app I'm making (for tabletop RPGs). I was thinking I would need to create a template editor from scratch. Basically simplifying textfields, rows, columns, etc to allow them to insert them. Similar to something like Flutter Studio but more simplified.Then I would save the layout in json format with all the parameters and then make custom parsers to translate it into a widget tree for when in use in the app.Wondering if there is a different approach that would be easier to allow users to make layout templates for screens (consisting mainly of different types of text inputs or image holders).End goal is to allow users to share templates to improve their note taking and create the ideal templates for their needs
June 21, 2020 at 11:56PM by D-Ring86
https://ift.tt/2V4Neng
reddit
Allowing Users to create custom layouts
I want to allow users to create custom templates for a note taking app I'm making (for tabletop RPGs). I was thinking I would need to create a...