New post on Flutter Dev Google group:
contents json ios
Does it matter if I replace the filename by a simple one as long as it matches the name of the new image? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76 @2x.png", "scale" : "2x" }, new code: { "size" : "76x76",
June 22, 2019 at 12:30PM by Bened
http://bit.ly/2x7nUk3
contents json ios
Does it matter if I replace the filename by a simple one as long as it matches the name of the new image? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76 @2x.png", "scale" : "2x" }, new code: { "size" : "76x76",
June 22, 2019 at 12:30PM by Bened
http://bit.ly/2x7nUk3
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:
Flutter Table like excel
I want to create data table like excel in flutter but more easier. Every cell is an textfield. Can you have me this?
June 22, 2019 at 12:39PM by Khiêm Lê
http://bit.ly/2RqcDog
Flutter Table like excel
I want to create data table like excel in flutter but more easier. Every cell is an textfield. Can you have me this?
June 22, 2019 at 12:39PM by Khiêm Lê
http://bit.ly/2RqcDog
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:
I wrote this about testable Flutter architecture using Redux
http://bit.ly/2Y4s7Ry
June 22, 2019 at 02:26PM by jorgecastilloprz
http://bit.ly/31P0L48
I wrote this about testable Flutter architecture using Redux
http://bit.ly/2Y4s7Ry
June 22, 2019 at 02:26PM by jorgecastilloprz
http://bit.ly/31P0L48
👨💻 Jorge Castillo
Flutter - Testable architecture using Redux
Architecture concepts are often common across platforms. Let’s learn how to build an end to end architecture for Flutter using Redux. Our main focus will be testability. ✅ Unidireccional data flow This is something we’ve heard many times already, so let me…
New post on Flutter Dev Google group:
changing the flutter app icon for ios and android devices
*FLUTTER APP ICON FOR IOS DEVICE:* Does it matter if I replace the filename by a simple one as long as it matches the name of the new image and will it works on an ios device? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76
June 22, 2019 at 02:58PM by Bened
http://bit.ly/2Y5Q230
changing the flutter app icon for ios and android devices
*FLUTTER APP ICON FOR IOS DEVICE:* Does it matter if I replace the filename by a simple one as long as it matches the name of the new image and will it works on an ios device? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76
June 22, 2019 at 02:58PM by Bened
http://bit.ly/2Y5Q230
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:
Build APK(s) missing in Flutter
The build APK(s) is not systematically done in Flutter, I have to open the project in Android Studio 15:31 Build APK(s) APK(s) generated successfully for 1 module: Module 'app': locate or analyze the APK.
June 22, 2019 at 03:37PM by Bened
http://bit.ly/2X08aK5
Build APK(s) missing in Flutter
The build APK(s) is not systematically done in Flutter, I have to open the project in Android Studio 15:31 Build APK(s) APK(s) generated successfully for 1 module: Module 'app': locate or analyze the APK.
June 22, 2019 at 03:37PM by Bened
http://bit.ly/2X08aK5
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:
An option to NOT write expected code. fontWeight: fontWeight.bold -> fontWeight: .bold
I dont see why this couldnt be a thing. This could fix a quite big problem i have with flutter. Having to write so much twice.This can atleast be usefull where a enum is expected:fontWeight: fontWeight.bold -> fontWeight: .bold // because a FontWeight is expected it can be omittedscrollDirection: .verticalalignment: .centeretc
June 22, 2019 at 03:35PM by ReinBentdal
http://bit.ly/31OecBb
An option to NOT write expected code. fontWeight: fontWeight.bold -> fontWeight: .bold
I dont see why this couldnt be a thing. This could fix a quite big problem i have with flutter. Having to write so much twice.This can atleast be usefull where a enum is expected:fontWeight: fontWeight.bold -> fontWeight: .bold // because a FontWeight is expected it can be omittedscrollDirection: .verticalalignment: .centeretc
June 22, 2019 at 03:35PM by ReinBentdal
http://bit.ly/31OecBb
reddit
r/FlutterDev - An option to NOT write expected code. fontWeight: fontWeight.bold -> fontWeight: .bold
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter Logo in Development-Logo?
Hi everyone Can I use the Flutter Logo in the Logo of our Development-Company? Or is that not allowed? Best regards
June 22, 2019 at 07:08PM by Felix Peer
http://bit.ly/2FrgnRA
Flutter Logo in Development-Logo?
Hi everyone Can I use the Flutter Logo in the Logo of our Development-Company? Or is that not allowed? Best regards
June 22, 2019 at 07:08PM by Felix Peer
http://bit.ly/2FrgnRA
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_hooks vs StatefulWidget
I'm looking into replacing my use of StatefulWidgets with flutter_hooks. For mutable state it's straight-forward, but I'm not sure how to use to replace my uses of initState and dispose. For example, initState to start an async bloc operation or dispose to dispose a stream or scroll/text controller.Is there a good pattern for this? With built-in hooks or does this require creating creating custom hooks?
June 22, 2019 at 07:43PM by Eltonomicon
http://bit.ly/2WY2r7y
flutter_hooks vs StatefulWidget
I'm looking into replacing my use of StatefulWidgets with flutter_hooks. For mutable state it's straight-forward, but I'm not sure how to use to replace my uses of initState and dispose. For example, initState to start an async bloc operation or dispose to dispose a stream or scroll/text controller.Is there a good pattern for this? With built-in hooks or does this require creating creating custom hooks?
June 22, 2019 at 07:43PM by Eltonomicon
http://bit.ly/2WY2r7y
reddit
r/FlutterDev - flutter_hooks vs StatefulWidget
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Redux using BLoC
http://bit.ly/2N4SXIk
June 22, 2019 at 08:44PM by esarbanis
http://bit.ly/2J5dgA9
Flutter Redux using BLoC
http://bit.ly/2N4SXIk
June 22, 2019 at 08:44PM by esarbanis
http://bit.ly/2J5dgA9
Medium
Flutter Redux using BLoC | Efthymis
State management is a huge issue for the Flutter community. Coming from an Angular background I got accustomed to using Redux and…
New post on /r/flutterdev subreddit:
BEST WAY TO HIT FIRST SERVICE | SPLASH SCREEN | FLUTTER SDK
https://youtu.be/kq-sHMOZQTw
June 22, 2019 at 08:41PM by prateeksharma1712
http://bit.ly/2WZMQJJ
BEST WAY TO HIT FIRST SERVICE | SPLASH SCREEN | FLUTTER SDK
https://youtu.be/kq-sHMOZQTw
June 22, 2019 at 08:41PM by prateeksharma1712
http://bit.ly/2WZMQJJ
YouTube
BEST WAY TO HIT FIRST SERVICE | SPLASH SCREEN | FLUTTER SDK
Came across a scenario wherein I had to call service before application loads first page. In this video, I am showing two ways to do these things. One of the...
New post on /r/flutterdev subreddit:
Looking for some critiques and comments on my first Flutter app
http://bit.ly/2IA563J
June 22, 2019 at 09:40PM by maylortaylor
http://bit.ly/2Y5DGrv
Looking for some critiques and comments on my first Flutter app
http://bit.ly/2IA563J
June 22, 2019 at 09:40PM by maylortaylor
http://bit.ly/2Y5DGrv
GitHub
maylortaylor/ArtStumble
A Flutter built art exploration app. Contribute to maylortaylor/ArtStumble development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Where to find iOS Bundle ID for firebase without Xcode?
I am trying to add my app to my firebase project as per the docs' instructions, and it requires me to enter the bundle id. All instructions of where to find this id explain how to find it in xcode, but i don't have xcode, i develop in my PC.
June 22, 2019 at 10:06PM by TheRedGambit
http://bit.ly/2XvAUij
Where to find iOS Bundle ID for firebase without Xcode?
I am trying to add my app to my firebase project as per the docs' instructions, and it requires me to enter the bundle id. All instructions of where to find this id explain how to find it in xcode, but i don't have xcode, i develop in my PC.
June 22, 2019 at 10:06PM by TheRedGambit
http://bit.ly/2XvAUij
reddit
r/FlutterDev - Where to find iOS Bundle ID for firebase without Xcode?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Your own Notebook page using CustomPaint in Flutter
http://bit.ly/31QVMzK
June 22, 2019 at 10:34PM by Elixane
http://bit.ly/2ZIBQ03
Your own Notebook page using CustomPaint in Flutter
http://bit.ly/31QVMzK
June 22, 2019 at 10:34PM by Elixane
http://bit.ly/2ZIBQ03
Medium
Your own Notebook page using CustomPaint in Flutter
This article explains how you can leverage the power of CustomPaint in Flutter to develop widgets that never exist and force you to think…
New post on /r/flutterdev subreddit:
How to create an animated Fancy Button for Flutter Games and Apps
http://bit.ly/2Y4jEh6
June 22, 2019 at 10:34PM by Elixane
http://bit.ly/2Fuz2wa
How to create an animated Fancy Button for Flutter Games and Apps
http://bit.ly/2Y4jEh6
June 22, 2019 at 10:34PM by Elixane
http://bit.ly/2Fuz2wa
Medium
How to create an animated Fancy Button for Flutter Games and Apps
This time I bring to you a useful Widget to implement in your Flutter Games and Apps. This solution came to me after watching a cool game…
New post on /r/flutterdev subreddit:
Animations with Redux (or Streams or ChangeNotifiers, etc) [example by Brian Egan]
http://bit.ly/2IW9yZq
June 22, 2019 at 11:03PM by EngineerScientist
http://bit.ly/2J5oHI5
Animations with Redux (or Streams or ChangeNotifiers, etc) [example by Brian Egan]
http://bit.ly/2IW9yZq
June 22, 2019 at 11:03PM by EngineerScientist
http://bit.ly/2J5oHI5
Gist
Animations with Redux (or Streams or ChangeNotifiers, etc)
Animations with Redux (or Streams or ChangeNotifiers, etc)
- main.dart
- main.dart
New post on /r/flutterdev subreddit:
The need for a new UI package
For the past weeks i have been working on a styling package for flutter called Division( https://pub.dev/packages/division ). It changes the way we style and construct UI in flutter. I want to expand the project but i dont know if there actually is a need for it or if there are people willing to contribute. What i would like to do is to start a new repository with a bigger scope. I want to change the syntax and make alot more widgets. Some examples of how i would like it to look (I have prototyped and know that the syntax is doable):
June 23, 2019 at 12:58AM by ReinBentdal
http://bit.ly/2Y7NkKj
The need for a new UI package
For the past weeks i have been working on a styling package for flutter called Division( https://pub.dev/packages/division ). It changes the way we style and construct UI in flutter. I want to expand the project but i dont know if there actually is a need for it or if there are people willing to contribute. What i would like to do is to start a new repository with a bigger scope. I want to change the syntax and make alot more widgets. Some examples of how i would like it to look (I have prototyped and know that the syntax is doable):
// This type of widget is what i have already made Division(child: Widget) .backgroundColor('#eeeeee') // rgb(), rgba(), #xxxxxx and [Color] .width(100) .height(100) .borderRadius(all: 30) .margin(vertical: 10, horizontal: 15) .padding(all: 30) .overflow('scroll') .align(.center) //Hopefully dart will allow this syntax in the future .class(myStyleClass) // reusable style import .onTap(() => print('Widget pressed')) .build() // nessecary so the widget knows when to return Txt('John') // text value .color('#000000') .editable(true) // Editable like TextField .placeholder('Enter name') // Textfield placeholder .build() Img('path/url') .borderRadius(all: 10) .repeat(true) .fit(Fit.cover) .build() etcThe values above is just dummies values and are just some of the methods.A simple but working version for the Txt widget is already made: https://github.com/ReinBentdal/division/blob/master/lib/src/txt.dartAnd the Division widget alreay exists with a different syntax and with a bunch of properties. Division may be renamed (for example to Box) if this project becomes a reality.A idea is to have the widget value inside the constructor while everything else is added with a method:
[Widget](constructor) .methodIs this something anyone would like to use/ contribute to? If there is some interest i may open a new GitHub repository (named FlutterUI or whatever) and port over my Division repository to be a part of this.Nothing shown here is final, just thoughts and early implementations. For example not shure if child in constructor is a good idea.
June 23, 2019 at 12:58AM by ReinBentdal
http://bit.ly/2Y7NkKj
Dart packages
division | Flutter Package
Simple to use yet powerfull style widgets with syntax inspired by CSS.
New post on /r/flutterdev subreddit:
Let's dive into Flutter for Web!
https://www.youtube.com/watch?v=H2Dy6Fn0xHA
June 23, 2019 at 02:33AM by kirkwight
http://bit.ly/2WYqjba
Let's dive into Flutter for Web!
https://www.youtube.com/watch?v=H2Dy6Fn0xHA
June 23, 2019 at 02:33AM by kirkwight
http://bit.ly/2WYqjba
YouTube
Flutter For Web – Flutter Vancouver Meetup Group
On June 11, 2019, I gave a talk about Flutter for Web to the Flutter Vancouver Meetup Group. This is a screencast version of that talk.
New post on /r/flutterdev subreddit:
Easily implement ads into a Flutter app
http://bit.ly/2N35E6j
June 23, 2019 at 04:31AM by foxmailhe
http://bit.ly/2XtRVth
Easily implement ads into a Flutter app
http://bit.ly/2N35E6j
June 23, 2019 at 04:31AM by foxmailhe
http://bit.ly/2XtRVth
Flutter Awesome
Easily implement ads into a Flutter app
This package will utilize the plugin, firebase_admob, so to quickly and easily implement ads into a Flutter app.
New post on /r/flutterdev subreddit:
FlutterForce — Week 32
http://bit.ly/31MBsQ8
June 23, 2019 at 03:04PM by flutterist
http://bit.ly/2IzoddY
FlutterForce — Week 32
http://bit.ly/31MBsQ8
June 23, 2019 at 03:04PM by flutterist
http://bit.ly/2IzoddY
Medium
FlutterForce — #Week 32
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Simple Restaurant app UI in Flutter
http://bit.ly/2FvCIxI
June 23, 2019 at 03:38PM by JideGuru
http://bit.ly/2N3F8K3
Simple Restaurant app UI in Flutter
http://bit.ly/2FvCIxI
June 23, 2019 at 03:38PM by JideGuru
http://bit.ly/2N3F8K3
GitHub
JideGuru/FlutterFoodybite
Flutter representation of a Restaurant app UI. Contribute to JideGuru/FlutterFoodybite development by creating an account on GitHub.