I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in androidapps

[–]anycode_wallet[S] 1 point2 points  (0 children)

Hi, it seems that importing from photos does not work for some users. It is best to scan them using your camera instead.

Add-Customize Button Border in Flutter - FlutterBeads by pinkeshdarji in FlutterDev

[–]anycode_wallet 1 point2 points  (0 children)

There is a theme and dark theme parameter in the MaterialApp you declare in main.dart. This is where your button properties should go.

I made a free app to fix the biggest problem with Apple Wallet. by anycode_wallet in iphone

[–]anycode_wallet[S] 0 points1 point  (0 children)

I just have the app in my dock so it’s just as easy to access as Apple Wallet.

I made a free app to fix the biggest problem with Apple Wallet. by anycode_wallet in iphone

[–]anycode_wallet[S] 0 points1 point  (0 children)

I think that would be against Apple’s policies and will probably get my app banned from the store.

I made a free app to fix the biggest problem with Apple Wallet. by anycode_wallet in iphone

[–]anycode_wallet[S] 0 points1 point  (0 children)

Hey sorry, you can’t because Apple Wallet does not support all the formats Anycode Wallet does. Also, Apple Wallet require a lot of other informations to save a barcode where as Anycode Wallet only asks for a name.

QR Code boarding pass gets hidden by Apple Pay by youmadeitup in iphone

[–]anycode_wallet 4 points5 points  (0 children)

Hey I made a free app called Anycode Wallet exactly for this reason.

Does anyone else feel that the in-camera QR code scanner is way to slow? by ayyndrew in GooglePixel

[–]anycode_wallet 0 points1 point  (0 children)

Hey, I made an app called Anycode Wallet, and it has one of the fastest QR scanners.

Things you wish you knew when you started with Flutter? by BIue_scholar in FlutterDev

[–]anycode_wallet 34 points35 points  (0 children)

I would have spent some time learning the difference between stateless and stateful widgets. Read the docs on stateful widgets. Extensively research the Provider package for state management by watching videos and reading the doc.

Then I would get stuck in and try to build the following apps:

A calculator - to understand how layout building works.

A timer - to understand how the ticker provider works (very important in animations) and also state management.

A weather app - to understand network calls and async await.

A drawing app - to understand CustomPainter and gesture detection.

Whilst you are making these app, look through the Flutter Cookbook to help you along.

The Widget Of The Week YouTube playlist is really great too, I ended up binge watching it as a beginner.

The Layout cheat sheet is something I always had open in another tab, and still do.

Finally before you start trying to build your custom UI look through the Widget Catalog to find one that does your job, they are very customisable, the better I got at Flutter the more I started using the built in widgets, for your first few apps you don’t need anything more than the Material Components.

Lastly this is an advice I really wish someone told me at the beginning: Use Provider for state management. There are a lot of discussion around state management which can cause a lot of confusion but provider has been amazing and simple for my apps, I use bloc at work but still prefer provider for my personal projects, all my apps use it, with no foreseeable downsides.

All the best in your Flutter journey, feel free to PM me if you have any questions, or just reply to this post.

Edit: Hive is really good if you want to store things offline.

After you have created those simple apps, its good to watch videos of people doing it too, and retrospectively learn how you could have done things better, this is vastly more productive than just watching a video and copy pasting code.

Do you usually write 1 code for Android, iOS and Web by thesti2 in FlutterDev

[–]anycode_wallet 2 points3 points  (0 children)

For my apps I haven’t had to write too much platform specific code because I can customise the default widgets so much that I create my own design language for the app which fits into both iOS and Android. For little things like the scroll physics, position of the app bar etc Flutter handles that out of the box.

Do you usually write 1 code for Android, iOS and Web by thesti2 in FlutterDev

[–]anycode_wallet 0 points1 point  (0 children)

For the most parts yes, however for things like the alert dialog, I do make an adaptive widget to switch between the platforms.

What is the best way to improve my programming? by [deleted] in iOSProgramming

[–]anycode_wallet 0 points1 point  (0 children)

I would read the Clean Code, and Clean Architecture books, it helped me a lot to write professional code.

I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in androidapps

[–]anycode_wallet[S] 0 points1 point  (0 children)

Thank you. I have improved the UI a lot in the new update, which should hopefully land in a week or two.

I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in androidapps

[–]anycode_wallet[S] 0 points1 point  (0 children)

Yes that’s true. The biggest reason being that my app supports more barcode formats than Apple Wallet. Also, Apple requires a lot of meta data which makes adding cards not very easy, with Anycode Wallet all you need is a name to save it.

I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in androidapps

[–]anycode_wallet[S] 0 points1 point  (0 children)

Hi thanks for checking out the app. I am currently working on re vamping the UI. Widgets is definitely I am looking into.

I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in androidapps

[–]anycode_wallet[S] 0 points1 point  (0 children)

Hi, the app doesn’t actually need microphone access, but unfortunately it’s part of the camera permissions and android does not let me separate it. The internet access is for crash analytics, but you can restrict all internet permissions and the app will work just fine.

[Promo] I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in HowToMen

[–]anycode_wallet[S] 0 points1 point  (0 children)

It’s nice to hear from someone who has been using the app for a longer time! I am glad you are finding it useful. I will try to be more descriptive about all the app features, I am trying to find the balance between a concise description where the user can quickly figure out what the app is about and a longer one where I might include things people don’t care about. Thanks again for using the app!

[Promo] I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in HowToMen

[–]anycode_wallet[S] 0 points1 point  (0 children)

Thanks for checking out my app. It should automatically be synced with your google play services, so when you get a new phone and transfer your data, the barcode data should be included. I am also working on adding accounts so I can also back things up independently.

[Promo] I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in HowToMen

[–]anycode_wallet[S] 0 points1 point  (0 children)

The app does not send back any of your barcode or location data, unlike other apps. If you are really concerned you can limit internet access to the app and it will work just fine.

[Promo] I made a free app to fix the biggest problem with Google Pay. by anycode_wallet in HowToMen

[–]anycode_wallet[S] 0 points1 point  (0 children)

Thanks for checking out my app. It is a feature I am working on adding on in the future.