New post on /r/flutterdev subreddit:
Flutter Firebase Authentication with GetX (Source Codes included)
Hello, this is a tutorial to make Flutter Firebase Authentication with GetX State management.So one day, I wanted to use GetX to make a flutter app with firebase authentication to understand better, but I was confused. Then it took me some time to figure out how it was working, and eventually, I succeeded.📹 Youtube Video: https://www.youtube.com/watch?v=rVjdYq-lw0s&t🔗 GitHub Repository link Source Code: https://github.com/ImranSefat/Flutter-Firebase-Authentication-with-GetX📒 Medium Story is also available: https://medium.com/@CodingWithImran/firebase-authentication-with-getx-in-flutter-bc09d2f167a9
October 19, 2021 at 07:33PM by imran_sefat
https://ift.tt/3G2pBBt
Flutter Firebase Authentication with GetX (Source Codes included)
Hello, this is a tutorial to make Flutter Firebase Authentication with GetX State management.So one day, I wanted to use GetX to make a flutter app with firebase authentication to understand better, but I was confused. Then it took me some time to figure out how it was working, and eventually, I succeeded.📹 Youtube Video: https://www.youtube.com/watch?v=rVjdYq-lw0s&t🔗 GitHub Repository link Source Code: https://github.com/ImranSefat/Flutter-Firebase-Authentication-with-GetX📒 Medium Story is also available: https://medium.com/@CodingWithImran/firebase-authentication-with-getx-in-flutter-bc09d2f167a9
October 19, 2021 at 07:33PM by imran_sefat
https://ift.tt/3G2pBBt
YouTube
Flutter Firebase Authentication with GetX (Source Codes included)
Hello, this is a tutorial to make Flutter Firebase Authentication with GetX State management.
You know about GetX. It is an extra-light and robust solution for Flutter. It combines high-performance state management, intelligent dependency injection, and…
You know about GetX. It is an extra-light and robust solution for Flutter. It combines high-performance state management, intelligent dependency injection, and…
New post on /r/flutterdev subreddit:
SimpleX chat app demo built with Flutter + some thoughts about Flutter
Hello, flutter community!I wanted to share my experience so far of building our most private and secure open-source chat app https://github.com/simplex-chat/simplex-chat using Dart and Flutter. The chat is already released as a terminal app written in Haskell (see this post), the mobile app is not ready yet - we've just started, here is the UX demo that you could play with in the browser (or on the device from the source code).Flutter seems very promising - unlike web-based cross-platform apps (whether ionic or react native) it is more reliable for background execution, and also more performant, also all the protocol logic developed in dart can be used in our terminal chat app on desktop and in VSCode chat plugin (when we build it:) - advantage of a unified codebase would be huge.There are some disappointing things about dart libraries though:- I couldn't find a good enough library for SPKI and PKCS8 encoding of RSA keys. Dart didn't have a single library that does it all - I had to do these encodings/decodings to/from ASN1 structures picking up code pieces from pkcs_rsa, ssh_keys and ninja libraries in dart - the result is here. While it's nice I was able to do it, it's not the most productive use of time...- dart:io TCP Socket implementation seems to have a bug that I reported a couple of days ago, I hope it will be resolved soon, but it is a bit worrying that it wasn't caught sooner.- pointycastle implementation of OAEP RSA encryption uses SHA1 hash that makes it vulnerable (and incompatible with other libraries); it was reported 10 months ago, but not resolved yet.Flutter still seems a viable option to implement the app, but I now realise that we will be spending quite some time improving Flutter libraries or creating alternative low level implementations for problems that could potentially be solved.The alternatives are:- build two native apps, like virtually all other chat apps.- use Kotlin Multiplatform Mobile for protocol logic, but build UI natively - most like Jetpack Compose and Swift UI. The advantage here we could use swift and java implementations of double ratchet protocol from signal app, without transitioning them to dart.What do you think about these options vs using Flutter?Any comments, feedback and suggestions (and GitHub stars :) will massively help and are hugely appreciated!
October 19, 2021 at 08:54PM by epoberezkin
https://ift.tt/3vtxw6b
SimpleX chat app demo built with Flutter + some thoughts about Flutter
Hello, flutter community!I wanted to share my experience so far of building our most private and secure open-source chat app https://github.com/simplex-chat/simplex-chat using Dart and Flutter. The chat is already released as a terminal app written in Haskell (see this post), the mobile app is not ready yet - we've just started, here is the UX demo that you could play with in the browser (or on the device from the source code).Flutter seems very promising - unlike web-based cross-platform apps (whether ionic or react native) it is more reliable for background execution, and also more performant, also all the protocol logic developed in dart can be used in our terminal chat app on desktop and in VSCode chat plugin (when we build it:) - advantage of a unified codebase would be huge.There are some disappointing things about dart libraries though:- I couldn't find a good enough library for SPKI and PKCS8 encoding of RSA keys. Dart didn't have a single library that does it all - I had to do these encodings/decodings to/from ASN1 structures picking up code pieces from pkcs_rsa, ssh_keys and ninja libraries in dart - the result is here. While it's nice I was able to do it, it's not the most productive use of time...- dart:io TCP Socket implementation seems to have a bug that I reported a couple of days ago, I hope it will be resolved soon, but it is a bit worrying that it wasn't caught sooner.- pointycastle implementation of OAEP RSA encryption uses SHA1 hash that makes it vulnerable (and incompatible with other libraries); it was reported 10 months ago, but not resolved yet.Flutter still seems a viable option to implement the app, but I now realise that we will be spending quite some time improving Flutter libraries or creating alternative low level implementations for problems that could potentially be solved.The alternatives are:- build two native apps, like virtually all other chat apps.- use Kotlin Multiplatform Mobile for protocol logic, but build UI natively - most like Jetpack Compose and Swift UI. The advantage here we could use swift and java implementations of double ratchet protocol from signal app, without transitioning them to dart.What do you think about these options vs using Flutter?Any comments, feedback and suggestions (and GitHub stars :) will massively help and are hugely appreciated!
October 19, 2021 at 08:54PM by epoberezkin
https://ift.tt/3vtxw6b
GitHub
GitHub - simplex-chat/simplex-chat: SimpleX - the first messaging network operating without user identifiers of any kind - 100%…
SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱! - simplex-chat/simplex-chat
New tweet from FlutterDev:
💻✨ Grab your copy of Flutter Apprentice 🦋 and learn with us 🤓 It's not too late to join our online book 📚 club (23,000 readers so far!) Oct 20: We review Ch. 3 & 4 and answer your Widget questions → https://t.co/AiHu9jevcS https://t.co/n794bA8R7f— Flutter (@FlutterDev) Oct 19, 2021
October 19, 2021 at 09:00PM
https://twitter.com/FlutterDev/status/1450537242292797445
💻✨ Grab your copy of Flutter Apprentice 🦋 and learn with us 🤓 It's not too late to join our online book 📚 club (23,000 readers so far!) Oct 20: We review Ch. 3 & 4 and answer your Widget questions → https://t.co/AiHu9jevcS https://t.co/n794bA8R7f— Flutter (@FlutterDev) Oct 19, 2021
October 19, 2021 at 09:00PM
https://twitter.com/FlutterDev/status/1450537242292797445
New tweet from FlutterDev:
🦋 Grab the #flutterapprentice here 👇 https://t.co/grR1J1J8rK— Flutter (@FlutterDev) Oct 19, 2021
October 19, 2021 at 09:02PM
https://twitter.com/FlutterDev/status/1450537781415931906
🦋 Grab the #flutterapprentice here 👇 https://t.co/grR1J1J8rK— Flutter (@FlutterDev) Oct 19, 2021
October 19, 2021 at 09:02PM
https://twitter.com/FlutterDev/status/1450537781415931906
New post on /r/flutterdev subreddit:
Simple Beautiful Flashlight App in Flutter
https://www.youtube.com/watch?v=ltD1rp8sdRU
October 20, 2021 at 05:28AM by Dhanraj_Flutterdev
https://ift.tt/3DWmPMl
Simple Beautiful Flashlight App in Flutter
https://www.youtube.com/watch?v=ltD1rp8sdRU
October 20, 2021 at 05:28AM by Dhanraj_Flutterdev
https://ift.tt/3DWmPMl
YouTube
Beautiful Flashlight App in Flutter | Flutter Tutorials
Hey guys in this video we will create a beautiful flashlight app in flutter with animations. check out github repo for source code.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code: h…
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code: h…
New post on /r/flutterdev subreddit:
Flutter web performance
Hey guys! I built a site builder with flutter and using flutter web for now to serve the content. Performance isn’t the best and wanted to know if anyone has any ideas on making it faster or other suggestions!
October 20, 2021 at 11:34AM by GantorTheSlayor
https://ift.tt/3lWvU1u
Flutter web performance
Hey guys! I built a site builder with flutter and using flutter web for now to serve the content. Performance isn’t the best and wanted to know if anyone has any ideas on making it faster or other suggestions!
October 20, 2021 at 11:34AM by GantorTheSlayor
https://ift.tt/3lWvU1u
New post on /r/flutterdev subreddit:
Ideas for a open source package
I consider myself to be an intermediate programmer. I want to create a public package for some experience. But I can't think of what to make for my skill level. If anybody has an idea or are in need for a mid level package, let me know, I'll try to make it if I can. Big IF :)
October 20, 2021 at 03:12PM by 50u1506
https://ift.tt/3vvEU0E
Ideas for a open source package
I consider myself to be an intermediate programmer. I want to create a public package for some experience. But I can't think of what to make for my skill level. If anybody has an idea or are in need for a mid level package, let me know, I'll try to make it if I can. Big IF :)
October 20, 2021 at 03:12PM by 50u1506
https://ift.tt/3vvEU0E
reddit
Ideas for a open source package
I consider myself to be an intermediate programmer. I want to create a public package for some experience. But I can't think of what to make for...
New post on /r/flutterdev subreddit:
Need FOR Speed, Flutter Android Emulator 30.9.5
https://ift.tt/3pozWBY
October 20, 2021 at 03:50PM by fredgrott
https://ift.tt/3lY7K6Z
Need FOR Speed, Flutter Android Emulator 30.9.5
https://ift.tt/3pozWBY
October 20, 2021 at 03:50PM by fredgrott
https://ift.tt/3lY7K6Z
Medium
Need FOR Speed, Flutter Android Emulator 30.9.5
If you are on an old-laptop like my ASUS from 2014, you should download the new Flutter Android Emulator 30.9.5.
New post on /r/flutterdev subreddit:
Flutter TabBar Tutorial: How to Navigate Programmatically Between Tabs
https://ift.tt/3aSqNt9
October 20, 2021 at 03:17PM by bizz84
https://ift.tt/3poomqu
Flutter TabBar Tutorial: How to Navigate Programmatically Between Tabs
https://ift.tt/3aSqNt9
October 20, 2021 at 03:17PM by bizz84
https://ift.tt/3poomqu
Code With Andrea
Flutter TabBar Tutorial: How to Navigate Programmatically Between Tabs
Learn how to use the Flutter TabBar widget to take the user through a sequence of pages, and disable user interaction on the tabs themselves.
New post on /r/flutterdev subreddit:
Widgets :: 20th Oct 2021 :: Flutter Apprentice Book Club
https://youtube.com/watch?v=Llnq61KyOPg&feature=share
October 20, 2021 at 05:56PM by Pixelreddit
https://ift.tt/3B3CB6i
Widgets :: 20th Oct 2021 :: Flutter Apprentice Book Club
https://youtube.com/watch?v=Llnq61KyOPg&feature=share
October 20, 2021 at 05:56PM by Pixelreddit
https://ift.tt/3B3CB6i
YouTube
Widgets :: 20th Oct 2021 :: Flutter Apprentice Book Club
Chapters 3 & 4
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://stackoverflow.com/tags/flutter…
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://stackoverflow.com/tags/flutter…
New post on /r/flutterdev subreddit:
What's a good backend to start learning?
I've been working as a mobile developer since I started my IT career and have experience there and in Flutter. I was wondering what backend would be nice to learn if I wanted to transition into a full stack role in the future?The only real "backend" I've worked with extensively is Firebase.
October 20, 2021 at 05:42PM by CourageousPuppy
https://ift.tt/3pkSuTz
What's a good backend to start learning?
I've been working as a mobile developer since I started my IT career and have experience there and in Flutter. I was wondering what backend would be nice to learn if I wanted to transition into a full stack role in the future?The only real "backend" I've worked with extensively is Firebase.
October 20, 2021 at 05:42PM by CourageousPuppy
https://ift.tt/3pkSuTz
reddit
What's a good backend to start learning?
I've been working as a mobile developer since I started my IT career and have experience there and in Flutter. I was wondering what backend would...
New post on /r/flutterdev subreddit:
Is it possible to decompile a flutter app?
If so into what language, and how to protect one's app from it?
October 20, 2021 at 07:09PM by abdimussa87
https://ift.tt/3nglh9v
Is it possible to decompile a flutter app?
If so into what language, and how to protect one's app from it?
October 20, 2021 at 07:09PM by abdimussa87
https://ift.tt/3nglh9v
reddit
Is it possible to decompile a flutter app?
If decompiling a flutter app is possible, into what language would the app be decompiled and how to protect one's app from getting cracked? Edit...
New post on /r/flutterdev subreddit:
How to Update the State Of a Widget From Another Widget In Flutter
https://ift.tt/3bb3Hy5
October 20, 2021 at 07:08PM by maco6461
https://ift.tt/2ZbNqpS
How to Update the State Of a Widget From Another Widget In Flutter
https://ift.tt/3bb3Hy5
October 20, 2021 at 07:08PM by maco6461
https://ift.tt/2ZbNqpS
Medium
How to Update the State Of a Widget From Another Widget In Flutter
Let’s setup state management in Flutter’s bottom sheet
New post on /r/flutterdev subreddit:
Flutter UI Dark Mode from Skeleton Template | App from Scratch Part 1
https://youtu.be/q6MaMgrfR5s
October 21, 2021 at 01:07AM by Confident-Basket-896
https://ift.tt/2Z1tOVb
Flutter UI Dark Mode from Skeleton Template | App from Scratch Part 1
https://youtu.be/q6MaMgrfR5s
October 21, 2021 at 01:07AM by Confident-Basket-896
https://ift.tt/2Z1tOVb
YouTube
Flutter UI Dark Mode from Skeleton Template | App from Scratch Part 1
Welcome to my #Flutter #UI from Scratch tutorial series. In this video, we will build the novel book app UI with dark mode enabled, also this app created using the Flutter 2.5 skeleton template. and you will learn how to change the theme dynamically and build…
New post on /r/flutterdev subreddit:
Flutter SliverAppBar UX Patterns
https://ift.tt/3C2tC6O
October 21, 2021 at 02:00AM by fredgrott
https://ift.tt/3E4FJ3T
Flutter SliverAppBar UX Patterns
https://ift.tt/3C2tC6O
October 21, 2021 at 02:00AM by fredgrott
https://ift.tt/3E4FJ3T
Medium
Flutter SliverAppBar UX Patterns
I stated before that the AppBar by itself is really the wrong UX pattern when we have to apply adaptive navigation patterns for Flutter…
New post on /r/flutterdev subreddit:
Screen recording for Desktop (Windows)
Hi, is there any plugin and or tool to make use of and get a stream of Windows device's screen?
October 21, 2021 at 02:45AM by Vonarian_IR
https://ift.tt/3naMJVT
Screen recording for Desktop (Windows)
Hi, is there any plugin and or tool to make use of and get a stream of Windows device's screen?
October 21, 2021 at 02:45AM by Vonarian_IR
https://ift.tt/3naMJVT
reddit
Screen recording for Desktop (Windows)
Hi, is there any plugin and or tool to make use of and get a stream of Windows device's screen?
New post on /r/flutterdev subreddit:
Flutter COVID-19 App with Complex UI, Feedback Appreciated
https://ift.tt/30FW40l
October 21, 2021 at 03:48AM by 31Carlton7
https://ift.tt/3vtHTH4
Flutter COVID-19 App with Complex UI, Feedback Appreciated
https://ift.tt/30FW40l
October 21, 2021 at 03:48AM by 31Carlton7
https://ift.tt/3vtHTH4
GitHub
GitHub - 31Carlton7/corona_spectator: A coronavirus statistics, news and aid app to help navigate your way through the pandemic.…
A coronavirus statistics, news and aid app to help navigate your way through the pandemic. 🚀 - GitHub - 31Carlton7/corona_spectator: A coronavirus statistics, news and aid app to help navigate your...
New post on /r/flutterdev subreddit:
Now that windows 11 supports android app natively (almost), when will we be able to make flutter apps without any emulators?
I am on a lowspec PC and it would be great to see that being implemented.
October 21, 2021 at 04:41AM by dancingdonkey18
https://ift.tt/3G5iYOY
Now that windows 11 supports android app natively (almost), when will we be able to make flutter apps without any emulators?
I am on a lowspec PC and it would be great to see that being implemented.
October 21, 2021 at 04:41AM by dancingdonkey18
https://ift.tt/3G5iYOY
reddit
[deleted by user]
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Beginners contribution to open source
Hello everyone,In the spirit of hacktoberFest I have created a flutter package that beginners can contribute to. All you need is a favourite quote and your good to contribute. Check out the contribution guide for more details. Link to the repo is given below:https://github.com/muhammadidrees/quoterDon’t forget to star the repo 😊.Happy Forking 🥳
October 21, 2021 at 07:42AM by idreesBughio
https://ift.tt/3pkjfYv
Beginners contribution to open source
Hello everyone,In the spirit of hacktoberFest I have created a flutter package that beginners can contribute to. All you need is a favourite quote and your good to contribute. Check out the contribution guide for more details. Link to the repo is given below:https://github.com/muhammadidrees/quoterDon’t forget to star the repo 😊.Happy Forking 🥳
October 21, 2021 at 07:42AM by idreesBughio
https://ift.tt/3pkjfYv
GitHub
quoter/CONTRIBUTING.md at master · muhammadidrees/quoter
Contribute to muhammadidrees/quoter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
The main benefits of using Flutter for mobile app development and top reasons why Flutter is considered the development trend in 2021 and beyond.
https://ift.tt/37mH0EG
October 21, 2021 at 07:25AM by williammcfall
https://ift.tt/3nbhDgR
The main benefits of using Flutter for mobile app development and top reasons why Flutter is considered the development trend in 2021 and beyond.
https://ift.tt/37mH0EG
October 21, 2021 at 07:25AM by williammcfall
https://ift.tt/3nbhDgR
Mindinventory
Why Flutter is Considered the Development Trend in 2022?
This blog enlists the main benefits of using Flutter for mobile app development and top reasons why Flutter is considered the development trend in 2022.
New post on /r/flutterdev subreddit:
Flutter for Cross Platform Development: Pros & Cons That App Developers Need to Know
https://ift.tt/3aVbRu7
October 21, 2021 at 08:24AM by maria_garcia20
https://ift.tt/3prmQE3
Flutter for Cross Platform Development: Pros & Cons That App Developers Need to Know
https://ift.tt/3aVbRu7
October 21, 2021 at 08:24AM by maria_garcia20
https://ift.tt/3prmQE3
Mindinventory
Flutter for Cross Platform Development: Pros & Cons That App Developers Need to Know
Flutter is being used in cross-platform app development by reputed companies. Let's dive into the features, advantages and disadvantages of Flutter framework.