New post on /r/flutterdev subreddit:
Flutter Cross Platform Setup In 6 Minutes
https://www.youtube.com/watch?v=70dqIVvoEyw
July 31, 2020 at 06:05PM by RobertBrunhage
https://ift.tt/339Ql29
Flutter Cross Platform Setup In 6 Minutes
https://www.youtube.com/watch?v=70dqIVvoEyw
July 31, 2020 at 06:05PM by RobertBrunhage
https://ift.tt/339Ql29
YouTube
Flutter Cross Platform Setup In 6 Minutes
The Best Flutter Course on the Internet 👉 https://www.hungrimind.com/learn/flutter
https://flutter.dev/desktop
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage…
https://flutter.dev/desktop
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage…
New post on /r/flutterdev subreddit:
Connect rest api with blog app (profile page rest api connection)
https://youtu.be/18vs6wRoVAs
July 31, 2020 at 04:47PM by devstackin
https://ift.tt/3gkuo47
Connect rest api with blog app (profile page rest api connection)
https://youtu.be/18vs6wRoVAs
July 31, 2020 at 04:47PM by devstackin
https://ift.tt/3gkuo47
YouTube
Flutter: Rest API integration in profile page || Rest API Connection ||27
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this Video -:
1) First, we will create the Rest API End Point for Checking the profile data.
2) We will launch our Rest Server on localhost
3) Update the base URL on the…
In this Video -:
1) First, we will create the Rest API End Point for Checking the profile data.
2) We will launch our Rest Server on localhost
3) Update the base URL on the…
New post on /r/flutterdev subreddit:
I have published my package to pub.dev
I have published a package to pub.devThis is a dart client for the www.omdbapi.com API. it will return movie details like year, IMDB Rating, actors, directors, poster and much more, and very easy to useExample :
July 31, 2020 at 05:58AM by Immediate-Quality-61
https://ift.tt/3jUTcBY
I have published my package to pub.dev
I have published a package to pub.devThis is a dart client for the www.omdbapi.com API. it will return movie details like year, IMDB Rating, actors, directors, poster and much more, and very easy to useExample :
Omdb client = new Omdb("KEY", "MOVIE"); print("Title : ${client.movie.title}"); print("Released : ${client.movie.released}"); print("Runtime : ${client.movie.runtime}"); print("Poster URL : ${client.movie.poster}");Package Link: https://pub.dev/packages/omdb_dartGithub Repo: https://github.com/viralvaghela/omdb_dart
July 31, 2020 at 05:58AM by Immediate-Quality-61
https://ift.tt/3jUTcBY
Dart packages
omdb_dart | Flutter Package
Dart client for the www.omdbapi.com API . it will return movie detials like year,IMDB Rating, actors,directors,poster and much more
New post on /r/flutterdev subreddit:
Introducing should: an expressive, readable BDD style assertion library for Dart/Flutter
https://ift.tt/3hRLYNd
July 31, 2020 at 07:16AM by AKushWarrior
https://ift.tt/3fp5uiJ
Introducing should: an expressive, readable BDD style assertion library for Dart/Flutter
https://ift.tt/3hRLYNd
July 31, 2020 at 07:16AM by AKushWarrior
https://ift.tt/3fp5uiJ
Dart packages
should | Dart Package
A simple, extensible, readable BDD assertion library. Supports introspective terminal output.
New post on /r/flutterdev subreddit:
Flutter Developer Weekly Newsletter - Issue #5 is LIVE!
https://ift.tt/2DhTOAN
July 31, 2020 at 05:38PM by FlutterDevWeekly
https://ift.tt/3jXSDHE
Flutter Developer Weekly Newsletter - Issue #5 is LIVE!
https://ift.tt/2DhTOAN
July 31, 2020 at 05:38PM by FlutterDevWeekly
https://ift.tt/3jXSDHE
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...