New post on /r/flutterdev subreddit:
Flutter dp metric system
I saw a design in dribbble and started to code it in Flutter. First I cut the unnecessary part. Then I resized it by keeping aspect ratio to match width 360. After this I assumed that 1 dp will be 1px. In my Samsung s8 it looks too small. Unfortunately these concerns are not discussed in tutorials. So am I doing something wrong or this is a common problom? Please do not suggest packages as I know about them.I posted it here because this example point out pains when we work with design specs.
September 28, 2020 at 06:08PM by edgeha
https://ift.tt/3mWC6VP
Flutter dp metric system
I saw a design in dribbble and started to code it in Flutter. First I cut the unnecessary part. Then I resized it by keeping aspect ratio to match width 360. After this I assumed that 1 dp will be 1px. In my Samsung s8 it looks too small. Unfortunately these concerns are not discussed in tutorials. So am I doing something wrong or this is a common problom? Please do not suggest packages as I know about them.I posted it here because this example point out pains when we work with design specs.
September 28, 2020 at 06:08PM by edgeha
https://ift.tt/3mWC6VP
reddit
Flutter dp metric system
I saw a design in dribbble and started to code it in Flutter. First I cut the unnecessary part. Then I resized it by keeping aspect ratio to match...
New post on Flutter Dev Google group:
How to pass data?
Hello guys, I want to know which widget or state should I use to pass data between pages along with changenotifier. I tried provider package, but i getting confuions and too many errors Please suggest me best state management or any another solution for it. Thank you.
September 28, 2020 at 06:43PM by Gulam Fahad Ahmed
https://ift.tt/3kPIuw4
How to pass data?
Hello guys, I want to know which widget or state should I use to pass data between pages along with changenotifier. I tried provider package, but i getting confuions and too many errors Please suggest me best state management or any another solution for it. Thank you.
September 28, 2020 at 06:43PM by Gulam Fahad Ahmed
https://ift.tt/3kPIuw4
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:
Get difference between two Map
September 28, 2020 at 07:08PM by Marcus Duarte
https://ift.tt/337OFFT
Get difference between two Map
September 28, 2020 at 07:08PM by Marcus Duarte
https://ift.tt/337OFFT
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:
True/False Quiz (using api and database)
Hi everyone, I want to develop a True/False application using api and mysql. I've been searching for weeks, and have become somewhat familiar with the logic and design parts of this project, but still no luck actually developing this app. Are there any resources you suggest me to use? I have
September 28, 2020 at 07:31PM by Andrew Villegas
https://ift.tt/3cAUSNO
True/False Quiz (using api and database)
Hi everyone, I want to develop a True/False application using api and mysql. I've been searching for weeks, and have become somewhat familiar with the logic and design parts of this project, but still no luck actually developing this app. Are there any resources you suggest me to use? I have
September 28, 2020 at 07:31PM by Andrew Villegas
https://ift.tt/3cAUSNO
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:
How can drag widths be changed for drawers and custom drawers?
Posting here because it seems like a bug. Drag widths are massively reduced for RTL direction. Is there any workaround for this? Currently I'm looking at changing the _kEdgeDragWidth parameters in the source files.
September 28, 2020 at 07:54PM by Akandoji
https://ift.tt/343CCc8
How can drag widths be changed for drawers and custom drawers?
Posting here because it seems like a bug. Drag widths are massively reduced for RTL direction. Is there any workaround for this? Currently I'm looking at changing the _kEdgeDragWidth parameters in the source files.
September 28, 2020 at 07:54PM by Akandoji
https://ift.tt/343CCc8
reddit
How can drag widths be changed for drawers and custom drawers?
Posting here because it seems like a bug. Drag widths are massively reduced for RTL direction. Is there any workaround for this? Currently I'm...
New post on Flutter Dev Google group:
Provider not displaying updated state in another screen
so im using provider and change notifier, the problem is when i change the state and notifiy listeners in the same file the user interface is updated, but when i try to access the same data from the model in another screen it still keeps the original or first version and not the updated version,
September 28, 2020 at 09:32PM by Macphail Magwira
https://ift.tt/30fAxZc
Provider not displaying updated state in another screen
so im using provider and change notifier, the problem is when i change the state and notifiy listeners in the same file the user interface is updated, but when i try to access the same data from the model in another screen it still keeps the original or first version and not the updated version,
September 28, 2020 at 09:32PM by Macphail Magwira
https://ift.tt/30fAxZc
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:
Marketing student wants to learn development
Hello there mighty developers,I am a management graduate with a majors in marketing. I have always had a interest in development and coding but have never managed to learn any.As someone who has absolutely no idea about coding (except a bit of html and CSS), will I be able to learn flutter? Do I need to learn something else then go for flutter?My interest in flutter was developed because it is a relatively new framework and it has a potential of growth in the future.Pls help
September 28, 2020 at 09:46PM by jibraaaan
https://ift.tt/344wDUd
Marketing student wants to learn development
Hello there mighty developers,I am a management graduate with a majors in marketing. I have always had a interest in development and coding but have never managed to learn any.As someone who has absolutely no idea about coding (except a bit of html and CSS), will I be able to learn flutter? Do I need to learn something else then go for flutter?My interest in flutter was developed because it is a relatively new framework and it has a potential of growth in the future.Pls help
September 28, 2020 at 09:46PM by jibraaaan
https://ift.tt/344wDUd
reddit
Marketing student wants to learn development
Hello there mighty developers, I am a management graduate with a majors in marketing. I have always had a interest in development and coding but...
New post on /r/flutterdev subreddit:
reactive_validator | Flutter Package to manage your data validation state
https://ift.tt/3n3lSui
September 28, 2020 at 09:41PM by tatsuDn
https://ift.tt/3mZYLAM
reactive_validator | Flutter Package to manage your data validation state
https://ift.tt/3n3lSui
September 28, 2020 at 09:41PM by tatsuDn
https://ift.tt/3mZYLAM
Dart packages
reactive_validator | Flutter Package
Type safe validation controller with base validators. Allows to manage validation state manually or validate when reactive value changes.
New post on /r/flutterdev subreddit:
What is the difference between a Simulator and an Emulator?
https://ift.tt/3jcVVWy
September 28, 2020 at 09:37PM by ADALI2007
https://ift.tt/3n2nbt9
What is the difference between a Simulator and an Emulator?
https://ift.tt/3jcVVWy
September 28, 2020 at 09:37PM by ADALI2007
https://ift.tt/3n2nbt9
Medium
What is the difference between a simulator and an emulator?
A gamer may think about all the retro games they can play while a DevOps professional may think about virtualization. For a mobile app enthusiast, however, it is a mobile OS running in a desktop…
New post on /r/flutterdev subreddit:
Going Walkabout - Flutter FlutterFire update
https://youtu.be/jxdmBKFqBvE
September 28, 2020 at 11:22PM by aadjemonkeyrock
https://ift.tt/3mZHOpV
Going Walkabout - Flutter FlutterFire update
https://youtu.be/jxdmBKFqBvE
September 28, 2020 at 11:22PM by aadjemonkeyrock
https://ift.tt/3mZHOpV
YouTube
Going Walkabout - Flutter FlutterFire update
Going Walkabout is a mobile travel blog.
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore: https://itunes.apple.com/app/id1476918517
- Facebook: https://facebook.com/goingwalkaboutapp
- Instagram: https://instagram.com/goingwalkaboutapp …
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore: https://itunes.apple.com/app/id1476918517
- Facebook: https://facebook.com/goingwalkaboutapp
- Instagram: https://instagram.com/goingwalkaboutapp …
New post on Flutter Dev Google group:
Request for proposal open: assistance with Flutter issue triage in 2021.
Friends of Flutter, The core Flutter team is seeking proposals for paid help in continuing our issue triage in 2021. We've published a request for proposal (RFP) at https://ift.tt/2EEYodk. If you are interested in participating in the request for proposal process to make a
September 29, 2020 at 01:17AM by Ray Rischpater
https://ift.tt/2S4PWHB
Request for proposal open: assistance with Flutter issue triage in 2021.
Friends of Flutter, The core Flutter team is seeking proposals for paid help in continuing our issue triage in 2021. We've published a request for proposal (RFP) at https://ift.tt/2EEYodk. If you are interested in participating in the request for proposal process to make a
September 29, 2020 at 01:17AM by Ray Rischpater
https://ift.tt/2S4PWHB
New post on Flutter Dev Google group:
How to---instead of using StreamBuilder---manually subscribe to a Stream from a Future(Builder) and build widgets for new data in the stream?
I want to be able to pause / resume my stream when the app pauses / resumes. I currently have a StreamBuilder to build widgets for the data coming from my stream (see https://ift.tt/2G1sbxM ) ...but I read you can't actually
September 29, 2020 at 02:01AM by Margret "Pax" Williams
https://ift.tt/3n2moZt
How to---instead of using StreamBuilder---manually subscribe to a Stream from a Future(Builder) and build widgets for new data in the stream?
I want to be able to pause / resume my stream when the app pauses / resumes. I currently have a StreamBuilder to build widgets for the data coming from my stream (see https://ift.tt/2G1sbxM ) ...but I read you can't actually
September 29, 2020 at 02:01AM by Margret "Pax" Williams
https://ift.tt/3n2moZt
GitHub
dicery_app/dice_roll_history.dart at master · paxcodes/dicery_app
An app where group of friends can roll the dice and share their dice results. - dicery_app/dice_roll_history.dart at master · paxcodes/dicery_app
New post on Flutter Dev Google group:
Flutter FullScreen and Disable StatusBar and Navigation Bar
My app will be place on public location. The app should be running on full screen. I've use SystemChrome.setEnabledSystemUIOverlays([]); to hide both statusbar and systembar. This hides the satusbar and systembar but once swipe from bottom it appears again. I want no one can exit from the
September 29, 2020 at 03:49AM by ShahzadahmedPlayz _Yt
https://ift.tt/3cGOq7Z
Flutter FullScreen and Disable StatusBar and Navigation Bar
My app will be place on public location. The app should be running on full screen. I've use SystemChrome.setEnabledSystemUIOverlays([]); to hide both statusbar and systembar. This hides the satusbar and systembar but once swipe from bottom it appears again. I want no one can exit from the
September 29, 2020 at 03:49AM by ShahzadahmedPlayz _Yt
https://ift.tt/3cGOq7Z
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:
Running Flutter app
I am trying to deploy my finished app to my iPhone but my usual way with android studios and/or Xcode isn't working how do you guys do it? In Xcode or android studios how? If in Vs what's the configuration you have?
September 29, 2020 at 04:08AM by Josiah Ritter
https://ift.tt/2GfWQXJ
Running Flutter app
I am trying to deploy my finished app to my iPhone but my usual way with android studios and/or Xcode isn't working how do you guys do it? In Xcode or android studios how? If in Vs what's the configuration you have?
September 29, 2020 at 04:08AM by Josiah Ritter
https://ift.tt/2GfWQXJ
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:
The easiest way to show Toast or Loading in Flutter
you can use anywhere without context in Flutter, Github: https://ift.tt/2sqgeuB Live Preview: https://ift.tt/2EFWmJZ
September 29, 2020 at 04:32AM by huang jianke
https://ift.tt/3kYP2bM
The easiest way to show Toast or Loading in Flutter
you can use anywhere without context in Flutter, Github: https://ift.tt/2sqgeuB Live Preview: https://ift.tt/2EFWmJZ
September 29, 2020 at 04:32AM by huang jianke
https://ift.tt/3kYP2bM
GitHub
GitHub - nslog11/flutter_easyloading: ✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support…
✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web - GitHub - nslog11/flutter_easyloading: ✨A clean and lightweight loading/toast wi...
New post on Flutter Dev Google group:
Flutter app terminated due to memory issue
Hello Everyone, My flutter app is crashing with an error "*Message from debugger: Terminated due to memory issue*". The crash occurs when we scroll the list with images. I used pagination with Firebase. I also used progressive_image
Flutter app terminated due to memory issue
Hello Everyone, My flutter app is crashing with an error "*Message from debugger: Terminated due to memory issue*". The crash occurs when we scroll the list with images. I used pagination with Firebase. I also used progressive_image
New post on /r/flutterdev subreddit:
Microsoft Fluent UI Icons for Flutter apps
https://blog.albertobonacina.com/my-first-flutter-package-microsoft-fluent-ui-icons
September 29, 2020 at 08:03AM by polilluminato
https://ift.tt/3igHQ9k
Microsoft Fluent UI Icons for Flutter apps
https://blog.albertobonacina.com/my-first-flutter-package-microsoft-fluent-ui-icons
September 29, 2020 at 08:03AM by polilluminato
https://ift.tt/3igHQ9k
Flutter and Other Experiments
My first Flutter package: Microsoft Fluent UI Icons
In this article I want to show my first Flutter package that I published on pub.dev. I will tell you why I wanted to make a Flutter package and the steps that led me to publish it.
What's pub.dev?
Pub.dev is the repository for all packages for Dart a...
What's pub.dev?
Pub.dev is the repository for all packages for Dart a...
New post on /r/flutterdev subreddit:
Microsoft Fluent UI icons for Flutter Apps
https://ift.tt/2HGBeEL
September 29, 2020 at 02:12PM by polilluminato
https://ift.tt/3cHa2Bh
Microsoft Fluent UI icons for Flutter Apps
https://ift.tt/2HGBeEL
September 29, 2020 at 02:12PM by polilluminato
https://ift.tt/3cHa2Bh
Flutter and Other Experiments
My first Flutter package: Microsoft Fluent UI Icons
In this article I want to show my first Flutter package that I published on pub.dev. I will tell you why I wanted to make a Flutter package and the steps that led me to publish it.
What's pub.dev?
Pub.dev is the repository for all packages for Dart a...
What's pub.dev?
Pub.dev is the repository for all packages for Dart a...
New post on /r/flutterdev subreddit:
App Feedback Thread - September 29, 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
September 29, 2020 at 02:33PM by AutoModerator
https://ift.tt/3jdSfnn
App Feedback Thread - September 29, 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
September 29, 2020 at 02:33PM by AutoModerator
https://ift.tt/3jdSfnn
reddit
App Feedback Thread - September 29, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
Flutter based SoundCloud App for FireTV (Open Source)
Quite a while ago I posted the work in progress of my open source SoundOnFire App for FireTV. If you are also used to music on SoundCloud and therefore were looking for a proper App for your Smart TV such as FireTV, give it a try.https://github.com/timoknapp/sound-on-fireFeedback is highly appreciated :)
September 29, 2020 at 03:40PM by tea-mo
https://ift.tt/30gyDrB
Flutter based SoundCloud App for FireTV (Open Source)
Quite a while ago I posted the work in progress of my open source SoundOnFire App for FireTV. If you are also used to music on SoundCloud and therefore were looking for a proper App for your Smart TV such as FireTV, give it a try.https://github.com/timoknapp/sound-on-fireFeedback is highly appreciated :)
September 29, 2020 at 03:40PM by tea-mo
https://ift.tt/30gyDrB
GitHub
GitHub - timoknapp/sound-on-fire: 🔊☁️ 🔥📺 A Flutter based SoundCloud App for your Fire TV
🔊☁️ 🔥📺 A Flutter based SoundCloud App for your Fire TV - timoknapp/sound-on-fire
New post on /r/flutterdev subreddit:
Top 5 Cool Flutter Template of 2020
https://ift.tt/3ibP7XZ
September 29, 2020 at 04:29PM by taqmanplus
https://ift.tt/3n1yqlL
Top 5 Cool Flutter Template of 2020
https://ift.tt/3ibP7XZ
September 29, 2020 at 04:29PM by taqmanplus
https://ift.tt/3n1yqlL
Medium
Top 5 Cool Flutter Template of 2020
flutter template is the most popular topic for searching nowadays because it helps us start a new project quickly but there have a ton of…