Guided Tour to give a more thorough overview of the important features
Better and more explanations in most documents
Cleaner and updated UI
Website
Becoming Professional
September through December is the time to lock in. We are starting with a big shift to become a more cohesive brand with a professional look and feel.
Design
The course has been our focus, to make it really stand out as a premium product, and be undoubtedly “The Best Flutter Course On The Internet”. But the rest of the website did not match the quality … until now.
We call our new design “Modern Analog”. It’s a combination of a modern look and feel with a touch of analog, to give it a more human and personal feel. The landing page looks professional and matches the rest of the website.
But this update is a major overhaul of the entire platform. The articles and documentation have been updated to feel professional from the first iteration of the website.
Changelog
We now have a changelog page. We received feedback that some people are reluctant to subscribe because they don’t know what the future holds.
Robert and I don’t do a good job of communicating the changes we make to the product. We have been consistently adding new features and improving the product since October 2022.
This is a project that is a collection of our work together. Hungrimind is a lifelong project of everything that we learn and teach. And the best way to show this is not by making promises, but by showing proof of previous consistent improvements.
Note
As of this release, the history is short because I didn’t want to go through years of updates and backfill the changelog.
Flutter Kit 0.3
Revamped Documentation
New side bar look and organization to make it easier to find what you’re looking for
Guided Tour to give a more thorough overview of the important features
Better and more explanations in most documents
Cleaner and updated UI
Kubernetes Kit 1.0
Initial Release of Kubernetes Kit
This is the initial release of the Kubernetes Kit. It includes all the core features that we use in production, such as MetalLB Load Balancer, Nginx Ingress, SSL Certificates, Monitoring, Backup to AWS, Redis Caching, Certificate Managers, and more.
Flutter Kit 0.2.2
Updated CLI Command Structure
BREAKING CHANGE
The command is now hungrimind flutter create instead of hungrimind create flutter.
This new structure is more consistent by using the <product> <action> syntax. To use the new command, update your CLI by running:
Terminal window
1
npminstall-g@hungrimind/hungrimind-cli
Flutter Kit 0.2.1
Bug Fixes
The initialRouteInformation in best_router.dart now uses the RouterService path instead of a default value.
Flutter Kit 0.2
Translations, Notifications, and Haptics
Translation Without Context
You can now access a static instance of your translation using the static
Translate class.
Example:
1
print(Translate.current.appName);
New Internal Notification System
By using locator<NotifyService>, you now have access to a service to either show a toast or initiate haptic feedback (vibration).
We updated the formatter to better respect trailing commas.
1
formatter:
2
trailing_commas:preserve
Flutter Kit 0.1
Initial Release of Flutter Kit
This is the initial release of the Flutter Kit. It includes all the core features that we use in production, such as MVVM Architecture, Routing, and more.