New post on /r/flutterdev subreddit:
Flutter widget kit FLUI v0.8 release ๐
GitHub: https://github.com/Rannie/flui Site: https://www.flui.xin/en/Support Dark Mode Support RTLWidget testsNew widget FLCountStepper
December 28, 2019 at 08:26AM by hanran-liu
https://ift.tt/2Sy6t89
Flutter widget kit FLUI v0.8 release ๐
GitHub: https://github.com/Rannie/flui Site: https://www.flui.xin/en/Support Dark Mode Support RTLWidget testsNew widget FLCountStepper
December 28, 2019 at 08:26AM by hanran-liu
https://ift.tt/2Sy6t89
GitHub
GitHub - Rannie/flui: A powerful UI framework for Google Flutter.
A powerful UI framework for Google Flutter. Contribute to Rannie/flui development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Firebase Cheat Sheet! ๐ฅ
https://ift.tt/2F0XZOY
December 28, 2019 at 07:57AM by abhay994
https://ift.tt/2ZtBtHU
Flutter Firebase Cheat Sheet! ๐ฅ
https://ift.tt/2F0XZOY
December 28, 2019 at 07:57AM by abhay994
https://ift.tt/2ZtBtHU
CodeSearchOnline
Flutter Firebase Cheat Sheet ๐ฅ ยป CodeSearchOnline Flutter Firebase Cheat Sheet ๐ฅ
Authentication, posting data and retrieving data from cloudfirestore, Uploading an image on firebase and Push notification.
New post on /r/flutterdev subreddit:
How to Convince Your Engineering Lead to Adopt Flutter
https://ift.tt/2QtYSEX
December 28, 2019 at 09:48AM by wajahatkarim3
https://ift.tt/2u1734p
How to Convince Your Engineering Lead to Adopt Flutter
https://ift.tt/2QtYSEX
December 28, 2019 at 09:48AM by wajahatkarim3
https://ift.tt/2u1734p
Medium
How to Convince YourEngineering Lead to Adopt Flutter
By Salvatore Giordano.
New post on /r/flutterdev subreddit:
Flutter plugin prints colorized strings to console
My second flutter plugin, which is very simplysimply it prints strings in colors to console, which help me categorize debugging in my daily taskshttps://github.com/MohamedSayed95/print_colorhttps://github.com/MohamedSayed95/print_color
December 28, 2019 at 01:03PM by m_sayed
https://ift.tt/355emor
Flutter plugin prints colorized strings to console
My second flutter plugin, which is very simplysimply it prints strings in colors to console, which help me categorize debugging in my daily taskshttps://github.com/MohamedSayed95/print_colorhttps://github.com/MohamedSayed95/print_color
December 28, 2019 at 01:03PM by m_sayed
https://ift.tt/355emor
GitHub
MohamedSayed95/print_color
Flutter Plugin : Print.color(text). Contribute to MohamedSayed95/print_color development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter desktop screen size in windows
I was trying to make a Flutter desktop app take full screen size, but the window_size plugin doesn't support windows.so I started looking inside the code of the project and after a while I was inside the windows file of the project and I found this in project/windows/main.cpp:
December 28, 2019 at 01:51PM by byshy
https://ift.tt/2F2JuKF
Flutter desktop screen size in windows
I was trying to make a Flutter desktop app take full screen size, but the window_size plugin doesn't support windows.so I started looking inside the code of the project and after a while I was inside the windows file of the project and I found this in project/windows/main.cpp:
Win32Window::Point origin(kFlutterWindowOriginX, kFlutterWindowOriginY); Win32Window::Size size(kFlutterWindowWidth, kFlutterWindowHeight);so I changed those lines with:
int x = GetSystemMetrics(SM_CXSCREEN); int y = GetSystemMetrics(SM_CYSCREEN); Win32Window::Point origin(0, 0); Win32Window::Size size(x, y);and it worked!I don't know C++ at all, this code was copied, I want someone to tell me where can I find the kFlutterWindowWidth, kFlutterWindowHeight anf the other two constants so I can change them from Flutter itself instead of C++.
December 28, 2019 at 01:51PM by byshy
https://ift.tt/2F2JuKF
reddit
Flutter desktop screen size in windows
I was trying to make a Flutter desktop app take full screen size, but the window\_size plugin doesn't support windows. so I started looking...
New post on /r/flutterdev subreddit:
Simplified Sorting in Flutter
https://ift.tt/37eoRHp
December 28, 2019 at 01:37PM by felixlein
https://ift.tt/37fzXMd
Simplified Sorting in Flutter
https://ift.tt/37eoRHp
December 28, 2019 at 01:37PM by felixlein
https://ift.tt/37fzXMd
Medium
Simplified Sorting in Flutter
Today I released an updated version 1.1.0 of the supercharged package for Flutter focusing on sorting lists.
New post on /r/flutterdev subreddit:
Flutter Slider ๐๏ธ + Emojis ๐ป = ๐
https://ift.tt/2MASVFj
December 28, 2019 at 01:30PM by fleper
https://ift.tt/350ZFm3
Flutter Slider ๐๏ธ + Emojis ๐ป = ๐
https://ift.tt/2MASVFj
December 28, 2019 at 01:30PM by fleper
https://ift.tt/350ZFm3
GitHub
AubergineDevelopers/Slidermoji
Flutter Slider ๐ + Emojis ๐ป = ๐. Contribute to AubergineDevelopers/Slidermoji development by creating an account on GitHub.
New post on Flutter Dev Google group:
pub get failed 65
[image: Screenshot (43).png] hello sir/mam, i getting issue while updating any dependencies in flutter/pubspec.yxml, the error always showing me "cupertino_icons: ^0.1.2 pub get failed (65; โต) exit code 65"
December 28, 2019 at 02:51PM by Gulam Fahad Ahmed
https://ift.tt/39heEMa
pub get failed 65
[image: Screenshot (43).png] hello sir/mam, i getting issue while updating any dependencies in flutter/pubspec.yxml, the error always showing me "cupertino_icons: ^0.1.2 pub get failed (65; โต) exit code 65"
December 28, 2019 at 02:51PM by Gulam Fahad Ahmed
https://ift.tt/39heEMa
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:
help me
hello sir/ madam, i getting error in flutter while adding dependencies in pubspec.yxml please help me!! i attached screen shots
December 28, 2019 at 03:10PM by Gulam Fahad Ahmed
https://ift.tt/366Nk17
help me
hello sir/ madam, i getting error in flutter while adding dependencies in pubspec.yxml please help me!! i attached screen shots
December 28, 2019 at 03:10PM by Gulam Fahad Ahmed
https://ift.tt/366Nk17
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:
rx_command V5.0.0 is there
Just published rx_command V5.0.0 which is now compatible to the latest version of rxdart which no longer uses Observables.https://pub.dev/packages/rx\_commandIf you like rx_command please give it a like on pub.
December 28, 2019 at 03:53PM by escamoteur
https://ift.tt/2MCFwMP
rx_command V5.0.0 is there
Just published rx_command V5.0.0 which is now compatible to the latest version of rxdart which no longer uses Observables.https://pub.dev/packages/rx\_commandIf you like rx_command please give it a like on pub.
December 28, 2019 at 03:53PM by escamoteur
https://ift.tt/2MCFwMP
Dart packages
Search results for rx%5C_command.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on /r/flutterdev subreddit:
Flutter and a Headless CMS
https://youtu.be/EYLRTDel7Dk
December 28, 2019 at 06:00PM by aadjemonkeyrock
https://ift.tt/2MBtrrb
Flutter and a Headless CMS
https://youtu.be/EYLRTDel7Dk
December 28, 2019 at 06:00PM by aadjemonkeyrock
https://ift.tt/2MBtrrb
YouTube
Going Walkabout - Flutter and a Headless CMS
Flutter, I love it, keeps me busy and I'm connecting to my Headless CMS to display content. Going Walkabout is a mobile travel blog. Links: - Goingwalkabout:...
New post on Flutter Dev Google group:
Issue type List
Hey Guys, Im pretty new in Dart/Flutter and Im currently developing an simple Quiz-App to get a fundamental understanding how Flutter/Dart works. But Ive got an issue which I cant fix for hours and almost days. If I wanna start my Android Emulator it says : List is not a subtype of type
December 28, 2019 at 06:11PM by Trite
https://ift.tt/2EZYmcP
Issue type List
Hey Guys, Im pretty new in Dart/Flutter and Im currently developing an simple Quiz-App to get a fundamental understanding how Flutter/Dart works. But Ive got an issue which I cant fix for hours and almost days. If I wanna start my Android Emulator it says : List is not a subtype of type
December 28, 2019 at 06:11PM by Trite
https://ift.tt/2EZYmcP
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:
Why no one ever put flutter gallery to app store?
The gallery app is hosted on Play Store by Flutter.io but how about iOS version? It's good for beginner to learn quicker without having them install SDK and manually install the gallery app to their phone.
December 28, 2019 at 06:43PM by sooxiaotong
https://ift.tt/2MyYpjF
Why no one ever put flutter gallery to app store?
The gallery app is hosted on Play Store by Flutter.io but how about iOS version? It's good for beginner to learn quicker without having them install SDK and manually install the gallery app to their phone.
December 28, 2019 at 06:43PM by sooxiaotong
https://ift.tt/2MyYpjF
reddit
Why no one ever put flutter gallery to app store?
The gallery app is hosted on Play Store by Flutter.io but how about iOS version? It's good for beginner to learn quicker without having them...
New post on /r/flutterdev subreddit:
Flutter plugin prints colorized strings to console
https://ift.tt/37heanl
December 28, 2019 at 06:16PM by m_sayed
https://ift.tt/2ZwRrB1
Flutter plugin prints colorized strings to console
https://ift.tt/37heanl
December 28, 2019 at 06:16PM by m_sayed
https://ift.tt/2ZwRrB1
Dart packages
print_color | Flutter Package
Print.color() help organizing debugging, very handy for the day debugging work
New post on Flutter Dev Google group:
Does flutter website https://flutter.dev/ has a dark mode
Does flutter website https://flutter.dev/ has a dark mode?
December 28, 2019 at 09:16PM by Vigneshwaran Renganathan
https://ift.tt/2SuS1xU
Does flutter website https://flutter.dev/ has a dark mode
Does flutter website https://flutter.dev/ has a dark mode?
December 28, 2019 at 09:16PM by Vigneshwaran Renganathan
https://ift.tt/2SuS1xU
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
New post on /r/flutterdev subreddit:
flutter_linkify v3 is out with custom link parsers (thanks to linkify v2)
https://ift.tt/2OahBUB
December 27, 2019 at 08:29PM by CraftThatBlock
https://ift.tt/2Zyy6j4
flutter_linkify v3 is out with custom link parsers (thanks to linkify v2)
https://ift.tt/2OahBUB
December 27, 2019 at 08:29PM by CraftThatBlock
https://ift.tt/2Zyy6j4
GitHub
Cretezy/flutter_linkify
Turns text URLs and emails into clickable inline links in text for Flutter - Cretezy/flutter_linkify
New post on /r/flutterdev subreddit:
What you can do with Flutter is quite impressive
https://twitter.com/mlls_hq/status/1211034124909195265
December 28, 2019 at 10:34PM by Everlier
https://ift.tt/2swQzjM
What you can do with Flutter is quite impressive
https://twitter.com/mlls_hq/status/1211034124909195265
December 28, 2019 at 10:34PM by Everlier
https://ift.tt/2swQzjM
Twitter
My Long Locking Story ๐
All the level types of My Long Locking Story together. Rather chaotic and quite stressing experience, even without the need to pick the lock! #mylonglockingstory #indiedev #games #gamedev #flutterdev #screenshotsaturday #screenshotsunday #puzzles https:/โฆ
New post on /r/flutterdev subreddit:
What "style" of widgets do you use for developing a multi platform app?
Hello,as the title says, what approach for styling do you use for your apps?If you want to have a consistent look and feel of your application, what path do you follow?Develop with one type of widgets ("own style", android, cupertino, ...)Develop with "conditional widgets" as e.g. https://pub.dev/packages/flutter_platform_widgetsNone of the above options. <place your approach here>Thank you very much for your feedback!
December 28, 2019 at 10:00PM by lukasbash
https://ift.tt/2Qq3lbS
What "style" of widgets do you use for developing a multi platform app?
Hello,as the title says, what approach for styling do you use for your apps?If you want to have a consistent look and feel of your application, what path do you follow?Develop with one type of widgets ("own style", android, cupertino, ...)Develop with "conditional widgets" as e.g. https://pub.dev/packages/flutter_platform_widgetsNone of the above options. <place your approach here>Thank you very much for your feedback!
December 28, 2019 at 10:00PM by lukasbash
https://ift.tt/2Qq3lbS
Dart packages
flutter_platform_widgets | Flutter package
Simplifying the use of both Material and Cupertino widgets with a single widget
New post on Flutter Dev Google group:
How read the keyed json by FutureBuilder and What would be the way to access that data and paint it in a Widget?
Hi, I need help to know how to read data from a json key and also, how to get your data and paint it in a widget? Attached example of keyed json Thanks!
December 29, 2019 at 05:36AM by Jean Paul Gotopo Maldonado
https://ift.tt/2F1bf6b
How read the keyed json by FutureBuilder and What would be the way to access that data and paint it in a Widget?
Hi, I need help to know how to read data from a json key and also, how to get your data and paint it in a widget? Attached example of keyed json Thanks!
December 29, 2019 at 05:36AM by Jean Paul Gotopo Maldonado
https://ift.tt/2F1bf6b
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:
Flutter plugin, for user authentication with APIs
https://ift.tt/3510vzm
December 29, 2019 at 08:48AM by m_sayed
https://ift.tt/36aAU8w
Flutter plugin, for user authentication with APIs
https://ift.tt/3510vzm
December 29, 2019 at 08:48AM by m_sayed
https://ift.tt/36aAU8w
Dart packages
user_auth | Flutter Package
Handy flutter plugin that help with user-backend-auth, written in pure dart code.
New post on /r/flutterdev subreddit:
Me, flutter web, and the making of an experimental book trailer :-)
https://medium.com/@frmineoapps/me-flutter-web-and-the-making-of-an-experimental-book-trailer-8f1625173759?
December 29, 2019 at 09:30AM by frideosapps
https://ift.tt/358aL8S
Me, flutter web, and the making of an experimental book trailer :-)
https://medium.com/@frmineoapps/me-flutter-web-and-the-making-of-an-experimental-book-trailer-8f1625173759?
December 29, 2019 at 09:30AM by frideosapps
https://ift.tt/358aL8S
Medium
Me, flutter web, and the making of an experimental book trailer:-)
Introduction