Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Very few supported devices of my Flutter app on PlayConsole
Its been a very fun adventure with Flutter so far and my app just got published in PlayStore but I have 2 problemsIts not visible on most devicesThe supported devices is VERY FEW (25 only)How do I increase the supported versions of Androids? Like from Jellybean to latest?​​My code for app-level build.gradle is below:​
android { compileSdkVersion 28 sourceSets { main.java.srcDirs += 'src/main/kotlin' } lintOptions { disable 'InvalidPackage' } defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.hivemanila.syncshop_webview" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true } signingConfigs { release { keyAlias keystoreProperties['keyAlias'] keyPassword keystoreProperties['keyPassword'] storeFile file(keystoreProperties['storeFile']) storePassword keystoreProperties['storePassword'] } } buildTypes { release { signingConfig signingConfigs.release minifyEnabled true useProguard true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } flutter { source '../..' } dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' } 


December 23, 2019 at 12:21PM by cosmoph
https://ift.tt/2ShWJPh
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter - Week 18 - Flutter Interact special edition. Articles, tutorials, videos and much more
https://ift.tt/2PP5UFh

December 23, 2019 at 01:11PM by vensign
https://ift.tt/2Qaw2te
New post on /r/flutterdev subreddit:

Created a bottom nav bar
Just created a navbar.If anyone found a bug, please, submit a pr.https://pub.dev/packages/circle_bottom_navigationThanks :D

December 23, 2019 at 12:49PM by jeanluucas
https://ift.tt/2ZgoWHT
New post on /r/flutterdev subreddit:

Flutter Intl - VS Code extension that binds ARB localization files to Dart code
https://ift.tt/35RgO32

December 23, 2019 at 03:35PM by goranlu
https://ift.tt/2EOaXzs
New tweet from FlutterDev:

Are you looking to add support for a Flutter plugin? πŸ”Œ

πŸ‘ Web support was added to the url_launcher plugin!

Learn more here ↓ https://t.co/8ND4nBiI3kβ€” Flutter (@FlutterDev) December 23, 2019

December 23, 2019 at 07:00PM
http://twitter.com/FlutterDev/status/1209171814297088000
New post on /r/flutterdev subreddit:

Learnt how to make simple apps , now what ?
Following the advice of many people i completed the Angela Yu udemy course and it has enabled me to make a few simple apps of my own which fetch from a REST Api . But i can already feel my lack of knowledge about advanced concepts like proper state management and architecture is hurting my ability to make larger apps.Is provider enough or is RxDart + BLoC required ? Any resources/udemy courses that are geared towards someone who is an intermediate (?) level flutter dev

December 23, 2019 at 07:02PM by kkultimate
https://ift.tt/2ESLQeN
New post on /r/flutterdev subreddit:

Privacy because of google
Hi all, I'm working on a few self made apps and want to create mobile apps for them. Flutter appeals to me but I don't really trust Google. Does compiled apps made in Flutter call home to Google in any way? Don't want to share the data of my users :)

December 24, 2019 at 09:24AM by rover87
https://ift.tt/34XkvDb
New post on Flutter Dev Google group:

Only static members can be accessed in initializers
Hi all, I'm a novice coder, slowly getting my head around Flutter and Dart as I build my first app. I'm working with dummy data for now as I build the UI, but am getting an error when I try to add my second List. I want to these to refer back to the UUIDs from the first list, but I'm getting

December 24, 2019 at 10:22AM by Ross Cooper-Smith
https://ift.tt/375EKjc
New post on /r/flutterdev subreddit:

Merry Christmas and a Happy New Year | FlutterDevs
Wishing you a Merry Christmas and a Happy New Year 2019-20. May this celebration begin with moments of love and laughter, and may the new year be filled with happiness and joy.​#Flutterdev

December 24, 2019 at 12:53PM by brjitendra
https://ift.tt/34SC1bx
New post on /r/flutterdev subreddit:

How to update widget state from another widget?
Hello, I find myself in a strange situation. I have learned about flutter_bloc and successfully applied it to our application. I have created whole business logic and it works well. The part I have been struggling for a week now is some complex scenarios related to widgets. Here is an example:
I have a listview of chips and a pageView widget, which both are child widgets in the container. I need the following behavior: Then the user presses a chip, I should call pageViewController.jumpToPage(index).However, I am not sure how can I access a pageViewController from my listview of chips. Even if it is public, I still can't access it from another widget, because they both are children widgets and there is not parent-children relationship between them.Also should I call pageViewController.jumpToPage(index) in setState of individual chip onTap event?I would like to get an answer or some examples... Again, thank you and happy new year :)

December 24, 2019 at 01:28PM by wellbranding
https://ift.tt/2PUItul
New post on /r/flutterdev subreddit:

Should I move on from flutter?
I started learning flutter and skipped react because it would help me in building apps for myself very quickly( I wanted to build something of my own). I also do little bit of UI/UX designing with XD. But now I realize that there are not many job opportunities (Flutter) here looking for a recent graduate in computer science. I am at crossroads on whether to give up flutter or study flutter and keep working on my projects till I reach an MVP.

December 24, 2019 at 02:18PM by empty_glasses
https://ift.tt/2Q9sGXi
New post on /r/flutterdev subreddit:

Fluid-Layout New responsive layout library used in production
I just published fluid_layout, a library for building responsive layouts for different sized screen.I have been working several months on it and it is used in two production projectshttps://pub.dev/packages/fluid_layout

December 24, 2019 at 04:06PM by jamesblasco
https://ift.tt/376weR7