New post on /r/flutterdev subreddit:
Create a real-time chat with pure Flutter and Dart
https://ift.tt/N6Cw54D
February 05, 2022 at 12:51PM by felixlein
https://ift.tt/pdyRenQ
Create a real-time chat with pure Flutter and Dart
https://ift.tt/N6Cw54D
February 05, 2022 at 12:51PM by felixlein
https://ift.tt/pdyRenQ
Medium
Create a real-time chat with pure Flutter and Dart
Flutter is getting more and relevant in the application environment. You can create mobile apps, web apps and desktop apps as well. One…
New post on /r/flutterdev subreddit:
Wrapper for Twitch API - my first pub.dev packages
Hi all,Finally, I published my first packages on pub.dev:Wrapper for Twitch API: https://pub.dev/packages/unofficial_twitch_open_apiWrapper for Twitch authentication: https://pub.dev/packages/unofficial_twitch_authHTTP client used for the library above: https://pub.dev/packages/unofficial_twitch_httpHere is an example of usage with the Provider library: https://github.com/federicoviceconti/unofficial_twitch_client_flutterI hope it could be useful for someone :)
February 05, 2022 at 12:16PM by devic_
https://ift.tt/eyRigk6
Wrapper for Twitch API - my first pub.dev packages
Hi all,Finally, I published my first packages on pub.dev:Wrapper for Twitch API: https://pub.dev/packages/unofficial_twitch_open_apiWrapper for Twitch authentication: https://pub.dev/packages/unofficial_twitch_authHTTP client used for the library above: https://pub.dev/packages/unofficial_twitch_httpHere is an example of usage with the Provider library: https://github.com/federicoviceconti/unofficial_twitch_client_flutterI hope it could be useful for someone :)
February 05, 2022 at 12:16PM by devic_
https://ift.tt/eyRigk6
Dart packages
unofficial_twitch_open_api | Flutter Package
Wrapper for the newest Twitch API. It returns informations about channels, media, search and game
New post on /r/flutterdev subreddit:
What Would Happen if Dash Memo Leak Had Never Happened?
https://ift.tt/JvqIpDu
February 05, 2022 at 01:54PM by gladimdim
https://ift.tt/jhs4AIR
What Would Happen if Dash Memo Leak Had Never Happened?
https://ift.tt/JvqIpDu
February 05, 2022 at 01:54PM by gladimdim
https://ift.tt/jhs4AIR
Dmytro Gladkyi
What Would Happen if Dash Memo Leak Had Never Happened?
So, 12 years have passed after the infamous "Dash Memo" leak was published.
For those who doesn't know: V8 team did a side gig and created a new language with its own VM as they were exhausted maintaining all the JS shortcomings. So as a side projec...
For those who doesn't know: V8 team did a side gig and created a new language with its own VM as they were exhausted maintaining all the JS shortcomings. So as a side projec...
New post on /r/flutterdev subreddit:
Full Stack Flutter Course 02: Core Integration Testing Concepts [repositories and mocking]
https://youtu.be/xqkNL0WWKGs
February 05, 2022 at 02:40PM by seenickcode
https://ift.tt/FDJcTdZ
Full Stack Flutter Course 02: Core Integration Testing Concepts [repositories and mocking]
https://youtu.be/xqkNL0WWKGs
February 05, 2022 at 02:40PM by seenickcode
https://ift.tt/FDJcTdZ
YouTube
Full Stack Flutter Course 02: Core Integration Testing Concepts [repositories and mocking]
NOTE: basic familiarity with Flutter is recommended before following this course. For my beginner courses, check out my Flutter Crash Course at https://fluttercrashcourse.com
Original blog post:
https://dev.to/seenickcode/core-flutter-testing-concepts-mocking…
Original blog post:
https://dev.to/seenickcode/core-flutter-testing-concepts-mocking…
New post on /r/flutterdev subreddit:
Atom Event Bus
An Event Bus based on Publish/Subscribe pattern to decouple your code dependencies using dart's Stream.pub.dev
February 05, 2022 at 03:44PM by Efficient_Leave_7462
https://ift.tt/8iVH6em
Atom Event Bus
An Event Bus based on Publish/Subscribe pattern to decouple your code dependencies using dart's Stream.pub.dev
February 05, 2022 at 03:44PM by Efficient_Leave_7462
https://ift.tt/8iVH6em
Dart packages
atom_event_bus | Flutter Package
An Event Bus based on Publish/Subscribe pattern to decouple your code dependencies using dart's Stream.
New post on /r/flutterdev subreddit:
Atom Event Bus
https://ift.tt/6twDy83
February 05, 2022 at 05:02PM by Efficient_Leave_7462
https://ift.tt/NBO5VS4
Atom Event Bus
https://ift.tt/6twDy83
February 05, 2022 at 05:02PM by Efficient_Leave_7462
https://ift.tt/NBO5VS4
Dart packages
atom_event_bus | Flutter Package
An Event Bus based on Publish/Subscribe pattern to decouple your code dependencies using dart's Stream.
New post on /r/flutterdev subreddit:
A Guide on Flutter Realtime Database with Firebase
https://youtube.com/watch?v=ofedT-v6858&feature=share
February 05, 2022 at 04:24PM by faizollah
https://ift.tt/Zif6rCM
A Guide on Flutter Realtime Database with Firebase
https://youtube.com/watch?v=ofedT-v6858&feature=share
February 05, 2022 at 04:24PM by faizollah
https://ift.tt/Zif6rCM
YouTube
A Guide on Flutter Realtime Database with Firebase
A flutter realtime database is an important part of some applications. In this video, we go through the realtime database offered by Firebase. This video shows you the differences between Firestore and realtime databases of Firebase in terms of structure.…
New post on /r/flutterdev subreddit:
Live Coding Flutter | EP01 by @imthepk
https://youtube.com/watch?v=b8LpbYbmSwA&feature=share
February 05, 2022 at 05:56PM by Pixelreddit
https://ift.tt/ogHs4uZ
Live Coding Flutter | EP01 by @imthepk
https://youtube.com/watch?v=b8LpbYbmSwA&feature=share
February 05, 2022 at 05:56PM by Pixelreddit
https://ift.tt/ogHs4uZ
YouTube
Live Coding Flutter | EP01
Subscribe to support
New post on /r/flutterdev subreddit:
generic_validator, What do you think of my first package?
Hey guys,
So this is my first package ever in which I expressed the solution I see fit for decoupling validation and business logic rules.
I haven't published to pub.dev yet and I would really appreciate your thoughts!
https://github.com/ahmdaeyz/generic_validatorRegards,
February 05, 2022 at 05:52PM by ahmdaeyz
https://ift.tt/ubrzoHU
generic_validator, What do you think of my first package?
Hey guys,
So this is my first package ever in which I expressed the solution I see fit for decoupling validation and business logic rules.
I haven't published to pub.dev yet and I would really appreciate your thoughts!
https://github.com/ahmdaeyz/generic_validatorRegards,
February 05, 2022 at 05:52PM by ahmdaeyz
https://ift.tt/ubrzoHU
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
Should I be importing widgets from my own app by specifying package:appname or just by putting the path?
I've always imported stuff from my own app by specifying the path (i.e
February 05, 2022 at 08:31PM by UnicornsOnLSD
https://ift.tt/6t7D3wN
Should I be importing widgets from my own app by specifying package:appname or just by putting the path?
I've always imported stuff from my own app by specifying the path (i.e
import /components/cool_widget.dart
), but Flutter's VSCode plugin likes to auto-import as a package (i.e import package:appname/components/cool_widget.dart
). Is one recommended over the other?February 05, 2022 at 08:31PM by UnicornsOnLSD
https://ift.tt/6t7D3wN
reddit
Should I be importing widgets from my own app by specifying...
I've always imported stuff from my own app by specifying the path (i.e `import /components/cool_widget.dart`), but Flutter's VSCode plugin likes...
New post on /r/flutterdev subreddit:
Flutter Mobile Apps - how to use Container Widget in Flutter Mobile Apps
https://youtube.com/watch?v=j2ve2Wrtz0k&feature=share
February 06, 2022 at 12:32AM by osppro
https://ift.tt/tcFaimB
Flutter Mobile Apps - how to use Container Widget in Flutter Mobile Apps
https://youtube.com/watch?v=j2ve2Wrtz0k&feature=share
February 06, 2022 at 12:32AM by osppro
https://ift.tt/tcFaimB
YouTube
Flutter Mobile Apps - how to use Container Widget in Flutter Mobile Apps
#flutterapps #flutter #mobileapps #osppro #ospfluttertutorials #appstutorials
Join Flutter whatsapp Group.
https://chat.whatsapp.com/JnJXVhSwV5f4BsE840r9t8
Flutter Mobile Apps - how to use Container Widget in Flutter Mobile Apps
Flutter Container widget…
Join Flutter whatsapp Group.
https://chat.whatsapp.com/JnJXVhSwV5f4BsE840r9t8
Flutter Mobile Apps - how to use Container Widget in Flutter Mobile Apps
Flutter Container widget…
New post on /r/flutterdev subreddit:
Should I use VS Code for Angela's course?
Hey guys, I'm starting to learn Flutter via Angela Yu's bootcamp but Android Studio + emulator is too laggy for my Lenovo i3 ( W11 w/ 8Gb but only 3.5Gb available). The Studio itself is ok, but when I run the Device Manager it takes too much long.So I thought about using VS - 0 experience, but people told me it is lightweight.On the other hand I was also thinking about buying a SSD and adding another 8Gb RAM, since I can't buy a new laptop/PC rn.Any thoughts?
February 06, 2022 at 12:14AM by Kenboie
https://ift.tt/98WrZOU
Should I use VS Code for Angela's course?
Hey guys, I'm starting to learn Flutter via Angela Yu's bootcamp but Android Studio + emulator is too laggy for my Lenovo i3 ( W11 w/ 8Gb but only 3.5Gb available). The Studio itself is ok, but when I run the Device Manager it takes too much long.So I thought about using VS - 0 experience, but people told me it is lightweight.On the other hand I was also thinking about buying a SSD and adding another 8Gb RAM, since I can't buy a new laptop/PC rn.Any thoughts?
February 06, 2022 at 12:14AM by Kenboie
https://ift.tt/98WrZOU
reddit
Should I use VS Code for Angela's course?
Hey guys, I'm starting to learn Flutter via Angela Yu's bootcamp but Android Studio + emulator is too laggy for my Lenovo i3 ( W11 w/ 8Gb but only...
New post on /r/flutterdev subreddit:
Flutter Onboarding using ShowCaseView
https://youtu.be/Nc2Xk2O5dWA
February 06, 2022 at 01:40AM by cmcoffee91
https://ift.tt/nx4RZwH
Flutter Onboarding using ShowCaseView
https://youtu.be/Nc2Xk2O5dWA
February 06, 2022 at 01:40AM by cmcoffee91
https://ift.tt/nx4RZwH
YouTube
Flutter Onboarding using ShowCaseView
Written article and Source code:
https://cmcoffeedev.medium.com/flutter-onboarding-using-showcaseview-d6045a7f9735?source=friends_link&sk=cfbe04f4fa5d74679696c5c4428a340e
Codelab and Source code:
https://cmcoffeedev.com/codelabs/flutter-onboarding/index.html#0
https://cmcoffeedev.medium.com/flutter-onboarding-using-showcaseview-d6045a7f9735?source=friends_link&sk=cfbe04f4fa5d74679696c5c4428a340e
Codelab and Source code:
https://cmcoffeedev.com/codelabs/flutter-onboarding/index.html#0
New post on /r/flutterdev subreddit:
FlutterForce — Week 156
https://ift.tt/wUPahx0
February 06, 2022 at 08:22AM by flutterist
https://ift.tt/yLbRd1F
FlutterForce — Week 156
https://ift.tt/wUPahx0
February 06, 2022 at 08:22AM by flutterist
https://ift.tt/yLbRd1F
Medium
FlutterForce — #Week 156
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Flutter Mobile Apps How to use Flat Buttons
https://youtube.com/watch?v=nLO5HLddvWk&feature=share
February 06, 2022 at 08:17AM by osppro
https://ift.tt/lfOazNv
Flutter Mobile Apps How to use Flat Buttons
https://youtube.com/watch?v=nLO5HLddvWk&feature=share
February 06, 2022 at 08:17AM by osppro
https://ift.tt/lfOazNv
YouTube
Flutter Mobile Apps How to use Flat Buttons
#flutterapps #fluttertutorials #fluttervideos
Join my Flutter Whatsapp Group
https://chat.whatsapp.com/JnJXVhSwV5f4BsE840r9t8
Please subscribe for more videos.
Flutter Mobile Apps - How to use Flat Buttons
In Flutter, FlatButton is usually used to display…
Join my Flutter Whatsapp Group
https://chat.whatsapp.com/JnJXVhSwV5f4BsE840r9t8
Please subscribe for more videos.
Flutter Mobile Apps - How to use Flat Buttons
In Flutter, FlatButton is usually used to display…
New post on /r/flutterdev subreddit:
Let build Google Pay's Success Animation in just 12.4 seconds
https://youtu.be/OVObdYLNkkA
February 06, 2022 at 12:36PM by base77
https://ift.tt/oAdkBM7
Let build Google Pay's Success Animation in just 12.4 seconds
https://youtu.be/OVObdYLNkkA
February 06, 2022 at 12:36PM by base77
https://ift.tt/oAdkBM7
YouTube
Google Pay's animation in Flutter just 12.4 seconds #shorts
hi developer 👋 ,
This time we will learn how to make google pay success animation in our flutter app with Lottie in just 12.4 seconds 🤯.
hope you enjoy and learn something 😎
make sure to subscribe for more short tutorial like this 😋
Details tutorial…
This time we will learn how to make google pay success animation in our flutter app with Lottie in just 12.4 seconds 🤯.
hope you enjoy and learn something 😎
make sure to subscribe for more short tutorial like this 😋
Details tutorial…
New post on /r/flutterdev subreddit:
Manage Your Navigation with AutoRoute in Flutter
https://ift.tt/ehlJ1B2
February 06, 2022 at 02:05PM by SncOne_
https://ift.tt/2Bb3rZO
Manage Your Navigation with AutoRoute in Flutter
https://ift.tt/ehlJ1B2
February 06, 2022 at 02:05PM by SncOne_
https://ift.tt/2Bb3rZO
Medium
Flutter Navigation with AutoRoute
Manage Your Navigation with AutoRoute in Flutter
New post on /r/flutterdev subreddit:
Flutter Performance Tips — Part 2
https://ift.tt/SUr013T
February 06, 2022 at 02:16PM by iisprey
https://ift.tt/gqnx7Ek
Flutter Performance Tips — Part 2
https://ift.tt/SUr013T
February 06, 2022 at 02:16PM by iisprey
https://ift.tt/gqnx7Ek
Medium
Flutter Performance Tips — Part 2
For bett
New post on /r/flutterdev subreddit:
Will flutter be able to be compiled to JS anytime soon?
I LOVE flutter and dart, really. I was messing up with react and it's insane how you have to work to make a really simple component, specifically with MUI, which is a lib based on material design, as flutter.So I was wondering if we could anytime soon see fluter being compiled to JS. Even thought it has support to web, it's not like a native experience, altought flutter is not a native experience also, it feels greater for the user.Thanks!
February 06, 2022 at 03:49PM by enzodtz
https://ift.tt/Fo0rXSH
Will flutter be able to be compiled to JS anytime soon?
I LOVE flutter and dart, really. I was messing up with react and it's insane how you have to work to make a really simple component, specifically with MUI, which is a lib based on material design, as flutter.So I was wondering if we could anytime soon see fluter being compiled to JS. Even thought it has support to web, it's not like a native experience, altought flutter is not a native experience also, it feels greater for the user.Thanks!
February 06, 2022 at 03:49PM by enzodtz
https://ift.tt/Fo0rXSH
reddit
Will flutter be able to be compiled to JS anytime soon?
I LOVE flutter and dart, really. I was messing up with react and it's insane how you have to work to make a really simple component, specifically...
New post on /r/flutterdev subreddit:
Which navigation package do you prefer for your flutter projects?
Please share your opinion on these packages and why do we need to choose one.View Poll
February 06, 2022 at 04:47PM by _the_airbender_
https://ift.tt/njoAIE1
Which navigation package do you prefer for your flutter projects?
Please share your opinion on these packages and why do we need to choose one.View Poll
February 06, 2022 at 04:47PM by _the_airbender_
https://ift.tt/njoAIE1
New post on /r/flutterdev subreddit:
FlappyBird/ Flutter projects
Remember building a flappybird app once on flutter. What can of other flutter projects look goon on one’s resume?https://github.com/shehriyarmalik/flappybird
February 06, 2022 at 06:18PM by shehriyar_
https://ift.tt/3h4gm0R
FlappyBird/ Flutter projects
Remember building a flappybird app once on flutter. What can of other flutter projects look goon on one’s resume?https://github.com/shehriyarmalik/flappybird
February 06, 2022 at 06:18PM by shehriyar_
https://ift.tt/3h4gm0R
GitHub
GitHub - shehriyarmalik/flappybird
Contribute to shehriyarmalik/flappybird development by creating an account on GitHub.