New post on /r/flutterdev subreddit:
Alice | Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
https://ift.tt/2BWCVI4
October 30, 2019 at 10:05AM by EngineerScientist
https://ift.tt/2WvEfuP
Alice | Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
https://ift.tt/2BWCVI4
October 30, 2019 at 10:05AM by EngineerScientist
https://ift.tt/2WvEfuP
GitHub
jhomlala/alice
HTTP Inspector for Flutter. Contribute to jhomlala/alice development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How would you realise this in Flutter? (Beginner)
Hello dear FlutterDev community,I am currently developing apps for a case study and I already finished this exact UI in React Native, now its Flutters turn. How would you go about creating this UI (tab bar, etc)? What would you recommend me to use? I see theres Cupertino and Material "themeing" in Flutter. But the elements I use in this UI should neither look very Material Design like nor like native Apple UI components (maybe except for the tab bar?). Am I right in thinking that I have to create my own Widgets so that it'll look like this? Or should I just go with Material and adjust the widgets to kinda look like the components in the mockup screens?https://imgur.com/HZVZ1AqPS: I've got like 2 more months to realise this, do you think its possible? Its not a very complex app, however should definitely work on iOS and Android (the React Native app was done in around 1 1/2 weeks without any big React Native background).All the best and thanks in advance!
October 30, 2019 at 11:08AM by flexinlikejackson
https://ift.tt/335hvEE
How would you realise this in Flutter? (Beginner)
Hello dear FlutterDev community,I am currently developing apps for a case study and I already finished this exact UI in React Native, now its Flutters turn. How would you go about creating this UI (tab bar, etc)? What would you recommend me to use? I see theres Cupertino and Material "themeing" in Flutter. But the elements I use in this UI should neither look very Material Design like nor like native Apple UI components (maybe except for the tab bar?). Am I right in thinking that I have to create my own Widgets so that it'll look like this? Or should I just go with Material and adjust the widgets to kinda look like the components in the mockup screens?https://imgur.com/HZVZ1AqPS: I've got like 2 more months to realise this, do you think its possible? Its not a very complex app, however should definitely work on iOS and Android (the React Native app was done in around 1 1/2 weeks without any big React Native background).All the best and thanks in advance!
October 30, 2019 at 11:08AM by flexinlikejackson
https://ift.tt/335hvEE
New post on /r/flutterdev subreddit:
What's revolutionary about Flutter
https://ift.tt/2NnPbGO
October 30, 2019 at 12:56PM by citrusleafin
https://ift.tt/31W0N91
What's revolutionary about Flutter
https://ift.tt/2NnPbGO
October 30, 2019 at 12:56PM by citrusleafin
https://ift.tt/31W0N91
FlutterHub
What's revolutionary about Flutter - FlutterHub
Flutter ever since its inception has been the talk of the town for all the good reasons. In its journey so far, Flutter was quick to create a huge fan base for itself in a…
New post on /r/flutterdev subreddit:
Flutter Design Patterns: An overview of the Template Method design pattern and its implementation in Dart and Flutter
https://ift.tt/2JBd0K5
October 30, 2019 at 02:27PM by mkobuolys
https://ift.tt/36kagdW
Flutter Design Patterns: An overview of the Template Method design pattern and its implementation in Dart and Flutter
https://ift.tt/2JBd0K5
October 30, 2019 at 02:27PM by mkobuolys
https://ift.tt/36kagdW
Medium
Flutter Design Patterns: 3 — Template Method
An overview of the Template Method design pattern and its implementation in Dart and Flutter
New post on /r/flutterdev subreddit:
Convention for widget field visibility in Flutter
In Dart, private visibility is indicated with a leading underscore. Is there a convention on whether or not to make the fields of Flutter widgets private? I would normally seek to encapsulate classes, but the underscore convention does increase the boilerplate around constructors, and you don't seem to generally get hold of widget instances and interact with them from user code very often, so the need for clear boundaries is perhaps less crucial.
October 30, 2019 at 03:44PM by DangerousStick2
https://ift.tt/36kVB1S
Convention for widget field visibility in Flutter
In Dart, private visibility is indicated with a leading underscore. Is there a convention on whether or not to make the fields of Flutter widgets private? I would normally seek to encapsulate classes, but the underscore convention does increase the boilerplate around constructors, and you don't seem to generally get hold of widget instances and interact with them from user code very often, so the need for clear boundaries is perhaps less crucial.
October 30, 2019 at 03:44PM by DangerousStick2
https://ift.tt/36kVB1S
reddit
Convention for widget field visibility in Flutter
In Dart, private visibility is indicated with a leading underscore. Is there a convention on whether or not to make the fields of Flutter widgets...
New post on /r/flutterdev subreddit:
Shoppers - Flutter eCommerce app with firebase, stripe and Razorpay
https://www.youtube.com/watch?v=mjHR4qkXRSc
October 30, 2019 at 03:15PM by hathtech
https://ift.tt/2WqX0iS
Shoppers - Flutter eCommerce app with firebase, stripe and Razorpay
https://www.youtube.com/watch?v=mjHR4qkXRSc
October 30, 2019 at 03:15PM by hathtech
https://ift.tt/2WqX0iS
YouTube
Shoppers - Flutter eCommerce app with firebase, stripe, Razorpay, and Admin Dashboard
You can download it - https://1.envato.market/07QmM
Subscribe to our channel for more items like this.
Shoppers – Flutter E-Commerce App using Firebase, Stripe, and Razorpay.
Buy me a coffee: https://www.buymeacoffee.com/rajababu3
Looking for help with…
Subscribe to our channel for more items like this.
Shoppers – Flutter E-Commerce App using Firebase, Stripe, and Razorpay.
Buy me a coffee: https://www.buymeacoffee.com/rajababu3
Looking for help with…
New post on /r/flutterdev subreddit:
How to — A “dismiss up” flutter animation
https://ift.tt/2BUv0Lf
October 30, 2019 at 04:24PM by Elixane
https://ift.tt/2MZTp8I
How to — A “dismiss up” flutter animation
https://ift.tt/2BUv0Lf
October 30, 2019 at 04:24PM by Elixane
https://ift.tt/2MZTp8I
Medium
How to: A “dismiss up” flutter animation
A quick guide with code
New post on /r/flutterdev subreddit:
Minesweeper Clone using Flutter Web
I recently saw someone posted their version of Minesweeper for the web and I had also created my own version recently and decided to share. Try out the dark mode (I would love some feedback on what colors and shades I should use to make it more easier to see).Github: https://github.com/D10100111001/minesweeper_online
Website: https://minesweeper.sasid.me
Image: https://imgur.com/czZESENAny feedback on the design, code reviews, state management, perf advice, or any other comments are welcome.The same code can be used to run on mobile but I have not published the apps to the respective stores. The mobile app is much more performant than the web counterpart as web is still in tech preview.
October 30, 2019 at 06:13PM by 0000010100111001
https://ift.tt/2Nt6WEr
Minesweeper Clone using Flutter Web
I recently saw someone posted their version of Minesweeper for the web and I had also created my own version recently and decided to share. Try out the dark mode (I would love some feedback on what colors and shades I should use to make it more easier to see).Github: https://github.com/D10100111001/minesweeper_online
Website: https://minesweeper.sasid.me
Image: https://imgur.com/czZESENAny feedback on the design, code reviews, state management, perf advice, or any other comments are welcome.The same code can be used to run on mobile but I have not published the apps to the respective stores. The mobile app is much more performant than the web counterpart as web is still in tech preview.
October 30, 2019 at 06:13PM by 0000010100111001
https://ift.tt/2Nt6WEr
GitHub
D10100111001/minesweeper_online
Contribute to D10100111001/minesweeper_online development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter vs. React Native vs. Xamarin
https://ift.tt/2BfeAfY
October 30, 2019 at 07:55PM by HadyElHady
https://ift.tt/2Px2t6t
Flutter vs. React Native vs. Xamarin
https://ift.tt/2BfeAfY
October 30, 2019 at 07:55PM by HadyElHady
https://ift.tt/2Px2t6t
LogRocket Blog
Flutter vs. React Native vs. Xamarin - LogRocket Blog
Should you use Flutter, React Native, or Xamarin? That depends on your project. Find out which framework is best for you in this comparison post.
New post on /r/flutterdev subreddit:
Case Study: Automating UI/Integration Tests with Flutter Driver and Codemagic by Andrea Bizzotto
https://ift.tt/34e5htf
October 30, 2019 at 07:53PM by Gigatronbot
https://ift.tt/2pt6spV
Case Study: Automating UI/Integration Tests with Flutter Driver and Codemagic by Andrea Bizzotto
https://ift.tt/34e5htf
October 30, 2019 at 07:53PM by Gigatronbot
https://ift.tt/2pt6spV
Codemagic blog
Case Study: Automating UI/Integration Tests with Flutter Driver and Codemagic | Codemagic Blog
How to setup and write integration tests for Flutter apps with Flutter Driver and how to use them to test user flows
New post on /r/flutterdev subreddit:
This morning Flutter became one of the top 10 software repos on GitHub.
https://twitter.com/timsneath/status/1189594253690691584
October 30, 2019 at 07:35PM by EngineerScientist
https://ift.tt/2WvYatM
This morning Flutter became one of the top 10 software repos on GitHub.
https://twitter.com/timsneath/status/1189594253690691584
October 30, 2019 at 07:35PM by EngineerScientist
https://ift.tt/2WvYatM
Twitter
Tim Sneath
Wow. It's been an incredible journey so far, but this morning Flutter became one of the top 10 software repos on GitHub. We are inspired and honored by your support. We build Flutter with you and for you. @github #oss #Flutter
New post on /r/flutterdev subreddit:
Common practice for communication with backend?
Hey y'all. I have very little experience with app development, I worked through some of the example projects on the Flutter website back when Flutter 1.0 was first released, but that's about it. I have more experience with back- and front-end web development.I want to work on a personal flutter project that will require users to sign up (either through a third party, their e-mail, or locally on their device). It should also allow the users to communicate and interact with each other (e.g. visit their public profile).I have an idea how I will develop the screens of the app using flutter, but I'm still a bit lost about the backend. I know that I will need a database and run a server, so I will probably also rent a domain and set up a simple landing page. But how would the app communicate with the server? My idea was to set up a comprehensive API that is only accessible from within the app, and allows it to communicate with the main server. I'm sure there is an easy way for the app to send HTTP requests to the server and read the answer, e.g. as JSON or CSV.Is that generally the desired approach to go about this? Would a simple token mechanism be an appropriate measure to keep attackers from spoofing their user agent and accessing the API? Are there any books on the topic you could recommend? Thank you so much everyone, and good luck with your projects!
October 30, 2019 at 09:08PM by al_cauchy
https://ift.tt/2BVYOav
Common practice for communication with backend?
Hey y'all. I have very little experience with app development, I worked through some of the example projects on the Flutter website back when Flutter 1.0 was first released, but that's about it. I have more experience with back- and front-end web development.I want to work on a personal flutter project that will require users to sign up (either through a third party, their e-mail, or locally on their device). It should also allow the users to communicate and interact with each other (e.g. visit their public profile).I have an idea how I will develop the screens of the app using flutter, but I'm still a bit lost about the backend. I know that I will need a database and run a server, so I will probably also rent a domain and set up a simple landing page. But how would the app communicate with the server? My idea was to set up a comprehensive API that is only accessible from within the app, and allows it to communicate with the main server. I'm sure there is an easy way for the app to send HTTP requests to the server and read the answer, e.g. as JSON or CSV.Is that generally the desired approach to go about this? Would a simple token mechanism be an appropriate measure to keep attackers from spoofing their user agent and accessing the API? Are there any books on the topic you could recommend? Thank you so much everyone, and good luck with your projects!
October 30, 2019 at 09:08PM by al_cauchy
https://ift.tt/2BVYOav
reddit
Common practice for communication with backend?
Hey y'all. I have very little experience with app development, I worked through some of the example projects on the Flutter website back when...
New post on /r/flutterdev subreddit:
Flutter mobile, web and desktop — The stars race
An app running on mobile, web and desktop, the stars race.How long do you think it will take for flutter to get the first position on this run? Today flutter entered the top 10 repos.Web version: https://jhbitencourt.github.io/stars-race/Article: https://medium.com/flutter-community/flutter-mobile-web-and-desktop-the-stars-race-770d7b8df1b8Github: https://github.com/JHBitencourt/stars_race
October 30, 2019 at 10:23PM by JHBitencourt
https://ift.tt/2Jz9fok
Flutter mobile, web and desktop — The stars race
An app running on mobile, web and desktop, the stars race.How long do you think it will take for flutter to get the first position on this run? Today flutter entered the top 10 repos.Web version: https://jhbitencourt.github.io/stars-race/Article: https://medium.com/flutter-community/flutter-mobile-web-and-desktop-the-stars-race-770d7b8df1b8Github: https://github.com/JHBitencourt/stars_race
October 30, 2019 at 10:23PM by JHBitencourt
https://ift.tt/2Jz9fok
Medium
Flutter mobile, web and desktop — The stars race
In this article, we’ll explore the real capacity of Flutter in compiling to different platforms, mobile, web and desktop with the same…
New post on /r/flutterdev subreddit:
Can flutter be used to create VR mobile applications?
If so, mind directing me to a tutorial?
October 31, 2019 at 01:37AM by joshkmartinez
https://ift.tt/2PxHAYY
Can flutter be used to create VR mobile applications?
If so, mind directing me to a tutorial?
October 31, 2019 at 01:37AM by joshkmartinez
https://ift.tt/2PxHAYY
reddit
Can flutter be used to create VR mobile applications?
If so, mind directing me to a tutorial?
New post on /r/flutterdev subreddit:
Flutter New Login Interface UI (2-in-1) | Speed Code | GitHub Link
https://www.youtube.com/watch?v=Rjv2_XLO_X4
October 31, 2019 at 07:07AM by maadhav2001
https://ift.tt/36ulc8W
Flutter New Login Interface UI (2-in-1) | Speed Code | GitHub Link
https://www.youtube.com/watch?v=Rjv2_XLO_X4
October 31, 2019 at 07:07AM by maadhav2001
https://ift.tt/36ulc8W
YouTube
Flutter New Login Interface UI (2-in-1) | Speed Code | GitHub Link
👨💻Source Code: https://github.com/Maadhav/flutter-login-ui-concept
💮Design credit: https://www.uplabs.com/hoangpts
✌Subscribe to CodeDecoders: http://bit.ly/CodeDecoders
💕Hope you liked and understood the video.
📷My Instagram: https://www.instagram.…
💮Design credit: https://www.uplabs.com/hoangpts
✌Subscribe to CodeDecoders: http://bit.ly/CodeDecoders
💕Hope you liked and understood the video.
📷My Instagram: https://www.instagram.…
New post on /r/flutterdev subreddit:
Portable version
I was just wondering if it's possible to install Flutter on a USB stick rather than a computers hard drive and, if not, if that might be considered in the future?
October 31, 2019 at 06:29AM by tdrsam
https://ift.tt/3225cHI
Portable version
I was just wondering if it's possible to install Flutter on a USB stick rather than a computers hard drive and, if not, if that might be considered in the future?
October 31, 2019 at 06:29AM by tdrsam
https://ift.tt/3225cHI
reddit
Portable version
I was just wondering if it's possible to install Flutter on a USB stick rather than a computers hard drive and, if not, if that might be...
New post on /r/flutterdev subreddit:
Flutter Watch Store | Speed Code
https://www.youtube.com/watch?v=R1Z-bpWMDIA&feature=share
October 31, 2019 at 06:19AM by UrAvgDeveloper
https://ift.tt/2JDinIH
Flutter Watch Store | Speed Code
https://www.youtube.com/watch?v=R1Z-bpWMDIA&feature=share
October 31, 2019 at 06:19AM by UrAvgDeveloper
https://ift.tt/2JDinIH
YouTube
Flutter Watch Store | Speed Code
Source code: https://github.com/UrAvgDeveloper/watch_store_flutter
Design Credit: https://sketchrepo.com/free-sketch/luxury-watches-store-app-concept-freebie/
SOCIAL:
Twitter: https://twitter.com/UrAvgDeveloper
GitHub: https://github.com/UrAvgDeveloper
…
Design Credit: https://sketchrepo.com/free-sketch/luxury-watches-store-app-concept-freebie/
SOCIAL:
Twitter: https://twitter.com/UrAvgDeveloper
GitHub: https://github.com/UrAvgDeveloper
…
New post on /r/flutterdev subreddit:
Flutter Tutorial: Transportation App
https://ift.tt/2q9gA7e
October 31, 2019 at 07:54AM by cybdom
https://ift.tt/2C0pg2t
Flutter Tutorial: Transportation App
https://ift.tt/2q9gA7e
October 31, 2019 at 07:54AM by cybdom
https://ift.tt/2C0pg2t
Flutter Tutorial by Cybdom Tech
Flutter Tutorial: Transportation App
I've been asked through Twitter to build something that uses GoogleMap so here you go!
New post on /r/flutterdev subreddit:
Widget Animator - Implement animations for your widgets fast and easy
https://ift.tt/2Wscljm
October 31, 2019 at 08:40AM by M14zing
https://ift.tt/2N2emjm
Widget Animator - Implement animations for your widgets fast and easy
https://ift.tt/2Wscljm
October 31, 2019 at 08:40AM by M14zing
https://ift.tt/2N2emjm
Dart packages
widget_animator | Flutter Package
Animate your widgets fast and easy with this package. Just wrap ANY widgets that you'd like to animate and wallah, your widget is now animating.
New post on /r/flutterdev subreddit:
Flutter: 5 Reasons why you will love it !
https://ift.tt/34ljeG3
October 31, 2019 at 11:00AM by citrusleafin
https://ift.tt/36hivaJ
Flutter: 5 Reasons why you will love it !
https://ift.tt/34ljeG3
October 31, 2019 at 11:00AM by citrusleafin
https://ift.tt/36hivaJ