New post on /r/flutterdev subreddit:
Dough—A tool to help you create squishy UI effects in Flutter
https://ift.tt/310nL0i
July 31, 2020 at 02:23PM by Elixane
https://ift.tt/3jVjrrX
Dough—A tool to help you create squishy UI effects in Flutter
https://ift.tt/310nL0i
July 31, 2020 at 02:23PM by Elixane
https://ift.tt/3jVjrrX
Medium
Dough—A tool to help you create squishy UI effects in Flutter
I’ve worked on a few Flutter projects in the past where I needed to create squishy UI effects. I searched around for packages that had…
New post on /r/flutterdev subreddit:
IOS and Macbooks
Ok, so I have a client that is interested in my app, but I don't own a mac. I kinda feel like if they want IOS they need to fork out for the MacBook... But now I notice MacBook pros are insanely priced. So my initial gut feel price seems to be out by about 50% (I had about $2100, but apparently it's closer to $3150 in my country).How is flutter development on a MacBook Air? Like is that viable for development, or should I insist on the pro? I just feel like a 1.1ghz processor with just 8gb of ram, that can't even do Full HD display sounds like shitty value for money, and not a patch on my current i9-7700k PC with 32gb of ram which still works out way cheaper than even the AIR.
July 31, 2020 at 02:16PM by PepSakdoek
https://ift.tt/3hV1ojP
IOS and Macbooks
Ok, so I have a client that is interested in my app, but I don't own a mac. I kinda feel like if they want IOS they need to fork out for the MacBook... But now I notice MacBook pros are insanely priced. So my initial gut feel price seems to be out by about 50% (I had about $2100, but apparently it's closer to $3150 in my country).How is flutter development on a MacBook Air? Like is that viable for development, or should I insist on the pro? I just feel like a 1.1ghz processor with just 8gb of ram, that can't even do Full HD display sounds like shitty value for money, and not a patch on my current i9-7700k PC with 32gb of ram which still works out way cheaper than even the AIR.
July 31, 2020 at 02:16PM by PepSakdoek
https://ift.tt/3hV1ojP
reddit
IOS and Macbooks
Ok, so I have a client that is interested in my app, but I don't own a mac. I kinda feel like if they want IOS they need to fork out for the...
New post on Flutter Dev Google group:
how to pass image on second page in flutter?
how to pass file image on second screen
July 31, 2020 at 02:50PM by abhana...@gmail.com
https://ift.tt/33eMiBQ
how to pass image on second page in flutter?
how to pass file image on second screen
July 31, 2020 at 02:50PM by abhana...@gmail.com
https://ift.tt/33eMiBQ
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:
Intro in Flutter Testing - Motivation to write the test - TestPyramid
https://youtu.be/AA4I10rG_x8
July 31, 2020 at 03:56PM by MyracleDesign
https://ift.tt/2DhyYBz
Intro in Flutter Testing - Motivation to write the test - TestPyramid
https://youtu.be/AA4I10rG_x8
July 31, 2020 at 03:56PM by MyracleDesign
https://ift.tt/2DhyYBz
YouTube
Intro in Flutter Testing - Motivation to write the test - TestPyramid
This is the first video and the entry point of our #testing series here on Flutter Explained. I will explain to you in detail why we need tests and will give you multiple examples of why we should #test. After we have understood why we should test, I add…
New post on /r/flutterdev subreddit:
Furniture App - Responsive Flutter UI
https://youtu.be/8uLI8ade1aA
July 31, 2020 at 04:23PM by anwarabir
https://ift.tt/30fTThv
Furniture App - Responsive Flutter UI
https://youtu.be/8uLI8ade1aA
July 31, 2020 at 04:23PM by anwarabir
https://ift.tt/30fTThv
YouTube
Furniture App - Responsive Flutter UI - Speed Code
We design a responsive furniture app #UI using #flutter, all of the data come from API so that you can learn how to use API on flutter. There are two pages Home page which contains a horizontal category list then the list of recommended products.
►Starting…
►Starting…
New post on /r/flutterdev subreddit:
Flutter Desktop Linux app | Build and Publish on Snapcraft Store | Navoki
https://youtu.be/3EHNNi9KWoU
July 31, 2020 at 05:15PM by theshivamlko
https://ift.tt/316FD9P
Flutter Desktop Linux app | Build and Publish on Snapcraft Store | Navoki
https://youtu.be/3EHNNi9KWoU
July 31, 2020 at 05:15PM by theshivamlko
https://ift.tt/316FD9P
YouTube
Flutter Desktop Linux app | Build and Publish on Snapcraft Store | Navoki
Flutter Desktop Linux app | Build and Publish on Snapcraft Store | Navoki
This setup is new for me also, I am not a linux user, if any mistake found I will correct in next detailed video.
Timestamps:
00:00 Introduction
00:40 Navoki Notes on Snapcraft
01:03…
This setup is new for me also, I am not a linux user, if any mistake found I will correct in next detailed video.
Timestamps:
00:00 Introduction
00:40 Navoki Notes on Snapcraft
01:03…
New post on /r/flutterdev subreddit:
Portfolio tempate using Flutter
A clean, beautiful and responsive portfolio template for Developers!If you created something awesome and want to contribute then feel free to open Please don't hesitate to open an pull request.Source Code ------------- Live ViewSections✔️ Summary and About me✔️ Skills✔️ Proficiency✔️ Achievements 🏆✔️ Blogs✔️ Contact meGetting StartedFrom your command line, clone and run developerFolio:In-order to work with this repo you need to have flutter beta installed on your system.
July 31, 2020 at 06:15PM by jujaraynaveen
https://ift.tt/318uZzl
Portfolio tempate using Flutter
A clean, beautiful and responsive portfolio template for Developers!If you created something awesome and want to contribute then feel free to open Please don't hesitate to open an pull request.Source Code ------------- Live ViewSections✔️ Summary and About me✔️ Skills✔️ Proficiency✔️ Achievements 🏆✔️ Blogs✔️ Contact meGetting StartedFrom your command line, clone and run developerFolio:In-order to work with this repo you need to have flutter beta installed on your system.
# Clone this repository $ git clone # Go into the repository $ cd DeveloperFolio # Get Packages $ flutter pub get # Build Web using Flutter $ flutter build web # Launch/View $ flutter run -d chromeDeployment 📦When you are done with the setup, you should host your website online. We highly recommend to read through the docs for Firebase Hosting.
# Before you can install the Firebase CLI, you will need to install Node.js on your machine. npm install -g firebase-tools # Firebase Login $ firebase login # Initialize Firebase $ firebase init # Deploy to Firebase $ firebase deployFor the FutureDark ModeConnect with LinkedIn to get Summary, Skills, Education and ExperienceConnect with Github to get Customized Pins, Profile DetailsPersonalization Page to edit everything in once place.
July 31, 2020 at 06:15PM by jujaraynaveen
https://ift.tt/318uZzl
GitHub
GitHub - naveenjujaray/DeveloperFolio: Flutter web - DeveloperFolio template
Flutter web - DeveloperFolio template. Contribute to naveenjujaray/DeveloperFolio development by creating an account on GitHub.
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.