New post on /r/flutterdev subreddit:
Flutter Widget In Focus — DraggableScrollableSheet (Know It All)
https://ift.tt/34FKvCS
December 20, 2019 at 02:51PM by MayaToitovna
https://ift.tt/2S9AvyS
Flutter Widget In Focus — DraggableScrollableSheet (Know It All)
https://ift.tt/34FKvCS
December 20, 2019 at 02:51PM by MayaToitovna
https://ift.tt/2S9AvyS
Medium
Flutter Widget In Focus — DraggableScrollableSheet (Know It All)
Exploring DraggableScrollableSheet — looks like a BottomSheet but actually an advanced version of it.
New post on /r/flutterdev subreddit:
Flutter - Meditation UI Concept - Part 2 - Speed Coding
https://www.youtube.com/watch?v=hgOtE8hs8KE&feature=youtu.be
December 20, 2019 at 03:37PM by StevenDznr
https://ift.tt/2Q8G8uu
Flutter - Meditation UI Concept - Part 2 - Speed Coding
https://www.youtube.com/watch?v=hgOtE8hs8KE&feature=youtu.be
December 20, 2019 at 03:37PM by StevenDznr
https://ift.tt/2Q8G8uu
YouTube
Flutter - Meditation UI Concept - Part 2 - Speed Coding
Flutter UI Speed Coding Design: https://dribbble.com/shots/7340082-Meditation-App Code: https://github.com/stevendz/meditation_yt2 Images: https://unsplash.c...
New tweet from FlutterDev:
See Flutter/Dart in Fast Company's 14 most important design ideas of the decade → https://t.co/7SyLlgISkj pic.twitter.com/IQGDIgIDo7— Flutter (@FlutterDev) December 20, 2019
December 20, 2019 at 05:00PM
http://twitter.com/FlutterDev/status/1208054462868275202
See Flutter/Dart in Fast Company's 14 most important design ideas of the decade → https://t.co/7SyLlgISkj pic.twitter.com/IQGDIgIDo7— Flutter (@FlutterDev) December 20, 2019
December 20, 2019 at 05:00PM
http://twitter.com/FlutterDev/status/1208054462868275202
Fast Company
The 14 most important design ideas of the decade, according to the experts
Designers and curators from Apple, Adobe, Pentagram, Wolff Olins, Cooper Hewitt, and more consider their industry’s legacy in the 2010s.
New post on /r/flutterdev subreddit:
Dart declaration-site variance
https://ift.tt/2PHiAhp
December 20, 2019 at 06:02PM by EngineerScientist
https://ift.tt/2MeZ4a0
Dart declaration-site variance
https://ift.tt/2PHiAhp
December 20, 2019 at 06:02PM by EngineerScientist
https://ift.tt/2MeZ4a0
Medium
Dart declaration-site variance
A deep dive into an experimental feature
New post on Flutter Dev Google group:
Non-Profit Flutter App
I am wondering if we could get a group together to do some work for a non-profit? We are currently working with them as a customer to pull their backend out of legacy php based EC2 infrastructure and on to serverless cloud infrastructure. I was thinking it would be a great example of how to have
December 20, 2019 at 07:51PM by Alex Patterson
https://ift.tt/2Z9R9A1
Non-Profit Flutter App
I am wondering if we could get a group together to do some work for a non-profit? We are currently working with them as a customer to pull their backend out of legacy php based EC2 infrastructure and on to serverless cloud infrastructure. I was thinking it would be a great example of how to have
December 20, 2019 at 07:51PM by Alex Patterson
https://ift.tt/2Z9R9A1
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:
Firestore Security Rules with Firebase Auth Based on Document and Fields
https://ift.tt/34DwANu
December 20, 2019 at 10:14PM by mehmetyaz
https://ift.tt/35N8OQw
Firestore Security Rules with Firebase Auth Based on Document and Fields
https://ift.tt/34DwANu
December 20, 2019 at 10:14PM by mehmetyaz
https://ift.tt/35N8OQw
Medium
Firestore Security Rules with Firebase Auth Based on Document and Fields
Unlike recent past, it is more important to store information safely ,not distributing information as much as possible.
New post on /r/flutterdev subreddit:
Flutter Travel Mug Giveaway for enabling lint
https://ift.tt/2PH8IEy
December 20, 2019 at 10:57PM by passsy
https://ift.tt/2rYihpF
Flutter Travel Mug Giveaway for enabling lint
https://ift.tt/2PH8IEy
December 20, 2019 at 10:57PM by passsy
https://ift.tt/2rYihpF
Pascal Welsch
Flutter Travel Mug Giveaway 2019 - Pascal Welsch
Win a Flutter branded travel mug by adding lint: ^1.0.0 - a static analysis rule set - to your Flutter or Dart project.
New post on /r/flutterdev subreddit:
Dart extension methods
https://www.youtube.com/watch?v=D3j0OSfT9ZI&feature=share
December 21, 2019 at 02:23AM by Pixelreddit
https://ift.tt/2Mw9fHx
Dart extension methods
https://www.youtube.com/watch?v=D3j0OSfT9ZI&feature=share
December 21, 2019 at 02:23AM by Pixelreddit
https://ift.tt/2Mw9fHx
YouTube
Dart extension methods
Dart is adding a new feature called Extension Methods. It's one of the features that you can live without, but it does make some things very convenient. Lear...
New post on /r/flutterdev subreddit:
List of Widgets with Multiple Entries Functionality
Hiim trying to get my head around implementing something like the belowhttps://imgur.com/a/tEf7ecMIm thinking of creating a List of Widgets with each widget in the List having the + symbol and having the ability to add/remove multiple items under that categoryhow would one store this if you need to tally up the total for all categories in the list of widgets,i was thinking of creating a Master List and storing key value pairs but then this will be hard to keep track when you need to remove items,one thing im also taking into consideration is draft entry, so a user will be able to save what they have currently entered and i will need to populate all the current data back into the relevant entred categoriesanytips on how i should approach on building this soloution, any help will be greatly appreicated.
December 21, 2019 at 07:17AM by mrvtec69
https://ift.tt/2Zbc99z
List of Widgets with Multiple Entries Functionality
Hiim trying to get my head around implementing something like the belowhttps://imgur.com/a/tEf7ecMIm thinking of creating a List of Widgets with each widget in the List having the + symbol and having the ability to add/remove multiple items under that categoryhow would one store this if you need to tally up the total for all categories in the list of widgets,i was thinking of creating a Master List and storing key value pairs but then this will be hard to keep track when you need to remove items,one thing im also taking into consideration is draft entry, so a user will be able to save what they have currently entered and i will need to populate all the current data back into the relevant entred categoriesanytips on how i should approach on building this soloution, any help will be greatly appreicated.
December 21, 2019 at 07:17AM by mrvtec69
https://ift.tt/2Zbc99z
Imgur
Post with 22 views.
New post on /r/flutterdev subreddit:
Don't Update! If your Project is in progress!
Hello there,Just wanted to let you guys know about an issue that I faced today. I updated flutter version v1.12 and my project was in progress, after the update I start getting and error which goes something like:Improper use of flag: <Directory of Your app>Just wanted to let you know that If your project/app is in progress complete it first then update flutter version, I don't know the reason why this happens. But In case you have upgraded by mistake simply switch back to lower version.Commands for downgrading, run them in terminal:flutter version (this will list down all versions of flutter till now v1.12)flutter version v1.9.1 (this will downgrade to v1.9.1 you can choose whatever you want)Thanks <3#happyfluttering
December 21, 2019 at 09:57AM by m_hamzashakeel
https://ift.tt/36XLKyF
Don't Update! If your Project is in progress!
Hello there,Just wanted to let you guys know about an issue that I faced today. I updated flutter version v1.12 and my project was in progress, after the update I start getting and error which goes something like:Improper use of flag: <Directory of Your app>Just wanted to let you know that If your project/app is in progress complete it first then update flutter version, I don't know the reason why this happens. But In case you have upgraded by mistake simply switch back to lower version.Commands for downgrading, run them in terminal:flutter version (this will list down all versions of flutter till now v1.12)flutter version v1.9.1 (this will downgrade to v1.9.1 you can choose whatever you want)Thanks <3#happyfluttering
December 21, 2019 at 09:57AM by m_hamzashakeel
https://ift.tt/36XLKyF
reddit
Don't Update! If your Project is in progress!
Hello there, Just wanted to let you guys know about an issue that I faced today. I updated flutter version v1.12 and my project was in progress,...
New post on /r/flutterdev subreddit:
How Much Does it Cost to Develop Flutter App?
The cost of developing an app majorly depends on the type of application you wish to build. This framework allows flutter app developers to create an outstanding mobile application with cross browsing functionality.BR Softech have listed specific points which can help you understand the cost of flutter app development.Flutter is the driving force behind the success of mobile app development. It has changed the landscape of application development, offering cross-browser functionality. It has the exceptional capability to enhance productivity and effectiveness and enable developers to increase efficiency.#flutterapp #Flutterdev #mobileapp #flutterappdevelopment #Flutter #brsoftech
December 21, 2019 at 09:40AM by brjitendra
https://ift.tt/2Q7eVsj
How Much Does it Cost to Develop Flutter App?
The cost of developing an app majorly depends on the type of application you wish to build. This framework allows flutter app developers to create an outstanding mobile application with cross browsing functionality.BR Softech have listed specific points which can help you understand the cost of flutter app development.Flutter is the driving force behind the success of mobile app development. It has changed the landscape of application development, offering cross-browser functionality. It has the exceptional capability to enhance productivity and effectiveness and enable developers to increase efficiency.#flutterapp #Flutterdev #mobileapp #flutterappdevelopment #Flutter #brsoftech
December 21, 2019 at 09:40AM by brjitendra
https://ift.tt/2Q7eVsj
reddit
How Much Does it Cost to Develop Flutter App?
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
Flutter Web — Github Actions & Github Pages
https://ift.tt/35R1KCE
December 21, 2019 at 11:51AM by Elixane
https://ift.tt/2sTS0bO
Flutter Web — Github Actions & Github Pages
https://ift.tt/35R1KCE
December 21, 2019 at 11:51AM by Elixane
https://ift.tt/2sTS0bO
Medium
Flutter Web — Github Actions-Github Pages
Today We will publish and build our flutter application to the web with Github Actions and It will be hosted by the gh-pagses.
New post on /r/flutterdev subreddit:
APK size with v1.12 is three times bigger compared to v1.6
As the title says. I started building my app with Flutter 1.6 and my release APK size was about 8mb. Then, when I upgraded to 1.8 without changing any code, it became around 15mb. And now, with 1.12, it's suddenly almost 30mb. What's going on? Am I doing something wrong or it's totally expected? Searching for similar problems only suggests that it's normal, although it's really suspicious.
December 21, 2019 at 11:42AM by benjaminabel
https://ift.tt/2PKyB6w
APK size with v1.12 is three times bigger compared to v1.6
As the title says. I started building my app with Flutter 1.6 and my release APK size was about 8mb. Then, when I upgraded to 1.8 without changing any code, it became around 15mb. And now, with 1.12, it's suddenly almost 30mb. What's going on? Am I doing something wrong or it's totally expected? Searching for similar problems only suggests that it's normal, although it's really suspicious.
December 21, 2019 at 11:42AM by benjaminabel
https://ift.tt/2PKyB6w
reddit
APK size with v1.12 is three times bigger compared to v1.6
As the title says. I started building my app with Flutter 1.6 and my release APK size was about 8mb. Then, when I upgraded to 1.8 without changing...
New post on /r/flutterdev subreddit:
How are we building a business using Flutter and Firebase?
https://ift.tt/2LpL78J
December 21, 2019 at 04:13PM by thecoffeehog
https://ift.tt/2MeRyMg
How are we building a business using Flutter and Firebase?
https://ift.tt/2LpL78J
December 21, 2019 at 04:13PM by thecoffeehog
https://ift.tt/2MeRyMg
Medium
How are we building a business using Flutter and Firebase?
A deep dive into how we are using Firebase and Flutter to build our production app.
New post on /r/flutterdev subreddit:
skia docs for drawVertices, drawAtlas, etc
If you are wondering what are the docs for some of the 'dart:ui' functions, like https://api.flutter.dev/flutter/dart-ui/Canvas/drawAtlas.html, https://api.flutter.dev/flutter/dart-ui/Canvas/drawVertices.html and others, you may find looking at Skia's docs - https://skia.org/user/api/SkCanvas_Reference#SkCanvas_drawVerticesand you can even play/experiment in the browser - https://fiddle.skia.org/c/@Canvas_drawVertices(above was the "POP-OUT", next to the Run button)
December 21, 2019 at 07:21PM by malkia
https://ift.tt/34MqSci
skia docs for drawVertices, drawAtlas, etc
If you are wondering what are the docs for some of the 'dart:ui' functions, like https://api.flutter.dev/flutter/dart-ui/Canvas/drawAtlas.html, https://api.flutter.dev/flutter/dart-ui/Canvas/drawVertices.html and others, you may find looking at Skia's docs - https://skia.org/user/api/SkCanvas_Reference#SkCanvas_drawVerticesand you can even play/experiment in the browser - https://fiddle.skia.org/c/@Canvas_drawVertices(above was the "POP-OUT", next to the Run button)
December 21, 2019 at 07:21PM by malkia
https://ift.tt/34MqSci
api.flutter.dev
drawAtlas method - Canvas class - dart:ui library - Dart API
API docs for the drawAtlas method from the Canvas class, for the Dart programming language.
New post on /r/flutterdev subreddit:
Full Tetris App with Files
https://www.youtube.com/watch?v=JkBG1jZTEqg&list=PLr-BtIHhMClGbCI9umMjQc73EL94MLMwY&index=1
December 21, 2019 at 07:50PM by DennisTheDev
https://ift.tt/2QcVhLq
Full Tetris App with Files
https://www.youtube.com/watch?v=JkBG1jZTEqg&list=PLr-BtIHhMClGbCI9umMjQc73EL94MLMwY&index=1
December 21, 2019 at 07:50PM by DennisTheDev
https://ift.tt/2QcVhLq
YouTube
Dart & Flutter Full App | Flutter Beginner Tutorial | Flutter & Dart Tetris App Series #0
Dart and Flutter just like other React native is a multiplatform language. It does not translate to native code though. Flutter is a simple language based on Widgets, where all the UI elements are widgets. These Widgets are called just like normal functions…
New post on /r/flutterdev subreddit:
help whit chats
I would need a hand to understand how to create chats with multiple users, like whatsapp. I can create a chat user: user but a common group doesn't. Do you know how to deal with flutter and firebase?
December 21, 2019 at 08:14PM by Jamesit02
https://ift.tt/2SfV7pq
help whit chats
I would need a hand to understand how to create chats with multiple users, like whatsapp. I can create a chat user: user but a common group doesn't. Do you know how to deal with flutter and firebase?
December 21, 2019 at 08:14PM by Jamesit02
https://ift.tt/2SfV7pq
reddit
help whit chats
I would need a hand to understand how to create chats with multiple users, like whatsapp. I can create a chat user: user but a common group...
New post on /r/flutterdev subreddit:
What’s your strategy for locally caching off different types of data? Is it necessary to combine tools such as Firebase Caching with SQLite or is that overboard and better practice is to stick with one?
I realize this is a pretty general question and it depends on the situation. Just wanted to hear your thoughts!
December 22, 2019 at 01:06AM by hungry_for_data
https://ift.tt/36ZryfK
What’s your strategy for locally caching off different types of data? Is it necessary to combine tools such as Firebase Caching with SQLite or is that overboard and better practice is to stick with one?
I realize this is a pretty general question and it depends on the situation. Just wanted to hear your thoughts!
December 22, 2019 at 01:06AM by hungry_for_data
https://ift.tt/36ZryfK
reddit
What’s your strategy for locally caching off different types of...
I realize this is a pretty general question and it depends on the situation. Just wanted to hear your thoughts!
New post on Flutter Dev Google group:
flutter_web console messages?
I've started working with the beta branch to do Flutter development for the web, and I'm encountering a bit of difficulty with debugging. I can set breakpoints and step through the code, but it takes a *very* long time -- apparently the round trip between Chrome and IDEA is super laggy. Anyway, I
December 22, 2019 at 12:58AM by Stephen Beitzel
https://ift.tt/396aozc
flutter_web console messages?
I've started working with the beta branch to do Flutter development for the web, and I'm encountering a bit of difficulty with debugging. I can set breakpoints and step through the code, but it takes a *very* long time -- apparently the round trip between Chrome and IDEA is super laggy. Anyway, I
December 22, 2019 at 12:58AM by Stephen Beitzel
https://ift.tt/396aozc
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:
Error while testing on the android emulator
════════════════════════════════════════════════════════════════════════════════════════════════════ > > i relive this error while running test of my flutter mqtt code on the android emulator dependencies: > flutter: > sdk: flutter > > # The following adds the Cupertino Icons font
December 22, 2019 at 02:05AM by Dlayz
https://ift.tt/392HtvF
Error while testing on the android emulator
════════════════════════════════════════════════════════════════════════════════════════════════════ > > i relive this error while running test of my flutter mqtt code on the android emulator dependencies: > flutter: > sdk: flutter > > # The following adds the Cupertino Icons font
December 22, 2019 at 02:05AM by Dlayz
https://ift.tt/392HtvF
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:
FLUI - A widget kit for flutter
Github: https://github.com/Rannie/fluiSite: https://www.flui.xin/
December 22, 2019 at 03:06AM by hanran-liu
https://ift.tt/36YeIyn
FLUI - A widget kit for flutter
Github: https://github.com/Rannie/fluiSite: https://www.flui.xin/
December 22, 2019 at 03:06AM by hanran-liu
https://ift.tt/36YeIyn
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.