New post on Flutter Dev Google group:
Contract Job Opportunities // Hot Requirements // Immediate interviews
Hello Associates, Kindly send me resume at *Austi...@mirthconsulting.net
Contract Job Opportunities // Hot Requirements // Immediate interviews
Hello Associates, Kindly send me resume at *Austi...@mirthconsulting.net
New post on /r/flutterdev subreddit:
SurveyKit - Create beautiful surveys in an efficient way
https://ift.tt/3btKfNY
March 08, 2021 at 05:00PM by Numoy
https://ift.tt/3bq8egF
SurveyKit - Create beautiful surveys in an efficient way
https://ift.tt/3btKfNY
March 08, 2021 at 05:00PM by Numoy
https://ift.tt/3bq8egF
GitHub
quickbirdstudios/survey_kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS) - quickbirdstudios/survey_kit
New post on /r/flutterdev subreddit:
Flutter is the fastest growing repo on GitHub
https://twitter.com/GitHubTracker/status/1368943423273787392?s=20
March 08, 2021 at 04:46PM by creativemaybeno
https://ift.tt/3l7P2YF
Flutter is the fastest growing repo on GitHub
https://twitter.com/GitHubTracker/status/1368943423273787392?s=20
March 08, 2021 at 04:46PM by creativemaybeno
https://ift.tt/3l7P2YF
Twitter
GitHub Tracker
*flutter/flutter* is the fastest growing top 100 software repo on #GitHub of the past week 🚀 It gained a total of 1,785 🌟 (362.4% more than any other repo) and is #6 most starred overall w/ 115.7k 🌟 Way to go @FlutterDev 💪 #flutter #Dart https://t.co/tg8IUC4nGC
New post on /r/flutterdev subreddit:
Github search and BLoC | Using BLoC in Flutter - (Aseem Wangoo)
https://www.youtube.com/watch?v=7eQgZ6QQwxs
March 08, 2021 at 04:40PM by AseemWangoo
https://ift.tt/38hxNyE
Github search and BLoC | Using BLoC in Flutter - (Aseem Wangoo)
https://www.youtube.com/watch?v=7eQgZ6QQwxs
March 08, 2021 at 04:40PM by AseemWangoo
https://ift.tt/38hxNyE
YouTube
Github search and BLoC | Using BLoC in Flutter | No package | BLoC Search @aseemwangoo #flutter
This video shows how to use Github search and Bloc in flutter. There is no package installed for using bloc, in short plain vanilla bloc was used.
* Github search and BLoC | Using BLoC in Flutter | No package *
URL: https://web.flatteredwithflutter.com/…
* Github search and BLoC | Using BLoC in Flutter | No package *
URL: https://web.flatteredwithflutter.com/…
New post on /r/flutterdev subreddit:
The `build_it` is a builder that representing various types of generators that mainly generate code for other generators (and builders), or generates ready-to-use code, doing the chores for you.
Beta version, but everything seems to work.The current list of generators includes:
- JsonSerializableAn example of the input configuration:
March 08, 2021 at 04:27PM by andrew_mezoni
https://ift.tt/3c6Xx1S
The `build_it` is a builder that representing various types of generators that mainly generate code for other generators (and builders), or generates ready-to-use code, doing the chores for you.
Beta version, but everything seems to work.The current list of generators includes:
- JsonSerializableAn example of the input configuration:
shop_objects.yaml
```yamlformat: name: build_it generator:name: JsonSerializableimmutable: true jsonObjects: - name: Product comments: "Product model" properties: - { name: id, type: int? } - { name: name, type: String? } - { name: retailPrice, type: double? }name: User immutable: false comments: "User model" properties:{ name: email, type: String? }{ name: id, type: int? }{ name: name, type: String? }name: password type: String comments: "Password property" ```An example of the generated code:shop_objects.g.dart
```dart // GENERATED CODE - DO NOT MODIFY BY HANDimport 'package:json_annotation/json_annotation.dart';part 'shop_objects.g.g.dart';// ************************************************************************** // build_it: JsonSerializable // **************************************************************************/// Product model @JsonSerializable() class Product { Product({this.id, this.name, this.retailPrice});/// Creates an object from a JSON representation factory Product.fromJson(Map<String, dynamic> json) => _$ProductFromJson(json);final int? id;final String? name;final double? retailPrice;/// Returns a JSON representation of the object Map<String, dynamic> toJson() => _$ProductToJson(this); }/// User model @JsonSerializable() class User { User({this.email, this.id, this.name, required this.password});/// Creates an object from a JSON representation factory User.fromJson(Map<String, dynamic> json) => _$UserFromJson(json);String? email;int? id;String? name;/// Password property String password;/// Returns a JSON representation of the object Map<String, dynamic> toJson() => _$UserToJson(this); } ```March 08, 2021 at 04:27PM by andrew_mezoni
https://ift.tt/3c6Xx1S
reddit
The `build_it` is a builder that representing various types of...
[https://github.com/mezoni/build\_it](https://github.com/mezoni/build_it) Beta version, but everything seems to work. The current list of...
New post on /r/flutterdev subreddit:
Flutter Tutorial - Google Fonts - Add Custom Fonts (Johannes Milke)
https://www.youtube.com/watch?v=Gf-cyiWlmEI
March 08, 2021 at 05:23PM by JohannesMilke
https://ift.tt/30pfh36
Flutter Tutorial - Google Fonts - Add Custom Fonts (Johannes Milke)
https://www.youtube.com/watch?v=Gf-cyiWlmEI
March 08, 2021 at 05:23PM by JohannesMilke
https://ift.tt/30pfh36
YouTube
Flutter Tutorial - Add Custom Fonts & Google Fonts
With Flutter, you can add Custom Fonts & Google Fonts to your Flutter project easily.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter Masterclass…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter Masterclass…
New post on /r/flutterdev subreddit:
Is FirebaseMLVision deprecated?
I'm attempting to include real-time face detection in my flutter app but it isn't really working. Various resources online suggest to move on from FirebaseMLVision, but the page for the kit was updated in February 25, 2021. Anyone know what's going on?
March 08, 2021 at 06:27PM by 5thWonder
https://ift.tt/3bsnfP7
Is FirebaseMLVision deprecated?
I'm attempting to include real-time face detection in my flutter app but it isn't really working. Various resources online suggest to move on from FirebaseMLVision, but the page for the kit was updated in February 25, 2021. Anyone know what's going on?
March 08, 2021 at 06:27PM by 5thWonder
https://ift.tt/3bsnfP7
reddit
Is FirebaseMLVision deprecated?
I'm attempting to include real-time face detection in my flutter app but it isn't really working. Various resources online suggest to move on from...
New post on /r/flutterdev subreddit:
#MyFlutterStory - Stories From Developers in Africa Using Flutter
https://youtube.com/watch?v=4Jd676L8ElE&feature=share
March 08, 2021 at 08:02PM by Pixelreddit
https://ift.tt/3t03mVx
#MyFlutterStory - Stories From Developers in Africa Using Flutter
https://youtube.com/watch?v=4Jd676L8ElE&feature=share
March 08, 2021 at 08:02PM by Pixelreddit
https://ift.tt/3t03mVx
YouTube
#MyFlutterStory - Stories From Developers in Africa Using Flutter
Hear from and meet Flutter Developers from the community in Africa. How did they discover Flutter? Where do they get inspiration? What have they built? And h...
New post on /r/flutterdev subreddit:
Implementing Sign Up and Login in a Flutter Product
https://m.youtube.com/watch?v=Y-JawJ4m6Fg&feature=youtu.be
March 08, 2021 at 07:53PM by Purple_Pizzazz
https://ift.tt/3sZm4MZ
Implementing Sign Up and Login in a Flutter Product
https://m.youtube.com/watch?v=Y-JawJ4m6Fg&feature=youtu.be
March 08, 2021 at 07:53PM by Purple_Pizzazz
https://ift.tt/3sZm4MZ
YouTube
Implementing Sign Up and Login in a Flutter Product
In this video we add the Sign up and Login functionality for the upcoming BoxOut product.
Source: https://github.com/FilledStacks/boxtout/tree/main/src/clients/customer
Written: https://www.filledstacks.com/post/building-flutter-login-and-sign-up-forms/
Source: https://github.com/FilledStacks/boxtout/tree/main/src/clients/customer
Written: https://www.filledstacks.com/post/building-flutter-login-and-sign-up-forms/
New post on /r/flutterdev subreddit:
Edge Cloud Computing in Flutter?
I was wondering if anyone in this forum has any experience with managing data bases at the Edge, that is on the device itself, rather than at the server.I recently learned about it and there are various SDKs available. I haven't tried any of them. But I wish to learn from experienced developers about their experience, and pros and cons of the platforms they used.For the app I am developing, user data privacy and speed of transaction is the outmost important criteria. I thought Edge Cloud is exactly what I might need!I am currently exploring an Edge Cloud platform called "Mimik". If you know a better one please share your recommendations.Thank you
March 08, 2021 at 07:46PM by WiseRaven1
https://ift.tt/2MXbAyq
Edge Cloud Computing in Flutter?
I was wondering if anyone in this forum has any experience with managing data bases at the Edge, that is on the device itself, rather than at the server.I recently learned about it and there are various SDKs available. I haven't tried any of them. But I wish to learn from experienced developers about their experience, and pros and cons of the platforms they used.For the app I am developing, user data privacy and speed of transaction is the outmost important criteria. I thought Edge Cloud is exactly what I might need!I am currently exploring an Edge Cloud platform called "Mimik". If you know a better one please share your recommendations.Thank you
March 08, 2021 at 07:46PM by WiseRaven1
https://ift.tt/2MXbAyq
reddit
Edge Cloud Computing in Flutter?
I was wondering if anyone in this forum has any experience with managing data bases at the Edge, that is on the device itself, rather than at the...
New tweet from FlutterDev:
🤩 Celebrating #IWD2021 with a series dedicated to women in tech!
Meet 21 trailblazers who are sharing their accomplishments, contributions and dedication to making the developer community more welcoming and inclusive for women.
Read their stories → https://t.co/yXyhMh8Pqn pic.twitter.com/DxofLnfaUj— Google Developers (@googledevs) March 8, 2021
March 08, 2021 at 07:54PM
http://twitter.com/FlutterDev/status/1368998595836276736
🤩 Celebrating #IWD2021 with a series dedicated to women in tech!
Meet 21 trailblazers who are sharing their accomplishments, contributions and dedication to making the developer community more welcoming and inclusive for women.
Read their stories → https://t.co/yXyhMh8Pqn pic.twitter.com/DxofLnfaUj— Google Developers (@googledevs) March 8, 2021
March 08, 2021 at 07:54PM
http://twitter.com/FlutterDev/status/1368998595836276736
Twitter
#iwd2021 hashtag on Twitter
On May 1 @NEAToday tweeted: "Every day, but especially today, we join.." - read what others are saying and join the conversation.
New tweet from FlutterDev:
🌟 Let's show some love for @rihanna_ke this #IWD2021!
Rihanna's path into tech began out of curiosity. Now, she's a Google Developer Expert in web, Flutter, and Dart, and her advice is, "Always stay passionate and never stop learning."
Read 👉 https://t.co/ERuUWLkazP pic.twitter.com/aNv7WoP1Il— Flutter (@FlutterDev) March 8, 2021
March 08, 2021 at 09:06PM
http://twitter.com/FlutterDev/status/1369016772532183041
🌟 Let's show some love for @rihanna_ke this #IWD2021!
Rihanna's path into tech began out of curiosity. Now, she's a Google Developer Expert in web, Flutter, and Dart, and her advice is, "Always stay passionate and never stop learning."
Read 👉 https://t.co/ERuUWLkazP pic.twitter.com/aNv7WoP1Il— Flutter (@FlutterDev) March 8, 2021
March 08, 2021 at 09:06PM
http://twitter.com/FlutterDev/status/1369016772532183041
Twitter
Rihanna Kedir 💙👗👜 (@rihanna_ke) | Twitter
The latest Tweets from Rihanna Kedir 💙👗👜 (@rihanna_ke). GDE web, #flutter & #dart_lang
WTM Ambassador,
GDG lead,
@flutterista
👗👜👠 crafter
💻 Software engineer at UN-WFP
Tweets are my own!. Rome, Lazio
WTM Ambassador,
GDG lead,
@flutterista
👗👜👠 crafter
💻 Software engineer at UN-WFP
Tweets are my own!. Rome, Lazio
New tweet from FlutterDev:
👏 This #IWD2021, give it up for @pr_Mais!
With a passion for tech at a young age, Mais is currently a lead developer at a tech startup. They use Flutter to help patients get remote consultations and to give clinics access to appointment details.
Read → https://t.co/ERuUWLkazP pic.twitter.com/ddDj7QSjCX— Flutter (@FlutterDev) March 8, 2021
March 08, 2021 at 11:12PM
http://twitter.com/FlutterDev/status/1369048328948785152
👏 This #IWD2021, give it up for @pr_Mais!
With a passion for tech at a young age, Mais is currently a lead developer at a tech startup. They use Flutter to help patients get remote consultations and to give clinics access to appointment details.
Read → https://t.co/ERuUWLkazP pic.twitter.com/ddDj7QSjCX— Flutter (@FlutterDev) March 8, 2021
March 08, 2021 at 11:12PM
http://twitter.com/FlutterDev/status/1369048328948785152
Twitter
#iwd2021 hashtag on Twitter
On May 1 @NEAToday tweeted: "Every day, but especially today, we join.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
My take on Navigator 2.0 (or Router) API
Flutter as a framework has lots of really good solutions for exposing its APIs for us to build mobile applications. With all the respect to the team involved, Router is not one of them.And I don’t think I am alone on this one, just look at the comments in the most upvoted router-related explanation post - while the explanation is great on the post, this is a bizarrely verbose solution for an app that has two extremely simple pages. How should I feel needing to write more lines for the navigation when comparing to the whole page’s layout?I am far from the most experienced developer out there but, with a decent sum of years in mobile development, having worked with Android and iOS native APIs, I don’t think this is a developer adoption learning curve problem, this is very likely a overly complex solution for something that could be simplified, even if at some minimal performance cost that I am unaware of.I tried to ask about this in Flutter Engage live Q&A event, but I wasn’t lucky to get my message read.After spending about 30ish hours in total, I have given up trying to scale this solution for my application that has around 12 full-screen pages and deep-links. Sure, I could try harder and eventually find out better implementations for my use-case, but it would still be super verbose. I am not event taking into account the insane amount of docs and comments that I added to the related classes, to make them friendly for anyone that will be reading my code later.There are alternatives like beamer and voyager which kind-of removes part of the complexity, but still, they have to implement another bigger abstraction as an alternative to the “native” one.And with all of that said, we get to the core issue that gets closed almost a month ago with a roadmap for an improvement of the Router API!I am just sharing this for people that are also struggling with this new API. For now, to meet some deep-link use-cases I still have to use Router, as it introduces relevant new behaviors, but I will not spend any more time trying to understand an API that must change (and Flutter team already positioned like so), I will use and try to contribute to one of the existing community libraries. Just hope that they could be more emphatic on this matter, as of right now, the API is just “hanging” there, on the stable branch.
March 08, 2021 at 11:09PM by gmatuella
https://ift.tt/2OxzMb5
My take on Navigator 2.0 (or Router) API
Flutter as a framework has lots of really good solutions for exposing its APIs for us to build mobile applications. With all the respect to the team involved, Router is not one of them.And I don’t think I am alone on this one, just look at the comments in the most upvoted router-related explanation post - while the explanation is great on the post, this is a bizarrely verbose solution for an app that has two extremely simple pages. How should I feel needing to write more lines for the navigation when comparing to the whole page’s layout?I am far from the most experienced developer out there but, with a decent sum of years in mobile development, having worked with Android and iOS native APIs, I don’t think this is a developer adoption learning curve problem, this is very likely a overly complex solution for something that could be simplified, even if at some minimal performance cost that I am unaware of.I tried to ask about this in Flutter Engage live Q&A event, but I wasn’t lucky to get my message read.After spending about 30ish hours in total, I have given up trying to scale this solution for my application that has around 12 full-screen pages and deep-links. Sure, I could try harder and eventually find out better implementations for my use-case, but it would still be super verbose. I am not event taking into account the insane amount of docs and comments that I added to the related classes, to make them friendly for anyone that will be reading my code later.There are alternatives like beamer and voyager which kind-of removes part of the complexity, but still, they have to implement another bigger abstraction as an alternative to the “native” one.And with all of that said, we get to the core issue that gets closed almost a month ago with a roadmap for an improvement of the Router API!I am just sharing this for people that are also struggling with this new API. For now, to meet some deep-link use-cases I still have to use Router, as it introduces relevant new behaviors, but I will not spend any more time trying to understand an API that must change (and Flutter team already positioned like so), I will use and try to contribute to one of the existing community libraries. Just hope that they could be more emphatic on this matter, as of right now, the API is just “hanging” there, on the stable branch.
March 08, 2021 at 11:09PM by gmatuella
https://ift.tt/2OxzMb5
Medium
Learning Flutter’s new Navigation and Routing system
This article explains how Flutter’s new Navigator and Router API works. If you follow Flutter’s open design docs, you might have seen…
New tweet from FlutterDev:
💡 "Enjoy what you are doing and be curious."@kate_sheremet started programming at 15 years old and fell in love. She now runs her own company, FutureWare, and is a Google Developer Expert in Flutter and @dart_lang.
Read her #IWD2021 story 👉 https://t.co/ERuUWLkazP pic.twitter.com/vp3YJNgTu6— Flutter (@FlutterDev) March 9, 2021
March 09, 2021 at 01:06AM
http://twitter.com/FlutterDev/status/1369077159059353603
💡 "Enjoy what you are doing and be curious."@kate_sheremet started programming at 15 years old and fell in love. She now runs her own company, FutureWare, and is a Google Developer Expert in Flutter and @dart_lang.
Read her #IWD2021 story 👉 https://t.co/ERuUWLkazP pic.twitter.com/vp3YJNgTu6— Flutter (@FlutterDev) March 9, 2021
March 09, 2021 at 01:06AM
http://twitter.com/FlutterDev/status/1369077159059353603
Twitter
Katarina Sheremet 💙 (@kate_sheremet) | Twitter
The latest Tweets from Katarina Sheremet 💙 (@kate_sheremet). #GDE in #Flutter & #Dart. Founder at https://t.co/FvtM458fgj . #WTM Ambassador. #Opensource enthusiast. #Speaker.
katarina@sheremet.ch. Switzerland
katarina@sheremet.ch. Switzerland
New post on /r/flutterdev subreddit:
Help choosing between react native and flutter.
/r/appdev/comments/m0y6tc/help_choosing_between_react_native_and_flutter/
March 09, 2021 at 05:18AM by ewoolsey
https://ift.tt/38lVhCX
Help choosing between react native and flutter.
/r/appdev/comments/m0y6tc/help_choosing_between_react_native_and_flutter/
March 09, 2021 at 05:18AM by ewoolsey
https://ift.tt/38lVhCX
reddit
Help choosing between react native and flutter.
Posted in r/FlutterDev by u/ewoolsey • 0 points and 0 comments
New post on Flutter Dev Google group:
Learn Everything About Flutter
Hello, My Dear Friend! Please like and subscribe to this youtube channel! Here you learn : 1: Creating a Modern Promo Video in After Effect 2: Modern Mobile Application Development in Flutter 3: Modern Web App with React-Hooks. 4: Modern Video Editing 5: Principle of Animation 6: Creating
March 09, 2021 at 06:37AM by Jitendra Kumar Kumawat
https://ift.tt/3cicJt9
Learn Everything About Flutter
Hello, My Dear Friend! Please like and subscribe to this youtube channel! Here you learn : 1: Creating a Modern Promo Video in After Effect 2: Modern Mobile Application Development in Flutter 3: Modern Web App with React-Hooks. 4: Modern Video Editing 5: Principle of Animation 6: Creating
March 09, 2021 at 06:37AM by Jitendra Kumar Kumawat
https://ift.tt/3cicJt9
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 code MapleStory | Flutter From Scratch
https://m.youtube.com/watch?v=TFrzjwJuDiI&feature=youtu.be
March 09, 2021 at 06:33AM by Purple_Pizzazz
https://ift.tt/3rtAuok
How to code MapleStory | Flutter From Scratch
https://m.youtube.com/watch?v=TFrzjwJuDiI&feature=youtu.be
March 09, 2021 at 06:33AM by Purple_Pizzazz
https://ift.tt/3rtAuok
YouTube
MAPLESTORY • FLUTTER GAME FROM SCRATCH
code: https://github.com/mitchkoko/maplestoryflutterwebsite: https://mitchkoko.app/instagram: https://instagram.com/createdbykokofacebook: https://fb.me/cre...
New post on Flutter Dev Google group:
Rename a specific field to snake case (json_serializable) package
hi , anyone here using *json_serializable* package ? i would like to know how can i rename a specific field to snake case , example : id change to _id , thank in advance
March 09, 2021 at 07:47AM by You Sour
https://ift.tt/3qpXuTP
Rename a specific field to snake case (json_serializable) package
hi , anyone here using *json_serializable* package ? i would like to know how can i rename a specific field to snake case , example : id change to _id , thank in advance
March 09, 2021 at 07:47AM by You Sour
https://ift.tt/3qpXuTP
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:
iOS state management problem
i'm building an app that records location and accelerometer data, and exports that data into a csv file. *The problem:* when I'm deploying to android everything working fine. I have a running clock as you can see at the build widget: `time:DateTime.now().toString()),`. And the location
March 09, 2021 at 07:56AM by Amit Aflalo
https://ift.tt/3brm4iW
iOS state management problem
i'm building an app that records location and accelerometer data, and exports that data into a csv file. *The problem:* when I'm deploying to android everything working fine. I have a running clock as you can see at the build widget: `time:DateTime.now().toString()),`. And the location
March 09, 2021 at 07:56AM by Amit Aflalo
https://ift.tt/3brm4iW
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:
In App Purchases with Bloc.
Has anyone implemented IAP using Bloc as state management?Or know of any open source projects that has done it.Would love to look at some examples!Thanks!
March 09, 2021 at 07:57AM by MentalMarzipan5
https://ift.tt/3quqV7o
In App Purchases with Bloc.
Has anyone implemented IAP using Bloc as state management?Or know of any open source projects that has done it.Would love to look at some examples!Thanks!
March 09, 2021 at 07:57AM by MentalMarzipan5
https://ift.tt/3quqV7o
reddit
In App Purchases with Bloc.
Has anyone implemented IAP using Bloc as state management? Or know of any open source projects that has done it. Would love to look at some...