New post on /r/flutterdev subreddit:
FlutterFlow - Build Flutter Apps Visually.
https://ift.tt/3frXd0t
May 29, 2021 at 06:30AM by Complex-Bee5044
https://ift.tt/3oZ2oZ7
FlutterFlow - Build Flutter Apps Visually.
https://ift.tt/3frXd0t
May 29, 2021 at 06:30AM by Complex-Bee5044
https://ift.tt/3oZ2oZ7
Medium
FlutterFlow - Build Flutter Apps Visually.
At Google.io 2021, One of the talks was about a new platform called flutterflow.io so let's discuss flutterflow.
New post on /r/flutterdev subreddit:
resizable_widget: Enables users to resize the internal widgets by dragging
https://ift.tt/2QMzTRJ
May 29, 2021 at 06:30AM by marsNemophilist
https://ift.tt/3wE6sAs
resizable_widget: Enables users to resize the internal widgets by dragging
https://ift.tt/2QMzTRJ
May 29, 2021 at 06:30AM by marsNemophilist
https://ift.tt/3wE6sAs
Dart packages
resizable_widget | Flutter Package
Enables users to resize the internal widgets by dragging. This package contains simple APIs, but if needed, you can customize ResizableWidget flexibly.
New post on /r/flutterdev subreddit:
Writing custom Widgets in Flutter (Part 2) — SingleChildRenderObjectWidget
https://ift.tt/34sfc0r
May 29, 2021 at 10:29AM by matrixdev
https://ift.tt/3oZAhc2
Writing custom Widgets in Flutter (Part 2) — SingleChildRenderObjectWidget
https://ift.tt/34sfc0r
May 29, 2021 at 10:29AM by matrixdev
https://ift.tt/3oZAhc2
Medium
Writing custom Widgets in Flutter (Part 2) — ChildSize
Learn how to manage child RenderObjects and how to receive callback when child Widget changes its size
New post on /r/flutterdev subreddit:
How to handle 2 user types login
I understand that custom claims can be used to differentiate between 2 user types, but I am unsure how to go about it. Do I ask a logged in user to specify his type ? That doesn't sound secure. How can I make sure teachers are truly teachers, and students are truly students without giving the user the option to choose. Is that even possible ?
May 29, 2021 at 01:17PM by Oxpal
https://ift.tt/3wI4OOh
How to handle 2 user types login
I understand that custom claims can be used to differentiate between 2 user types, but I am unsure how to go about it. Do I ask a logged in user to specify his type ? That doesn't sound secure. How can I make sure teachers are truly teachers, and students are truly students without giving the user the option to choose. Is that even possible ?
May 29, 2021 at 01:17PM by Oxpal
https://ift.tt/3wI4OOh
reddit
How to handle 2 user types login
I understand that custom claims can be used to differentiate between 2 user types, but I am unsure how to go about it. Do I ask a logged in user...
New post on /r/flutterdev subreddit:
Flutter Cross-Platform Tricks
https://ift.tt/2Sy5IOB
May 29, 2021 at 02:48PM by fredgrott
https://ift.tt/3fxz7Bz
Flutter Cross-Platform Tricks
https://ift.tt/2Sy5IOB
May 29, 2021 at 02:48PM by fredgrott
https://ift.tt/3fxz7Bz
Medium
Flutter Cross-Platform Tricks
The major thing Google does not each is how easy to have your flutter widgets conform to the target platform’s Platform Theme of Material…
New post on /r/flutterdev subreddit:
Stacked_bar_chart : A package to help you draw beautiful charts.
I needed to draw a stacked bar chart but with rounded corners but couldn't find any packages that did it. So I wrote a package that allows you to do so and draw many other types of chart. This is my first package. Suggestions are highly appreciated. https://pub.dev/packages/stacked_bar_chart
May 29, 2021 at 02:25PM by Tathyanka
https://ift.tt/2SB5bvi
Stacked_bar_chart : A package to help you draw beautiful charts.
I needed to draw a stacked bar chart but with rounded corners but couldn't find any packages that did it. So I wrote a package that allows you to do so and draw many other types of chart. This is my first package. Suggestions are highly appreciated. https://pub.dev/packages/stacked_bar_chart
May 29, 2021 at 02:25PM by Tathyanka
https://ift.tt/2SB5bvi
Dart packages
stacked_bar_chart | Flutter package
A flutter library to draw graphs that can be scrolled as well as customized per the developers need.
New post on /r/flutterdev subreddit:
Hey guys, uploaded a new video in flutter. "How to create responsive apps in flutter, easiest way of calculating height and width of any device". I hope you like it. You can also share your love and feedback on the comment section. Thank you.
https://youtu.be/4qkstv_ABY0
May 29, 2021 at 05:13PM by praveenthedesigner
https://ift.tt/3fx3bNF
Hey guys, uploaded a new video in flutter. "How to create responsive apps in flutter, easiest way of calculating height and width of any device". I hope you like it. You can also share your love and feedback on the comment section. Thank you.
https://youtu.be/4qkstv_ABY0
May 29, 2021 at 05:13PM by praveenthedesigner
https://ift.tt/3fx3bNF
YouTube
Flutter Responsive Design | How to calculate height and width of any device | Flutter tutorial
In this video, i have tried to explain to you how to calculate height and width of any device. Which is a very major problem in creating responsive UI. I hope you like it.
Note: 50% of this channel earning is used for Animal welfare.
Keep Learning,
…
Note: 50% of this channel earning is used for Animal welfare.
Keep Learning,
…
New post on /r/flutterdev subreddit:
How logical is it to publish a package developed with Dart only?
I have litte concern about it. I developed some helpfull widgets for my personel projects. These widgets have no native code, fully developed using Dart. Generally these widgets solving spesific problems. Would publishing these packages helpfull for Flutter community? Also I know publising helpfull code on Github is good for my carier. What do you think about publishing package only using Dart?
May 29, 2021 at 04:49PM by Presentation-Short
https://ift.tt/3fVX3xo
How logical is it to publish a package developed with Dart only?
I have litte concern about it. I developed some helpfull widgets for my personel projects. These widgets have no native code, fully developed using Dart. Generally these widgets solving spesific problems. Would publishing these packages helpfull for Flutter community? Also I know publising helpfull code on Github is good for my carier. What do you think about publishing package only using Dart?
May 29, 2021 at 04:49PM by Presentation-Short
https://ift.tt/3fVX3xo
reddit
How logical is it to publish a package developed with Dart only?
I have litte concern about it. I developed some helpfull widgets for my personel projects. These widgets have no native code, fully developed...
New post on /r/flutterdev subreddit:
If you wanted to know how to authenticate your flutter app using a Phone Number with help of the firebase, then you can follow this video.
https://youtu.be/F4y-ry7aIOI
May 29, 2021 at 04:30PM by devstack06
https://ift.tt/3bYZHRS
If you wanted to know how to authenticate your flutter app using a Phone Number with help of the firebase, then you can follow this video.
https://youtu.be/F4y-ry7aIOI
May 29, 2021 at 04:30PM by devstack06
https://ift.tt/3bYZHRS
YouTube
Flutter - Authenticate with Firebase with a Phone Number Using Flutter || Flutter with Firebase #07
In this video we are going to work on the phone authentication logic using flutter and firebase.
#PhoneAuth #Firebase #Flutter
🤩 Last Video : https://youtu.be/Sg8SlFG0UFo
🤩 GitHub Repo (Do give star) : https://github.com/DevStack06/Flutter-Firebase-TodoApp…
#PhoneAuth #Firebase #Flutter
🤩 Last Video : https://youtu.be/Sg8SlFG0UFo
🤩 GitHub Repo (Do give star) : https://github.com/DevStack06/Flutter-Firebase-TodoApp…
New post on /r/flutterdev subreddit:
How do I add certain things on maps?
I'm thinking of making an app that alerts you about an overspeeding camera when you approach one. I recently started with flutter( my first programming language) so I'm aware that, it will probably take a lot of time. Since these cameras are not listed on google maps I was wondering what will be the technical stuff that I'll be getting into. Do I have to go and list all the cameras myself on the app(i must be sounding so stupid if this isn't the case)?If anyone has any idea about this(videos, tutorials, anything), please share. Also, feel free to PM me if you want to discuss about this
May 29, 2021 at 05:53PM by CaptainFerb
https://ift.tt/3wFBdoG
How do I add certain things on maps?
I'm thinking of making an app that alerts you about an overspeeding camera when you approach one. I recently started with flutter( my first programming language) so I'm aware that, it will probably take a lot of time. Since these cameras are not listed on google maps I was wondering what will be the technical stuff that I'll be getting into. Do I have to go and list all the cameras myself on the app(i must be sounding so stupid if this isn't the case)?If anyone has any idea about this(videos, tutorials, anything), please share. Also, feel free to PM me if you want to discuss about this
May 29, 2021 at 05:53PM by CaptainFerb
https://ift.tt/3wFBdoG
reddit
How do I add certain things on maps?
I'm thinking of making an app that alerts you about an overspeeding camera when you approach one. I recently started with flutter( my first...
New post on /r/flutterdev subreddit:
Chip’s Tips: Week Three - The In's and Outs of Flutter Package Publishing
https://ift.tt/2SCAWEq
May 29, 2021 at 09:34PM by GroovinChip
https://ift.tt/2RUlzXO
Chip’s Tips: Week Three - The In's and Outs of Flutter Package Publishing
https://ift.tt/2SCAWEq
May 29, 2021 at 09:34PM by GroovinChip
https://ift.tt/2RUlzXO
Medium
Chip’s Tips: Week Three
The In’s and Outs of Flutter Package Publishing
New post on /r/flutterdev subreddit:
Flutter Tutorial - Draggable Modal Bottom Sheet: Scrollable, Rounded Corners, Height, Full Screen (Johannes Milke)
https://www.youtube.com/watch?v=AjAQglJKcb4
May 30, 2021 at 12:57AM by JohannesMilke
https://ift.tt/3wIJIiR
Flutter Tutorial - Draggable Modal Bottom Sheet: Scrollable, Rounded Corners, Height, Full Screen (Johannes Milke)
https://www.youtube.com/watch?v=AjAQglJKcb4
May 30, 2021 at 12:57AM by JohannesMilke
https://ift.tt/3wIJIiR
YouTube
Flutter Tutorial - Draggable Modal Bottom Sheet: Scrollable, Height, Full Screen, Rounded Corners
Use the Flutter Draggable Modal Bottom Sheet to display extra information within a custom height sheet in Flutter. Adjust the height of the bottom sheet, make the bottom sheet scrollable, make the bottom sheet full screen, and include rounded corners & circular…
New post on /r/flutterdev subreddit:
Flutter Augmented Reality (AR)
Apparently the ArKit (IOS) and the ArCore (Android) are the most common plugins for Flutter. So I guess that in order to create an AR project with Flutter we need both Plugins... This is a little bit against the first purpose of flutter of coding only onces isn't?Does any one know an AR plugin that handle both IOS and Android?OR if someone have some guideline in order to create a plugin like this (AR expert). Could be very benificial.
May 30, 2021 at 12:05AM by fluttermapp
https://ift.tt/3p2ok5k
Flutter Augmented Reality (AR)
Apparently the ArKit (IOS) and the ArCore (Android) are the most common plugins for Flutter. So I guess that in order to create an AR project with Flutter we need both Plugins... This is a little bit against the first purpose of flutter of coding only onces isn't?Does any one know an AR plugin that handle both IOS and Android?OR if someone have some guideline in order to create a plugin like this (AR expert). Could be very benificial.
May 30, 2021 at 12:05AM by fluttermapp
https://ift.tt/3p2ok5k
reddit
Flutter Augmented Reality (AR)
Apparently the ArKit (IOS) and the ArCore (Android) are the most common plugins for Flutter. So I guess that in order to create an AR project with...
New post on /r/flutterdev subreddit:
Group Notifications Together in Flutter
https://youtu.be/98TotM_jNAs
May 30, 2021 at 02:29AM by codevio-
https://ift.tt/3uAfcGv
Group Notifications Together in Flutter
https://youtu.be/98TotM_jNAs
May 30, 2021 at 02:29AM by codevio-
https://ift.tt/3uAfcGv
YouTube
How To Group Notifications in Flutter | Flutter Push Notification | FCM | Flutter local Notification
In this video we will show how to group multiple notifications and show them as a single notification.
Project Source Code :
https://github.com/projectsforchannel/notification
Project Source Code :
https://github.com/projectsforchannel/notification
New post on /r/flutterdev subreddit:
Equivalent of FlutterDriver.getText in intergration_test?
I'm migrating from flutter_driver to integration_test following the documentation Introduction to integration text. With flutter_driver, I got the text from a field using FlutterDriver.getText but am not seeing a getText in WidgetTester?How do you get text from a field when using integration_test?
May 30, 2021 at 03:34AM by buttonsrtoys
https://ift.tt/3fUq0dc
Equivalent of FlutterDriver.getText in intergration_test?
I'm migrating from flutter_driver to integration_test following the documentation Introduction to integration text. With flutter_driver, I got the text from a field using FlutterDriver.getText but am not seeing a getText in WidgetTester?How do you get text from a field when using integration_test?
May 30, 2021 at 03:34AM by buttonsrtoys
https://ift.tt/3fUq0dc
docs.flutter.dev
Check app functionality with an integration test
Learn how to write integration tests
New post on /r/flutterdev subreddit:
Draw On - Flutter Package
Published my first ever Flutter Package in pud.dev, which is fully open sourced. Please do check it out guys.Package
May 30, 2021 at 05:30AM by SIVARAM16
https://ift.tt/3vBeeuK
Draw On - Flutter Package
Published my first ever Flutter Package in pud.dev, which is fully open sourced. Please do check it out guys.Package
May 30, 2021 at 05:30AM by SIVARAM16
https://ift.tt/3vBeeuK
Dart packages
draw_on | Flutter Package
A flutter plugin to draw the coordinates on the widget and as well as to find the given point is inside a list of coordinates or not.
New post on /r/flutterdev subreddit:
Flutter 2.2 - Top 3 New Features
https://www.youtube.com/watch?v=K7uK4jcevjM
May 30, 2021 at 05:25AM by fluttermapp
https://ift.tt/3vz2M2J
Flutter 2.2 - Top 3 New Features
https://www.youtube.com/watch?v=K7uK4jcevjM
May 30, 2021 at 05:25AM by fluttermapp
https://ift.tt/3vz2M2J
YouTube
Top 3 Flutter New Features
The question is: Flutter 2.2 what's new? In this video we will look at Flutter 2.2 top 3 new features. This video talk about A) Null Safety that is now by d...
New post on /r/flutterdev subreddit:
Top 5 Facts you don’t know about FlutterFire 🔥
https://ift.tt/3p1Jel5
May 29, 2021 at 09:57AM by KushalGoel786
https://ift.tt/3yMq0o8
Top 5 Facts you don’t know about FlutterFire 🔥
https://ift.tt/3p1Jel5
May 29, 2021 at 09:57AM by KushalGoel786
https://ift.tt/3yMq0o8
Medium
Top 5 Facts you don’t know about FlutterFire 🔥
Flutter & Firebase together make one of the Best 🙌🏻 Tech Stack. But, there is an Incomplete Amount of Knowledge 🤔 and Many Misbeliefs 🤯…
New post on /r/flutterdev subreddit:
How to build a bottom navigation bar in Flutter - LogRocket Blog
https://ift.tt/3fo2N47
May 28, 2021 at 09:24PM by pinkeshdarji
https://ift.tt/34sAvz9
How to build a bottom navigation bar in Flutter - LogRocket Blog
https://ift.tt/3fo2N47
May 28, 2021 at 09:24PM by pinkeshdarji
https://ift.tt/34sAvz9
LogRocket Blog
How to build a bottom navigation bar in Flutter - LogRocket Blog
This tutorial demonstrates how to build, integrate, and customize a bottom navigation bar in a Flutter app.
New post on /r/flutterdev subreddit:
i made bubble trouble with flutter from scratch
https://youtu.be/ZBLOxhiym7k
May 28, 2021 at 12:28PM by Heisenlife
https://ift.tt/3yLTmTJ
i made bubble trouble with flutter from scratch
https://youtu.be/ZBLOxhiym7k
May 28, 2021 at 12:28PM by Heisenlife
https://ift.tt/3yLTmTJ
YouTube
BUBBLE TROUBLE • Flutter Game from Scratch
🔥📱 My Habit Tracker: https://ritualz.app
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
New post on /r/flutterdev subreddit:
Hello, people in this video let's see how we can develop Responsive UI in Flutter with the Sizer Package. Do Like! Share! and Subscribe! for more content.
https://youtube.com/watch?v=FqBdCPwf24Q&feature=share
May 30, 2021 at 06:35AM by Python-Hub
https://ift.tt/2R2yPsU
Hello, people in this video let's see how we can develop Responsive UI in Flutter with the Sizer Package. Do Like! Share! and Subscribe! for more content.
https://youtube.com/watch?v=FqBdCPwf24Q&feature=share
May 30, 2021 at 06:35AM by Python-Hub
https://ift.tt/2R2yPsU
YouTube
Make Responsive UI in Flutter with Sizer | Flutter Responsive UI || Flutter 2.0
Project Code Link:
Instagram: https: https://www.instagram.com/pythonhub.py/
GitHub: https://github.com/pythonhubpy
Twitter: https://twitter.com/pythonhubdev
Linkedin: https://www.linkedin.com/in/vetrichelvan
Discord: https://discord.gg/5CVBaFXy
Support…
Instagram: https: https://www.instagram.com/pythonhub.py/
GitHub: https://github.com/pythonhubpy
Twitter: https://twitter.com/pythonhubdev
Linkedin: https://www.linkedin.com/in/vetrichelvan
Discord: https://discord.gg/5CVBaFXy
Support…