New tweet from FlutterDev:
It's #FlutterFriday and we've got a helpful tip!
Want more static checking than @dart_lang provides by default?
✅Use package:meta and its annotations like @required, @visibleForTesting or @immutable.
Get more info here → https://t.co/o8aYPDbQB0 pic.twitter.com/P0UzDfUrpZ— Flutter (@FlutterDev) July 31, 2020
July 31, 2020 at 06:36PM
http://twitter.com/FlutterDev/status/1289238605248868352
It's #FlutterFriday and we've got a helpful tip!
Want more static checking than @dart_lang provides by default?
✅Use package:meta and its annotations like @required, @visibleForTesting or @immutable.
Get more info here → https://t.co/o8aYPDbQB0 pic.twitter.com/P0UzDfUrpZ— Flutter (@FlutterDev) July 31, 2020
July 31, 2020 at 06:36PM
http://twitter.com/FlutterDev/status/1289238605248868352
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
flutter-web, Firebase hosting, and versions
I'm developing an application in Flutter for deployment to the web. I happen to be using Firebase hosting, but I think that only matters because I don't have the ability to set custom headers, such as Cache-Control. Anyway, the main.js file that is the application gets cached by web browsers.
July 31, 2020 at 06:22PM by Stephen Beitzel
https://ift.tt/39Ll1rM
flutter-web, Firebase hosting, and versions
I'm developing an application in Flutter for deployment to the web. I happen to be using Firebase hosting, but I think that only matters because I don't have the ability to set custom headers, such as Cache-Control. Anyway, the main.js file that is the application gets cached by web browsers.
July 31, 2020 at 06:22PM by Stephen Beitzel
https://ift.tt/39Ll1rM
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 to learn to adapt native libraries to Flutter?
Hey all,Love Flutter and have quite a bit of experience with Flutter, however, do not have any experience with native development.Does anyone have suggestions for how to learn enough native development to be able to take a third-party native library and write the platform channel code to connect it to Flutter?
July 31, 2020 at 07:37PM by thespacinator
https://ift.tt/30gnR4Z
How to learn to adapt native libraries to Flutter?
Hey all,Love Flutter and have quite a bit of experience with Flutter, however, do not have any experience with native development.Does anyone have suggestions for how to learn enough native development to be able to take a third-party native library and write the platform channel code to connect it to Flutter?
July 31, 2020 at 07:37PM by thespacinator
https://ift.tt/30gnR4Z
reddit
How to learn to adapt native libraries to Flutter?
Hey all, Love Flutter and have quite a bit of experience with Flutter, however, do not have any experience with native development. Does anyone...
New post on Flutter Dev Google group:
VS Code extensions v3.13
Hi all, v3.13.0 of the Dart/Flutter VS Code extensions have been published. Release notes are below/online . Improved Debug Discoverability #2216
VS Code extensions v3.13
Hi all, v3.13.0 of the Dart/Flutter VS Code extensions have been published. Release notes are below/online . Improved Debug Discoverability #2216
New post on Flutter Dev Google group:
Flutter IntelliJ Plugin M48 Release
Flutter IntelliJ Plugin M48 Release Plugin Enhancements Color previews for Color.fromARGB and Color.fromRGBO now show in the editor. Formerly you would see this: But now you see the color block: Special thanks to @dratushnyy on Github for the contribution! Also thanks to @LetticiaNicoli on
July 31, 2020 at 10:36PM by Steve Messick
https://ift.tt/3fjyVmb
Flutter IntelliJ Plugin M48 Release
Flutter IntelliJ Plugin M48 Release Plugin Enhancements Color previews for Color.fromARGB and Color.fromRGBO now show in the editor. Formerly you would see this: But now you see the color block: Special thanks to @dratushnyy on Github for the contribution! Also thanks to @LetticiaNicoli on
July 31, 2020 at 10:36PM by Steve Messick
https://ift.tt/3fjyVmb
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 Marquee widget📱 Subscribe👍
https://youtu.be/DJG22B14X-c
July 31, 2020 at 02:12PM by maherban530
https://ift.tt/3fg5PE7
Flutter Marquee widget📱 Subscribe👍
https://youtu.be/DJG22B14X-c
July 31, 2020 at 02:12PM by maherban530
https://ift.tt/3fg5PE7
YouTube
Flutter |23| Marquee Widget, Image Marquee
WELCOMEcreate Widget, UI, Animation etc using Dart for Application.Flutter Widget Playlist:https://www.youtube.com/playlist?list=PLtXpa99ExpKIgFPTcZcZYtmwvq...
New post on /r/flutterdev subreddit:
Flutter App UI - Travel Agency - Speed Code
https://youtu.be/rFDb3gPVH6I
July 31, 2020 at 05:33PM by AllAboutFlutter
https://ift.tt/2XgrhCH
Flutter App UI - Travel Agency - Speed Code
https://youtu.be/rFDb3gPVH6I
July 31, 2020 at 05:33PM by AllAboutFlutter
https://ift.tt/2XgrhCH
YouTube
Flutter App UI - Travel Agency - Speed Code
🚀 Nice, clean and modern Travel Agency #App #UI made in #Flutter
👨🎨 Inspiration
https://dribbble.com/shots/9059377-Travel-App
💻 GitHub Source Code
https://github.com/gerfagerfa/travel_agency
⚠️ IMPORTANT: If you want to learn, I strongly advise you to…
👨🎨 Inspiration
https://dribbble.com/shots/9059377-Travel-App
💻 GitHub Source Code
https://github.com/gerfagerfa/travel_agency
⚠️ IMPORTANT: If you want to learn, I strongly advise you to…
New post on /r/flutterdev subreddit:
How to implement SSL Pinning in your Flutter App
https://ift.tt/39Mupv3
July 31, 2020 at 11:27PM by prolongservices
https://ift.tt/3k19ZmL
How to implement SSL Pinning in your Flutter App
https://ift.tt/39Mupv3
July 31, 2020 at 11:27PM by prolongservices
https://ift.tt/3k19ZmL
Learn Pain Less
How to implement SSL Pinning in your Flutter App
How to implement SSL Pinning in your Flutter App, prevent your flutter app from hijack attack by hackers by using this security feature to match certificates
New post on Flutter Dev Google group:
Reg : Firebase push notification
Hello, I am using firebase for notification on my flutter app, I tried with debug build for IOS & notification is working fine. For creating debug build for IOS I am using this command, flutter build ios --debug But when I tried with signed apk I am getting notRegistered error from fcm API For
July 31, 2020 at 11:19PM by suresh kumar
https://ift.tt/33f8USo
Reg : Firebase push notification
Hello, I am using firebase for notification on my flutter app, I tried with debug build for IOS & notification is working fine. For creating debug build for IOS I am using this command, flutter build ios --debug But when I tried with signed apk I am getting notRegistered error from fcm API For
July 31, 2020 at 11:19PM by suresh kumar
https://ift.tt/33f8USo
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:
How to constrain expanding container in this example?
Hi, I am a new flutter developer and am stuck with a problem. I have simple app with column view with 2 children. The second child is generated with a grid layout and controls the width of the column widget (thus the app widget). The first child has a container with some icons. I want the
August 01, 2020 at 02:34AM by VN
https://ift.tt/30htYpB
How to constrain expanding container in this example?
Hi, I am a new flutter developer and am stuck with a problem. I have simple app with column view with 2 children. The second child is generated with a grid layout and controls the width of the column widget (thus the app widget). The first child has a container with some icons. I want the
August 01, 2020 at 02:34AM by VN
https://ift.tt/30htYpB
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:
My new Open source flutter app (A simple android assitance app for businesses to maintain people / customer visit logs)
https://ift.tt/30icJof
August 01, 2020 at 05:38AM by bipin000
https://ift.tt/3k1DGo0
My new Open source flutter app (A simple android assitance app for businesses to maintain people / customer visit logs)
https://ift.tt/30icJof
August 01, 2020 at 05:38AM by bipin000
https://ift.tt/3k1DGo0
GitHub
bipin000/easein
A simple android assitance app for businesses to maintain people / customer visit logs - bipin000/easein
New post on /r/flutterdev subreddit:
Flutter + Appwrite : EP 09 - Searching, ordering and filtering documents
https://www.youtube.com/watch?v=bcG7G-1QBOk
August 01, 2020 at 07:30AM by eldadfux
https://ift.tt/3k1Ne2k
Flutter + Appwrite : EP 09 - Searching, ordering and filtering documents
https://www.youtube.com/watch?v=bcG7G-1QBOk
August 01, 2020 at 07:30AM by eldadfux
https://ift.tt/3k1Ne2k
YouTube
@Flutter + #Appwrite : EP 09 - Searching, ordering and filtering documents
In this episode we will learn to perform searches, order documents by various fields and filter documents based on values of various fields.
Source (https://github.com/lohanidamodar/flutter_appwrite/tree/part9)
_______________________________________________…
Source (https://github.com/lohanidamodar/flutter_appwrite/tree/part9)
_______________________________________________…
New post on /r/flutterdev subreddit:
Percentage Calculation For Progress Tracking
https://www.youtube.com/watch?v=qhVSS51PI80Tracking progress is not always that simple, especially when you have to calculate the progress on a scale which initial and target value can be negative and positive. In this video I give you the magic formula which you can use for your app to handle any percentage calculation.
August 01, 2020 at 12:25PM by syntacops
https://ift.tt/3hUAd8P
Percentage Calculation For Progress Tracking
https://www.youtube.com/watch?v=qhVSS51PI80Tracking progress is not always that simple, especially when you have to calculate the progress on a scale which initial and target value can be negative and positive. In this video I give you the magic formula which you can use for your app to handle any percentage calculation.
August 01, 2020 at 12:25PM by syntacops
https://ift.tt/3hUAd8P
YouTube
Flutter Percentage Calculation For Progress Tracking | Habit/Goal Tracking | Flutter Tips & Tricks
Tracking progress is not always that simple, especially when you have to calculate the progress on a scale which initial and target value can be negative and positive. In this video I give you the magic formula which you can use for your app to handle any…
New post on /r/flutterdev subreddit:
Flutter tutorial: animated splash screen
https://ift.tt/30jnjet
August 01, 2020 at 01:15PM by flutterclutter
https://ift.tt/2DacGSr
Flutter tutorial: animated splash screen
https://ift.tt/30jnjet
August 01, 2020 at 01:15PM by flutterclutter
https://ift.tt/2DacGSr
Flutter Clutter
Flutter tutorial: animated splash screen
Let's animate a falling raindrop that removes the virtual surface covering the first screen of our app.
New post on /r/flutterdev subreddit:
[CameraAwesome] New plugin for camera
Because Flutter community gave us so much, it's time for our studio Apparence.io to give back. We worked on a brand new camera plugin for Android and iOS. Here is what we achieved :Get all available photo size from both Android and iOS.Lock camera rotation and listen from native orientation changes to let you rotate your icons as user changes devices orientation.Take photo and save it (of course)No init needed before start applicationSwitch between sensors easilyFlash modesmake preview perfectly sized on Flutter sidecrop preview mode (instagram style)zoom management
Will release this as open source after some vacations \o/. We takes time to make this clean before giving it.
Hope you'll love it, we worked hard to make it as simple as we can.
Stay tuned>> video here <<
August 01, 2020 at 02:00PM by mcfly-dev
https://ift.tt/3hWcnJL
[CameraAwesome] New plugin for camera
Because Flutter community gave us so much, it's time for our studio Apparence.io to give back. We worked on a brand new camera plugin for Android and iOS. Here is what we achieved :Get all available photo size from both Android and iOS.Lock camera rotation and listen from native orientation changes to let you rotate your icons as user changes devices orientation.Take photo and save it (of course)No init needed before start applicationSwitch between sensors easilyFlash modesmake preview perfectly sized on Flutter sidecrop preview mode (instagram style)zoom management
Will release this as open source after some vacations \o/. We takes time to make this clean before giving it.
Hope you'll love it, we worked hard to make it as simple as we can.
Stay tuned>> video here <<
August 01, 2020 at 02:00PM by mcfly-dev
https://ift.tt/3hWcnJL
apparence.io
Mobile app development studio
A french mobile app development studio. We build iOS and Android apps with flutter since 2017... and we have a lot of experience to share.
New post on /r/flutterdev subreddit:
What does everyone use for test app distribution?
I'd like to distribute my app easily for friends to test on both iOS and Android. I was using Codemagic to build + firebase app distribution to distribute, but that seems to only work for Android.Has anyone got a unified solution that they recommend?
August 01, 2020 at 01:55PM by 946789987649
https://ift.tt/30jNIsU
What does everyone use for test app distribution?
I'd like to distribute my app easily for friends to test on both iOS and Android. I was using Codemagic to build + firebase app distribution to distribute, but that seems to only work for Android.Has anyone got a unified solution that they recommend?
August 01, 2020 at 01:55PM by 946789987649
https://ift.tt/30jNIsU
reddit
What does everyone use for test app distribution?
I'd like to distribute my app easily for friends to test on both iOS and Android. I was using Codemagic to build + firebase app distribution to...
New post on Flutter Dev Google group:
GSOC 2021
Hello everyone, I wanted to know is flutter going take part in GSOC 2021?
August 01, 2020 at 02:36PM by Tanuj chaniyari
https://ift.tt/2Xlbjrc
GSOC 2021
Hello everyone, I wanted to know is flutter going take part in GSOC 2021?
August 01, 2020 at 02:36PM by Tanuj chaniyari
https://ift.tt/2Xlbjrc
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:
Gridview Builder - Flutter Tic Tac Toe / #2
https://www.youtube.com/watch?v=pK4VqO430GE
August 01, 2020 at 03:53PM by TheSmellyHardship
https://ift.tt/39JTVRV
Gridview Builder - Flutter Tic Tac Toe / #2
https://www.youtube.com/watch?v=pK4VqO430GE
August 01, 2020 at 03:53PM by TheSmellyHardship
https://ift.tt/39JTVRV
YouTube
TIC TAC TOE • 2 • FLUTTER
📱 Flutter App Templates • https://mitchkoko.app/
💌 Sponsor this channel / Partnership • https://forms.gle/Kx5gyM2bCKn192bY7
👨🏽💻 Flutter Consultation Call ( Freelance / Tutoring ) • https://mitchkoko.gumroad.com/l/CallWithMitch
~ ;
website: https://mitchkoko.app…
💌 Sponsor this channel / Partnership • https://forms.gle/Kx5gyM2bCKn192bY7
👨🏽💻 Flutter Consultation Call ( Freelance / Tutoring ) • https://mitchkoko.gumroad.com/l/CallWithMitch
~ ;
website: https://mitchkoko.app…
New post on /r/flutterdev subreddit:
New package: dynamic_fonts, like google_fonts but for arbitrary fonts hosted anywhere
I recently released dynamic_fonts: a package that lets you load fonts dynamically just like google_fonts, but from any arbitrary web host.It's really just a fork of google_fonts with more of the API exposed and with some hooks to allow registering your own fonts.Why would you use this?If there is a font that you know you're going to use in your app, just bundle it normally. Don't bother with this package.But if your app e.g. offers users multiple choices of fonts, andSome fonts may not be used at all, depending on user preferencesBundling all of the fonts would bloat your app too muchthen this package gives you a convenient way to load your fonts dynamically and keep your initial download slim.I am using the package in production right now in my app Orgro, an org-mode file viewer for iOS and Android. I wanted to offer a font not included in Google Fonts, and this seemed like the best way to do so without actually bundling it.
August 01, 2020 at 03:50PM by amake
https://ift.tt/2BObYd0
New package: dynamic_fonts, like google_fonts but for arbitrary fonts hosted anywhere
I recently released dynamic_fonts: a package that lets you load fonts dynamically just like google_fonts, but from any arbitrary web host.It's really just a fork of google_fonts with more of the API exposed and with some hooks to allow registering your own fonts.Why would you use this?If there is a font that you know you're going to use in your app, just bundle it normally. Don't bother with this package.But if your app e.g. offers users multiple choices of fonts, andSome fonts may not be used at all, depending on user preferencesBundling all of the fonts would bloat your app too muchthen this package gives you a convenient way to load your fonts dynamically and keep your initial download slim.I am using the package in production right now in my app Orgro, an org-mode file viewer for iOS and Android. I wanted to offer a font not included in Google Fonts, and this seemed like the best way to do so without actually bundling it.
August 01, 2020 at 03:50PM by amake
https://ift.tt/2BObYd0
Dart packages
dynamic_fonts | Flutter package
A package to include dynamic web-hosted fonts in your Flutter app.
New post on /r/flutterdev subreddit:
Building an eCommerce app with Flutter - CodeSource.io
https://ift.tt/3gkbb2z
August 01, 2020 at 04:58PM by deven_rathore
https://ift.tt/31cCIfS
Building an eCommerce app with Flutter - CodeSource.io
https://ift.tt/3gkbb2z
August 01, 2020 at 04:58PM by deven_rathore
https://ift.tt/31cCIfS
codesource.io
Building an eCommerce app with Flutter
In this tutorial, we will build an e-commerce app with Flutter. If you are new to Flutter this is probably the best approach you should start
New post on /r/flutterdev subreddit:
GetX Flutter Firebase Auth Example Project
I recently wrote up a medium article about converting an auth project I did to use GetX. GetX is a Flutter package that simplifies a lot of the boilerplate code of Flutter and handle state management, routing, etc. Link to the Github code.
August 01, 2020 at 04:54PM by delay1
https://ift.tt/3hVzynC
GetX Flutter Firebase Auth Example Project
I recently wrote up a medium article about converting an auth project I did to use GetX. GetX is a Flutter package that simplifies a lot of the boilerplate code of Flutter and handle state management, routing, etc. Link to the Github code.
August 01, 2020 at 04:54PM by delay1
https://ift.tt/3hVzynC
Medium
GetX Flutter Firebase Auth Example
GetX is a relatively new package for flutter that provides the missing link in making Flutter development simpler. I recently converted a…