New post on /r/flutterdev subreddit:
Retrofit β The easiest way to call Rest APIs in Flutter
https://ift.tt/3njrH6c
December 10, 2020 at 05:44AM by meterryjoshua
https://ift.tt/3oHlUYw
Retrofit β The easiest way to call Rest APIs in Flutter
https://ift.tt/3njrH6c
December 10, 2020 at 05:44AM by meterryjoshua
https://ift.tt/3oHlUYw
Medium
Retrofit β The easiest way to call Rest APIs in Flutter
Omit the boiler plate code in API calling, Get it done the fast and easy way in Flutter.
New post on /r/flutterdev subreddit:
New Animated Series in Flutter Widgets
https://ift.tt/3ma38Y6
December 10, 2020 at 09:36AM by sulli110
https://ift.tt/3qNJNiS
New Animated Series in Flutter Widgets
https://ift.tt/3ma38Y6
December 10, 2020 at 09:36AM by sulli110
https://ift.tt/3qNJNiS
Medium
Flutter Animated Series (Animated Align)
I received a lot of appreciation from the readers for my past stories that I posted on Medium on Flutter widgets. I wrote mostly on theβ¦
New post on /r/flutterdev subreddit:
Building A Podcast App - Sign In UI
https://ift.tt/2W2iW4B
December 09, 2020 at 08:16PM by DoPeopleEvenLookHere
https://ift.tt/3m61qqI
Building A Podcast App - Sign In UI
https://ift.tt/2W2iW4B
December 09, 2020 at 08:16PM by DoPeopleEvenLookHere
https://ift.tt/3m61qqI
New post on /r/flutterdev subreddit:
Open Source chat Application built in Flutter with Firebase
This is open source chat application I build with flutter on Github :
https://github.com/hosain-mohamed/Flutter-chat-AppIt has the following features :- Sign in - SignUp - logout .
- linking with Firebase Authentication system.
- client and backend validation during logging and register.
- search by name of users.
- real-time send and receive messages using stream and linking with Firebaes Firestore database.
- viewing profile page and able to edit info and upload images.
- use pagination for showing the messages and also for friends list.
- nice looking UI and user-friendly animation with a splash screen at the beginning.
- using Bloc for state management.
- using Get-it as a Service Locator for dependency injection.I hope it would be useful for all using #FlutterDev
#Flutter
December 10, 2020 at 10:21PM by Crafty-Daikon-828
https://ift.tt/3n9aj43
Open Source chat Application built in Flutter with Firebase
This is open source chat application I build with flutter on Github :
https://github.com/hosain-mohamed/Flutter-chat-AppIt has the following features :- Sign in - SignUp - logout .
- linking with Firebase Authentication system.
- client and backend validation during logging and register.
- search by name of users.
- real-time send and receive messages using stream and linking with Firebaes Firestore database.
- viewing profile page and able to edit info and upload images.
- use pagination for showing the messages and also for friends list.
- nice looking UI and user-friendly animation with a splash screen at the beginning.
- using Bloc for state management.
- using Get-it as a Service Locator for dependency injection.I hope it would be useful for all using #FlutterDev
#Flutter
December 10, 2020 at 10:21PM by Crafty-Daikon-828
https://ift.tt/3n9aj43
GitHub
GitHub - hosain-mohamed/Flutter-chat-App: Chat application using Flutter and Firebase for backend.
Chat application using Flutter and Firebase for backend. - hosain-mohamed/Flutter-chat-App
New tweet from FlutterDev:
π¦ This week, 34 packages published null safety versions on https://t.co/XAGXN50me3.
Among them: provider, mime, sprintf, and recase. This takes us to 279 null-safe packages!
Dig into the stats here → https://t.co/as2v3Q19fKβ Dart Language (@dart_lang) December 10, 2020
December 11, 2020 at 12:19AM
http://twitter.com/FlutterDev/status/1337175249847078913
π¦ This week, 34 packages published null safety versions on https://t.co/XAGXN50me3.
Among them: provider, mime, sprintf, and recase. This takes us to 279 null-safe packages!
Dig into the stats here → https://t.co/as2v3Q19fKβ Dart Language (@dart_lang) December 10, 2020
December 11, 2020 at 12:19AM
http://twitter.com/FlutterDev/status/1337175249847078913
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on Flutter Dev Google group:
Flutter 1.22.5 hotfix released to the stable channel.
*Hi,Flutter 1.22.5 has been released to stable. This is a hotfix release on the 1.22 branch. Dart 2.10 was not updated in this hotfix, Dart 2.10.4 is still the current stable version. Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable
December 11, 2020 at 12:14AM by Patrick Sosinski
https://ift.tt/2W0xqBV
Flutter 1.22.5 hotfix released to the stable channel.
*Hi,Flutter 1.22.5 has been released to stable. This is a hotfix release on the 1.22 branch. Dart 2.10 was not updated in this hotfix, Dart 2.10.4 is still the current stable version. Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable
December 11, 2020 at 12:14AM by Patrick Sosinski
https://ift.tt/2W0xqBV
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:
Gitter joins Matrix and FluttfyChat is promising
Gitter now joins Matrix protocol community: https://matrix.org/blog/2020/12/07/gitter-now-speaks-matrixIn all the open source Matrix clients: https://matrix.org/clients/there is FluttfyChat by Flutter for all platforms: Android/iOS/Web/macOS/Windows/Linuxhttps://matrix.org/docs/projects/client/fluffychatWhat do you think?
December 11, 2020 at 12:48AM by sunbreakwang
https://ift.tt/37WL7HX
Gitter joins Matrix and FluttfyChat is promising
Gitter now joins Matrix protocol community: https://matrix.org/blog/2020/12/07/gitter-now-speaks-matrixIn all the open source Matrix clients: https://matrix.org/clients/there is FluttfyChat by Flutter for all platforms: Android/iOS/Web/macOS/Windows/Linuxhttps://matrix.org/docs/projects/client/fluffychatWhat do you think?
December 11, 2020 at 12:48AM by sunbreakwang
https://ift.tt/37WL7HX
matrix.org
Gitter now speaks Matrix!
Matrix, the open protocol for secure decentralised communications
New post on /r/flutterdev subreddit:
Chess game in flutter?
I want to develop a chess game.
Can you please share some of the idea and tutorial to develop a chess game with AI?I believe developing the board and moving the pieces will be easier but implementing AI is going to be tough.
December 11, 2020 at 06:35AM by mahesh2150
https://ift.tt/341Da2Y
Chess game in flutter?
I want to develop a chess game.
Can you please share some of the idea and tutorial to develop a chess game with AI?I believe developing the board and moving the pieces will be easier but implementing AI is going to be tough.
December 11, 2020 at 06:35AM by mahesh2150
https://ift.tt/341Da2Y
reddit
Chess game in flutter?
I want to develop a chess game. Can you please share some of the idea and tutorial to develop a chess game with AI? I believe developing the...
New post on Flutter Dev Google group:
popup on the map markers
Hello ,Anyone please help me to show the popup message on flutter map markers. Future getData1 (String NElat,String NElong,String SWlat,String SWlong) async{ Map
popup on the map markers
Hello ,Anyone please help me to show the popup message on flutter map markers. Future getData1 (String NElat,String NElong,String SWlat,String SWlong) async{ Map
New post on /r/flutterdev subreddit:
Optimized Implementation of a Flutter Chat App with Firebase
Hello,I have very recently started learning Flutter development. I have completed Angela Yu's Flutter course. I am building a dating app, and I wanted to (obviously) build some chat functionality into it.Angela Yu's course does cover a group chat app, and the Firebase backend of the app was remarkably simple to implement. This community also seems to be rich in Chat app implementations.However, I've noticed that most of these posts have comments stating Firebase's tendency to skyrocket costs, and the implementations not being optimized. Unfortunately, most of these comments didn't substantiate exactly what they meant. I, therefore, had three questions:Can someone please explain the optimizations being talked about, and the shortcomings to these implementations?
(For context, one commenter stated that any chat app with more than 10 users will accrue significant costs, the read/write pricing model of firestore is not ideal for chat apps, etc.)Could someone please direct me to resources or tutorials where I can learn more about this? I'd also be grateful if you could direct me to an optimized implementation of a chat app that could handle a few thousand users under, say, $1000/month?If Firebase cannot do (2), what according to you would be better ways to go about approaching the backend? I do know a decent amount of Python. I was thinking if learning the Django Rest Framework, and building the backend myself would be more beneficial in the long run.Thank you for your time and support!
December 11, 2020 at 09:19AM by tegridyfarms96
https://ift.tt/3qMqtCL
Optimized Implementation of a Flutter Chat App with Firebase
Hello,I have very recently started learning Flutter development. I have completed Angela Yu's Flutter course. I am building a dating app, and I wanted to (obviously) build some chat functionality into it.Angela Yu's course does cover a group chat app, and the Firebase backend of the app was remarkably simple to implement. This community also seems to be rich in Chat app implementations.However, I've noticed that most of these posts have comments stating Firebase's tendency to skyrocket costs, and the implementations not being optimized. Unfortunately, most of these comments didn't substantiate exactly what they meant. I, therefore, had three questions:Can someone please explain the optimizations being talked about, and the shortcomings to these implementations?
(For context, one commenter stated that any chat app with more than 10 users will accrue significant costs, the read/write pricing model of firestore is not ideal for chat apps, etc.)Could someone please direct me to resources or tutorials where I can learn more about this? I'd also be grateful if you could direct me to an optimized implementation of a chat app that could handle a few thousand users under, say, $1000/month?If Firebase cannot do (2), what according to you would be better ways to go about approaching the backend? I do know a decent amount of Python. I was thinking if learning the Django Rest Framework, and building the backend myself would be more beneficial in the long run.Thank you for your time and support!
December 11, 2020 at 09:19AM by tegridyfarms96
https://ift.tt/3qMqtCL
reddit
Optimized Implementation of a Flutter Chat App with Firebase
Hello, I have very recently started learning Flutter development. I have completed Angela Yu's Flutter course. I am building a dating app, and I...
New Flutter offer π₯π₯
Hi guys! We are a small boutique dev shop creating MVPs for US startups.
Our go-to stack is flutter + openapi + django + google cloud.
We are looking fo a med/senior/architect flutter programmer to work with us long-term full time on various projects.
βοΈ You can work wherever you work and whenever you work - the only condition is quality code.
πΆ Compensation is in accordance with experience/code quality/productivity.
βπ» If you are looking for a really cool work and has production experience with flutter native + web, bloc, localisation, theming and navigator 2.0 and preferably has already released some flutter libraries in open source weβd like to see your latest flutter code using the above technologies. After that weβd like to sign an NDA and ask you to do a short 4 hours test job on an actual project.
β One of our startups is https://aahi.io (see the web apps https://aahi.app and https://sell.aahi.io)
For more information go to @flutteroffers
Feel free to reach out to me directly after you submit your application here on telegram @sofiakho
Hi guys! We are a small boutique dev shop creating MVPs for US startups.
Our go-to stack is flutter + openapi + django + google cloud.
We are looking fo a med/senior/architect flutter programmer to work with us long-term full time on various projects.
βοΈ You can work wherever you work and whenever you work - the only condition is quality code.
πΆ Compensation is in accordance with experience/code quality/productivity.
βπ» If you are looking for a really cool work and has production experience with flutter native + web, bloc, localisation, theming and navigator 2.0 and preferably has already released some flutter libraries in open source weβd like to see your latest flutter code using the above technologies. After that weβd like to sign an NDA and ask you to do a short 4 hours test job on an actual project.
β One of our startups is https://aahi.io (see the web apps https://aahi.app and https://sell.aahi.io)
For more information go to @flutteroffers
Feel free to reach out to me directly after you submit your application here on telegram @sofiakho
New post on /r/flutterdev subreddit:
Do you add *.g.dart files to .gitignore?
There is a war in my office about it so what is your opinion about it?View Poll
December 11, 2020 at 10:54AM by AdamSmaka
https://ift.tt/3gzSlp9
Do you add *.g.dart files to .gitignore?
There is a war in my office about it so what is your opinion about it?View Poll
December 11, 2020 at 10:54AM by AdamSmaka
https://ift.tt/3gzSlp9
New post on /r/flutterdev subreddit:
Flutter Among Us Avatar Generator
I and u/LiquidatorAB created this amazing Among Us Avatar Generator App using Flutter some time back. It is finally public!GitHub Repo Link - https://github.com/LiquidatorCoder/among_us_appApp Link for Android - LinkAUAG brings you a simple tool to create, share your favorite among us avatars, and save them. You can create them randomly, or using the fine-tune editor carefully. With features like random name generator and crop, you can create anything that you want!β‘INCLUDES - 14 characters! - 7 hats! - 4 skins! - 3 backgrounds! .. and more!
December 11, 2020 at 11:32AM by CodeNameAkshay
https://ift.tt/340hyUI
Flutter Among Us Avatar Generator
I and u/LiquidatorAB created this amazing Among Us Avatar Generator App using Flutter some time back. It is finally public!GitHub Repo Link - https://github.com/LiquidatorCoder/among_us_appApp Link for Android - LinkAUAG brings you a simple tool to create, share your favorite among us avatars, and save them. You can create them randomly, or using the fine-tune editor carefully. With features like random name generator and crop, you can create anything that you want!β‘INCLUDES - 14 characters! - 7 hats! - 4 skins! - 3 backgrounds! .. and more!
December 11, 2020 at 11:32AM by CodeNameAkshay
https://ift.tt/340hyUI
GitHub
LiquidatorCoder/among_us_app
Simple Among Us Game Avatar Generator. Contribute to LiquidatorCoder/among_us_app development by creating an account on GitHub.
New post on Flutter Dev Google group:
flutter plugins
Hi, I'm new at programming. I'm writing an app for language learning. I want the user to be able to record and listen to his/her own speech to check pronunciation. I've looked at a few audio recorders in 'pub dev', but I don't know how to integrate them into my flutter project. I've been able to
December 11, 2020 at 12:39PM by Willem van der Plaat
https://ift.tt/3naNqxp
flutter plugins
Hi, I'm new at programming. I'm writing an app for language learning. I want the user to be able to record and listen to his/her own speech to check pronunciation. I've looked at a few audio recorders in 'pub dev', but I don't know how to integrate them into my flutter project. I've been able to
December 11, 2020 at 12:39PM by Willem van der Plaat
https://ift.tt/3naNqxp
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 plugins
Hi, I'm new at programming. I'm writing an app for language learning. I want the user to be able to record and listen to his/her own speech to check pronunciation. I've looked at a few audio recorders in 'pub dev', but I don't know how to integrate them into my flutter project. I've been able to
December 11, 2020 at 12:39PM by Willem van der Plaat
https://ift.tt/3naNqxp
flutter plugins
Hi, I'm new at programming. I'm writing an app for language learning. I want the user to be able to record and listen to his/her own speech to check pronunciation. I've looked at a few audio recorders in 'pub dev', but I don't know how to integrate them into my flutter project. I've been able to
December 11, 2020 at 12:39PM by Willem van der Plaat
https://ift.tt/3naNqxp
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:
manage multiple pages in flutter
can anyone tell me how to manage multiple pages, I want to make an app for my project, I want to manage pages from the introduction page > SignIn/SignUp page > Home Page and if the user is already logged in then show the Home page and if signout then show the Introduction Page > SignIn /
December 11, 2020 at 02:00PM by bella panti
https://ift.tt/2IHizJO
manage multiple pages in flutter
can anyone tell me how to manage multiple pages, I want to make an app for my project, I want to manage pages from the introduction page > SignIn/SignUp page > Home Page and if the user is already logged in then show the Home page and if signout then show the Introduction Page > SignIn /
December 11, 2020 at 02:00PM by bella panti
https://ift.tt/2IHizJO
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:
App Feedback Thread - December 11, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
December 11, 2020 at 03:00PM by AutoModerator
https://ift.tt/376C2Ne
App Feedback Thread - December 11, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
December 11, 2020 at 03:00PM by AutoModerator
https://ift.tt/376C2Ne
reddit
App Feedback Thread - December 11, 2020
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
[ASK] Technology to learn alongside Flutter
Hello guys i am sorry if this question is kinda dumb, since i am rather new to flutter and overall programming experience, so i have learnt flutter for quite a few months and i really enjoyed it, since i have also learned a lil bit of native android before it feels quite simpler, i really love using flutter but i feels quite confused on what to learn alongside flutter like am i supposed to learn building my own back end? or should i also learn native android/ios? since all this time i always using firebase and i feels like this is not enough to make me a proper developer and land a job (also this is my final year on college), so can the senior here give me a guide or some sort of enlightment on what technologies do i need to learn or what technologies does mobile programmer usually or must to learn alongside with Flutter?
Thankyou
December 11, 2020 at 02:19PM by kfuris
https://ift.tt/3qKwUGp
[ASK] Technology to learn alongside Flutter
Hello guys i am sorry if this question is kinda dumb, since i am rather new to flutter and overall programming experience, so i have learnt flutter for quite a few months and i really enjoyed it, since i have also learned a lil bit of native android before it feels quite simpler, i really love using flutter but i feels quite confused on what to learn alongside flutter like am i supposed to learn building my own back end? or should i also learn native android/ios? since all this time i always using firebase and i feels like this is not enough to make me a proper developer and land a job (also this is my final year on college), so can the senior here give me a guide or some sort of enlightment on what technologies do i need to learn or what technologies does mobile programmer usually or must to learn alongside with Flutter?
Thankyou
December 11, 2020 at 02:19PM by kfuris
https://ift.tt/3qKwUGp
reddit
[ASK] Technology to learn alongside Flutter
Hello guys i am sorry if this question is kinda dumb, since i am rather new to flutter and overall programming experience, so i have learnt...
New post on /r/flutterdev subreddit:
Got my first Flutter App on PlayStore (Randomiser)
Here is the link, where you can download my App: https://play.google.com/store/apps/details?id=at.filipenko.randomiserFeedback is welcome in the comment section.
December 11, 2020 at 04:59PM by kesikos
https://ift.tt/3oGAtvw
Got my first Flutter App on PlayStore (Randomiser)
Here is the link, where you can download my App: https://play.google.com/store/apps/details?id=at.filipenko.randomiserFeedback is welcome in the comment section.
December 11, 2020 at 04:59PM by kesikos
https://ift.tt/3oGAtvw
Google Play
Randomiser - Apps on Google Play
Randomiser is an app, where you can get random values, and its high customizable