New post on /r/flutterdev subreddit:
DartUP 2021: Two days, 3000 participants on the Dart side
What’s it like to work with ViewModels? Does Flutter have a future? What happens if you write your own open-source project for Dart?These (and many more topics) were on the agenda for the DartUP event that took place on December 3–4, 2021. Great tech motive to end 2021!For the fifth year in a row, the Dart community ran DartUP — an annual celebration of the mighty Dart Language and the beautiful Flutter SDK. With help from regular sponsors — Google, Wrike, SpatialChat, and Surf — the community has an opportunity to get together annually, network, talk about Dart and Flutter, and ask experts questions.The icing on the Dart cake were the talks and 18 speakers that made it all happen. We’ll share some of the highlights, but feel free to watch the full playlist in English and in Russian.
December 22, 2021 at 10:11AM by Anton_from_Wrike
https://ift.tt/3JejcFg
DartUP 2021: Two days, 3000 participants on the Dart side
What’s it like to work with ViewModels? Does Flutter have a future? What happens if you write your own open-source project for Dart?These (and many more topics) were on the agenda for the DartUP event that took place on December 3–4, 2021. Great tech motive to end 2021!For the fifth year in a row, the Dart community ran DartUP — an annual celebration of the mighty Dart Language and the beautiful Flutter SDK. With help from regular sponsors — Google, Wrike, SpatialChat, and Surf — the community has an opportunity to get together annually, network, talk about Dart and Flutter, and ask experts questions.The icing on the Dart cake were the talks and 18 speakers that made it all happen. We’ll share some of the highlights, but feel free to watch the full playlist in English and in Russian.
December 22, 2021 at 10:11AM by Anton_from_Wrike
https://ift.tt/3JejcFg
DartUP 2021 EN
New post on /r/flutterdev subreddit:
Wrapper for the newest Twitch API
Hi everyone!I created this wrapper for the newest Twitch API (https://dev.twitch.tv/docs/api/migration) and an empty app related to use them.APP (w/ Provider): https://github.com/federicoviceconti/unofficial_twitch_client_flutterExternal modules: https://github.com/federicoviceconti/unofficial_twitch_client_flutter/tree/master/external_modules
December 22, 2021 at 10:06AM by devic_
https://ift.tt/3srhEBy
Wrapper for the newest Twitch API
Hi everyone!I created this wrapper for the newest Twitch API (https://dev.twitch.tv/docs/api/migration) and an empty app related to use them.APP (w/ Provider): https://github.com/federicoviceconti/unofficial_twitch_client_flutterExternal modules: https://github.com/federicoviceconti/unofficial_twitch_client_flutter/tree/master/external_modules
December 22, 2021 at 10:06AM by devic_
https://ift.tt/3srhEBy
GitHub
GitHub - federicoviceconti/unofficial_twitch_client_flutter: An unofficial Flutter client, which use the newest Twitch API and…
An unofficial Flutter client, which use the newest Twitch API and provider for state management. - GitHub - federicoviceconti/unofficial_twitch_client_flutter: An unofficial Flutter client, which ...
New post on /r/flutterdev subreddit:
Flutter development advance course
https://youtu.be/QMJjL5s9qUQ
December 22, 2021 at 09:50AM by Honest-Extreme-3054
https://ift.tt/3yR9bbW
Flutter development advance course
https://youtu.be/QMJjL5s9qUQ
December 22, 2021 at 09:50AM by Honest-Extreme-3054
https://ift.tt/3yR9bbW
New post on /r/flutterdev subreddit:
Reflex flutter plugin for reading and auto replying to notifications
https://ift.tt/3qfOuCG
December 22, 2021 at 10:16AM by DredditorS
https://ift.tt/3yPaet6
Reflex flutter plugin for reading and auto replying to notifications
https://ift.tt/3qfOuCG
December 22, 2021 at 10:16AM by DredditorS
https://ift.tt/3yPaet6
Dart packages
reflex | Flutter Package
Flutter plugin for notification read & reply.
New post on /r/flutterdev subreddit:
Firegraph - Query firestore in a new style
Hey guys, I'm happy to introduce you all to my dart library firegraph.This library allows you to query firestore collections and sub-collections in one single query as nested properties using GraphQL query structure.https://github.com/taosif7/firegraph-dartsuppose you have a collection with such structureusers/{userId}/posts/{postId}/users/{userId}/liked/{postId}/and you want to load these two nested objects with one single query instead of multiple nested queries, with firegraph you can do so with following query
December 22, 2021 at 01:03PM by Reasonable_Walk8221
https://ift.tt/3FmPhZ5
Firegraph - Query firestore in a new style
Hey guys, I'm happy to introduce you all to my dart library firegraph.This library allows you to query firestore collections and sub-collections in one single query as nested properties using GraphQL query structure.https://github.com/taosif7/firegraph-dartsuppose you have a collection with such structureusers/{userId}/posts/{postId}/users/{userId}/liked/{postId}/and you want to load these two nested objects with one single query instead of multiple nested queries, with firegraph you can do so with following query
query { users { id name photo posts(limit:5) { id text } likes(limit:5) { id text liked_on } } }Please do checkout the repository and contribute, or suggest new Things.Thankyou.
December 22, 2021 at 01:03PM by Reasonable_Walk8221
https://ift.tt/3FmPhZ5
GitHub
GitHub - Taosif7/firegraph-dart: Firegraph is a dart plugin that lets you query firestore with GraphQL.
Firegraph is a dart plugin that lets you query firestore with GraphQL. - GitHub - Taosif7/firegraph-dart: Firegraph is a dart plugin that lets you query firestore with GraphQL.
New post on /r/flutterdev subreddit:
The Complete 2022 Flutter Development Bootcamp with Dart
https://www.youtube.com/watch?v=Wm4yJEKAuiI
December 22, 2021 at 12:45PM by manishsalunke
https://ift.tt/3yRpdD1
The Complete 2022 Flutter Development Bootcamp with Dart
https://www.youtube.com/watch?v=Wm4yJEKAuiI
December 22, 2021 at 12:45PM by manishsalunke
https://ift.tt/3yRpdD1
YouTube
The Complete 2022 Flutter Development Bootcamp with Dart
The Complete 2022 Flutter Development Bootcamp with Dart
Download full course here : https://bit.ly/3EePpIx
Get Pluralsight Free Subscription Here : http://bit.ly/2BhXOhi
Officially collaboration with the Google Flutter team.
Create beautiful, fast…
Download full course here : https://bit.ly/3EePpIx
Get Pluralsight Free Subscription Here : http://bit.ly/2BhXOhi
Officially collaboration with the Google Flutter team.
Create beautiful, fast…
New post on /r/flutterdev subreddit:
Flutter installation and setup tutorial no 2
https://youtu.be/gF0H_5Porus
December 22, 2021 at 03:08PM by Honest-Extreme-3054
https://ift.tt/3GZinho
Flutter installation and setup tutorial no 2
https://youtu.be/gF0H_5Porus
December 22, 2021 at 03:08PM by Honest-Extreme-3054
https://ift.tt/3GZinho
New post on /r/flutterdev subreddit:
How to make Custom Range chart and change range using buttons from Synfusion Library
https://ift.tt/3yOrcrw
December 22, 2021 at 06:14PM by snitch_2411
https://ift.tt/3srxTyt
How to make Custom Range chart and change range using buttons from Synfusion Library
https://ift.tt/3yOrcrw
December 22, 2021 at 06:14PM by snitch_2411
https://ift.tt/3srxTyt
Medium
How to make Charts for Custom Range in Flutter
Hello everyone in this article we will learn how to make a chart in flutter for custom ranges and fun fact, you can change the range of the…
New post on /r/flutterdev subreddit:
How to pass data to previous screen in Flutter using Navigator
https://ift.tt/3edrz5A
December 22, 2021 at 06:05PM by rrtutors
https://ift.tt/3ssEFUD
How to pass data to previous screen in Flutter using Navigator
https://ift.tt/3edrz5A
December 22, 2021 at 06:05PM by rrtutors
https://ift.tt/3ssEFUD
New tweet from FlutterDev:
🦋 Chapter 13: Pop Quiz! Which technology sits at the core of and powers the BLoC pattern? #flutterapprentice— Flutter (@FlutterDev) Dec 22, 2021
December 22, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1473699937334484997
🦋 Chapter 13: Pop Quiz! Which technology sits at the core of and powers the BLoC pattern? #flutterapprentice— Flutter (@FlutterDev) Dec 22, 2021
December 22, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1473699937334484997
Twitter
Flutter
🦋 Chapter 13: Pop Quiz! Which technology sits at the core of and powers the BLoC pattern? #flutterapprentice
New post on /r/flutterdev subreddit:
How to make custom range chart and change range using buttons from syncfusion librart
https://ift.tt/3yOrcrw
December 22, 2021 at 06:15PM by snitch_2411
https://ift.tt/3qloMwG
How to make custom range chart and change range using buttons from syncfusion librart
https://ift.tt/3yOrcrw
December 22, 2021 at 06:15PM by snitch_2411
https://ift.tt/3qloMwG
Medium
How to make Charts for Custom Range in Flutter
Hello everyone in this article we will learn how to make a chart in flutter for custom ranges and fun fact, you can change the range of the…
New post on /r/flutterdev subreddit:
Disable copy/paste/cut, and select all options on TextFormField
https://ift.tt/3ptnOiZ
December 22, 2021 at 08:12PM by satyam_parasa
https://ift.tt/3mnzyBq
Disable copy/paste/cut, and select all options on TextFormField
https://ift.tt/3ptnOiZ
December 22, 2021 at 08:12PM by satyam_parasa
https://ift.tt/3mnzyBq
FlutterAnt
Disable copy/paste/cut, and select all options on TextFormField - FlutterAnt
In this post, we are going to learn about the way of disabling copy, cut, paste, and select all options on TextFormField. In TextFormField, we have a
New post on /r/flutterdev subreddit:
5 topic-based Project Ideas in Flutter
https://ift.tt/30PZ6Q6
December 22, 2021 at 07:16PM by adityathakurxd
https://ift.tt/3Ft9JHS
5 topic-based Project Ideas in Flutter
https://ift.tt/30PZ6Q6
December 22, 2021 at 07:16PM by adityathakurxd
https://ift.tt/3Ft9JHS
Medium
5 topic-based Project Ideas in Flutter
To get better at development, one of the best ways is to build projects! You run into all these problems and have to look up StackOverflow…
New tweet from FlutterDev:
🦋 Chapter 14: Pop Quiz! The class that runs a stream is a called a... #flutterapprentice— Flutter (@FlutterDev) Dec 22, 2021
December 22, 2021 at 09:04PM
https://twitter.com/FlutterDev/status/1473746411007066113
🦋 Chapter 14: Pop Quiz! The class that runs a stream is a called a... #flutterapprentice— Flutter (@FlutterDev) Dec 22, 2021
December 22, 2021 at 09:04PM
https://twitter.com/FlutterDev/status/1473746411007066113
Twitter
Flutter
🦋 Chapter 14: Pop Quiz! The class that runs a stream is a called a... #flutterapprentice
New post on /r/flutterdev subreddit:
A good flutter virtual keyboard
https://ift.tt/3FiifZY
December 22, 2021 at 09:39PM by RoadRyeda
https://ift.tt/3EnL7i2
A good flutter virtual keyboard
https://ift.tt/3FiifZY
December 22, 2021 at 09:39PM by RoadRyeda
https://ift.tt/3EnL7i2
Dart packages
vk | Flutter Package
Redesigned virtual keyboard for dart + flutter, forked from virtual keyboard
New tweet from FlutterDev:
🦄 Learn to Fly with Flutter 💙 Catch @KhanhNwin in the second episode of #LearningtoFly as we dive into building out the *Dash*board, plus... 🐦 The Dash theme ✨ How to use custom fonts 🧭 Troubleshooting the bottom nav bar Let's go 👉 https://t.co/JU2Ti77b8b https://t.co/EDajVFVmSe— Flutter (@FlutterDev) Dec 22, 2021
December 22, 2021 at 11:00PM
https://twitter.com/FlutterDev/status/1473775389092761614
🦄 Learn to Fly with Flutter 💙 Catch @KhanhNwin in the second episode of #LearningtoFly as we dive into building out the *Dash*board, plus... 🐦 The Dash theme ✨ How to use custom fonts 🧭 Troubleshooting the bottom nav bar Let's go 👉 https://t.co/JU2Ti77b8b https://t.co/EDajVFVmSe— Flutter (@FlutterDev) Dec 22, 2021
December 22, 2021 at 11:00PM
https://twitter.com/FlutterDev/status/1473775389092761614
YouTube
Bringing the *Dash*board to life | Learning to Fly
Follow along as Khanh puts together the new MyDash (formerly Dash Fanclub App) *dash*board, troubleshoots an uneven navigation bar with Craig, pelts Fitz with a Dash plushie, and more!
GitHub → https://goo.gle/33Vxk69
Learn everything about Flutter at…
GitHub → https://goo.gle/33Vxk69
Learn everything about Flutter at…
New post on /r/flutterdev subreddit:
Bringing the *Dash*board to life | Learning to Fly
https://youtube.com/watch?v=kG7lianE-NQ&feature=share
December 23, 2021 at 12:08AM by Pixelreddit
https://ift.tt/3ekbwD8
Bringing the *Dash*board to life | Learning to Fly
https://youtube.com/watch?v=kG7lianE-NQ&feature=share
December 23, 2021 at 12:08AM by Pixelreddit
https://ift.tt/3ekbwD8
YouTube
Bringing the *Dash*board to life | Learning to Fly
Follow along as Khanh puts together the new MyDash (formerly Dash Fanclub App) *dash*board, troubleshoots an uneven navigation bar with Craig, pelts Fitz wit...
New post on /r/flutterdev subreddit:
[QUESTION] No push notification capability in Xcode
Do I need a paid Apple developer account to create a push notification?https://imgur.com/RktnpWO
December 23, 2021 at 04:09AM by Snorlax_lax
https://ift.tt/3mtqz1x
[QUESTION] No push notification capability in Xcode
Do I need a paid Apple developer account to create a push notification?https://imgur.com/RktnpWO
December 23, 2021 at 04:09AM by Snorlax_lax
https://ift.tt/3mtqz1x
New post on /r/flutterdev subreddit:
Pass data to the pervious screen in Flutter using navigator
https://www.youtube.com/watch?v=4aOnFDcqVBM
December 23, 2021 at 03:30AM by Dhanraj_Flutterdev
https://ift.tt/3Jgl00b
Pass data to the pervious screen in Flutter using navigator
https://www.youtube.com/watch?v=4aOnFDcqVBM
December 23, 2021 at 03:30AM by Dhanraj_Flutterdev
https://ift.tt/3Jgl00b
YouTube
Flutter Tutorial - Refresh Data on Previous Screen using Navigator
SUBSCRIBE for more such videos :-)
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj
Connect with me on Other Social Media:
Instagram:…
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj
Connect with me on Other Social Media:
Instagram:…
New post on /r/flutterdev subreddit:
All I want for Christmas with Flutter is .....
My top wish list is that Flutter would automatically accept any file within the asset folder, rather than having to manually enter each sub directory in pubspec.yaml.
December 23, 2021 at 11:29AM by Alex54J
https://ift.tt/3el7BFT
All I want for Christmas with Flutter is .....
My top wish list is that Flutter would automatically accept any file within the asset folder, rather than having to manually enter each sub directory in pubspec.yaml.
December 23, 2021 at 11:29AM by Alex54J
https://ift.tt/3el7BFT
reddit
All I want for Christmas with Flutter is .....
My top wish list is that Flutter would automatically accept any file within the asset folder, rather than having to manually enter each sub...
New post on /r/flutterdev subreddit:
Is Compose Multiplatform better than Flutter?
Is compose multiplatform better than flutter in desktop apps?Because they kinda use the same rendering engines( i.e. skia ), what's the performance difference?Which makes it easier to develop for both mobile and desktop?
December 23, 2021 at 12:41PM by Own-Antelope-171
https://ift.tt/3qiptXH
Is Compose Multiplatform better than Flutter?
Is compose multiplatform better than flutter in desktop apps?Because they kinda use the same rendering engines( i.e. skia ), what's the performance difference?Which makes it easier to develop for both mobile and desktop?
December 23, 2021 at 12:41PM by Own-Antelope-171
https://ift.tt/3qiptXH
reddit
Is Compose Multiplatform better than Flutter?
Is compose multiplatform better than flutter in desktop apps? Because they kinda use the same rendering engines( i.e. skia ), what's the...