Flutter Tap

Archive

Issue 193 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Article

Major steps this year on the journey to multiplatform development. Michael Thomsen gives us an overview of Flutter and Dart's latest releases and the platform's progress. The main points:

  • Flutter and Dart have released new versions, Flutter 3.16 and Dart 3.2, focusing on breakthrough graphics like Impeller, seamless web and mobile integration (e.g., Google Classroom), and enhancing developer experience.

  • Google apps like Classroom and YouTube Create have adopted Flutter, showcasing improved performance and flexibility, while Google Earth now uses Flutter for map and geospatial data on web, Android, and iOS.

  • Flutter's global adoption is evident with banking apps like Skandia (Sweden), educational apps like MarketWatch (US), and chat services like Tencent's Cloud Chat (China) choosing it for consistent Android and iOS experiences.

  • Notable updates include the Impeller engine for graphics performance, a revamped Casual Games Toolkit with games like Trivia Crack and Debertz, and support for platform-specific features, making Flutter a versatile choice for developers.

#193
November 27, 2023
Read more

Issue 192 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Article

Attending FlutterConf Latam 2023 🇨🇴: My Insights and Takeaways. Enzo Lizama Paredes gives us an overview of his experience at this great conference.

Tutorials

#192
November 13, 2023
Read more

Issue 191 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Creating a Robust Flutter Persistent Navigation Bar with Nested Navigation using Stacked Router Service. Isaac Adariku demonstrates how to use the Stacked framework to create persistent navigation bars with nested navigation in Flutter. This tutorial covers configuring routes, maintaining state, and making the UI responsive, resulting in a robust navigation experience for complex apps.

Learn how to manage your calendar events in Flutter and Dart. If you ever want to interact with your phone calendar to create or check events, this tutorial is for you. Loïc Yabili, teaches how to do it with a cinema demo app.

#191
October 30, 2023
Read more

Issue 190 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Articles

Brand New ‘App Center’ Lands in Ubuntu 23.10. Ubuntu's new App Center is built with Flutter, offering speed and lower RAM usage. Flutter, Ubuntu's default since 2021, enables App Center's clean, responsive design. It installs Snaps easily, and deb support is coming soon.

Implementing the latest from Flutter to build our Guided Journaling Library. Isaac Adariku, part of the Reflection.app team, dive into some of the Flutter updates that made their latest release possible.

#190
October 23, 2023
Read more

Issue 189 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Articles

GG: The Journey of Building and Marketing an App. A fantastic article from Ikram Hasan on how he built a successful app using Flutter and Firebase. You can even find the source code here: https://github.com/ikramhasan/GG-Games-and-Giveaways.

Tutorials

#189
October 16, 2023
Read more

Issue 188 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Streamlining exiting your Flutter desktop app with Shortcut keys. Shortcuts are a must-have in any desktop application. In this tutorial, Huy Nguyen shows us how to implement a Quit application shortcut in our Flutter app.

What’s new in Android 14 for developers. As much of you know, Android 14 is here (or almost here for many phones). Kirill Rozov gives us a nice overview of the new features and privacy restrictions.

#188
October 9, 2023
Read more

Issue 187 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Pushing Flutter to the Limit: The Ultimate Guide to Reducing Flutter App Size. Having a small size app is always good both for development and for your users. Anuj Kumar Pandey gives us a detailed guide with 15 points on how to make our apps leaner.


#187
September 25, 2023
Read more

Issue 186 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Pushing Flutter to the Limit: Performance Tips Every Developer Should Know. Anuj Kumar Pandey gives us a detailed list of tips and tricks to improve our Flutter apps.

sponsored

#186
September 18, 2023
Read more

Issue 185 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Articles

A new modern look for the Android brand. The Android team launched a new brand identity to better represent the users' diversity. "As the world’s largest operating system, Android’s open platform serves a diverse community of developers, device makers and users. And as we’ve grown — with over 3 billion Android devices worldwide — so has our vision. We believe our brand system and how we show up visually to the world as Android should reflect Android’s core ethos of being open, iterative and inclusive. That’s why we’re sharing an update to our visual identity that better represents our Android community — and it’s also a lot of fun, too."

Tutorials

#185
September 11, 2023
Read more

Issue 184 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Articles

How I became a Google Developer Expert in Flutter. Alexey Inkin tells us about his journey to become a Google Developer Expert.

Tutorials

#184
September 4, 2023
Read more

Issue 183 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tools

flutter_tv. An open-source Flutter project. AppleTV sample app: now there is video support, and you can play trailers in the application. https://github.com/DenisovAV/flutter_tv.

Tutorials

#183
August 28, 2023
Read more

Issue 182 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Articles

What’s new in Flutter 3.13. Last week Flutter 3.13 was launched, and it brings a lot of new functionalities and improvements. The main points:

  • Improvements for Impeller on iOS and preview support for MacOS. Android is not ready yet.

  • Improvements in Material Framework, more adaptability, customization, and new capabilities.

  • Adaptative dialog constructor that shows the platform's native style for AlertDialog.

  • Camera text recognition in iOS from the TextField widget.

  • New AppLifeCycleListener class for listening to changes in the application lifecycle. Very helpful for debugging.

  • Accessibility, 2D scroll, new slivers, changes for Devtools and much more.

#182
August 21, 2023
Read more

Issue 181 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tools

This is not a tool yet, but Google just announced Project IDX. It will have support for Flutter and cross-platform development. Can't wait to try it. This is the description:

"These days, launching applications means navigating an endless sea of complexity. We felt this pain at Google, so we started Project IDX, an experimental new initiative aimed at bringing your entire full-stack, multiplatform app development workflow to the cloud."

#181
August 14, 2023
Read more

Issue 180 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Understanding Keys, Elements, RenderObjects and their interplay in Flutter. A deep dive into the inner workings of Flutter. Understanding these three elements' mechanics can help us resolve bugs and make better apps.


#180
August 7, 2023
Read more

Issue 179 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Let's build a full-stack dart app. Jhin Lee creates a complete Dart application using Dart Frog on the backend and Flutter for the frontend. The app is a monorepo allowing sharing code between the front and back.


#179
July 31, 2023
Read more

Issue 178 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Articles

Flutter Fever: Adoption Grows and Spreads to Embedded Devices.
In this article, Loraine Lawson interviews David DeRemer, the CEO of Very Good Ventures. They discuss the company, its clients, and how they utilize Flutter for embedded devices.

Tools

#178
July 24, 2023
Read more

Issue 177 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Implementing Deep Links in Flutter: A Comprehensive Guide to Enhance Mobile User Experience. Samuel Abada gives us a great guide on implementing Deep Links in our Flutter app.


#177
July 17, 2023
Read more

Issue 176 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Tutorials

Flutter for Web Development: Building Responsive and Feature-Rich Web Apps. Balaji Venkatachalam shows us the process of building responsive layouts, adding interactivity and navigation, working with APIs, and deploying Flutter web apps.


#176
July 10, 2023
Read more

Issue 175 - Flutter Tap Weekly Newsletter

Let's dive into this week's content, waiting to supercharge your Flutter projects:

Articles

Flutter 2023 Q1 survey — API breaking changes, deep linking, and more. The results of the last survey it's out. See what the Flutter community thinks about the platform's growth, breaking changes, and deep links.

Introducing LangChain.dart 🦜️🔗. LangChain.dart aims to fill this gap by abstracting the intricacies of working with LLMs in Dart and Flutter, enabling developers to harness their combined potential effectively.

#175
July 3, 2023
Read more

Issue 174 - Flutter Tap Weekly Newsletter

Welcome to the latest edition of FlutterTap, your go-to source for all things Flutter and Dart! The flutter community has been buzzing with remarkable contributions, and we couldn't be more thrilled to share the best of the best with you.

But first, let's take a moment to appreciate the incredible individuals behind these outstanding resources. We encourage you to show your appreciation by commenting, rating, clapping, or any other form of recognition that resonates with you. Your support means the world to these talented creators!

Now, let's dive into this week content waiting to supercharge your Flutter projects:

Tutorials

#174
June 26, 2023
Read more

Issue 173 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 173 - June 12, 2023

#173
June 12, 2023
Read more

Issue 172 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 172 - June 05, 2023

#172
June 5, 2023
Read more

Issue 171 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 171 - May 29, 2023

#171
May 29, 2023
Read more

Issue 170 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 170 - May 22, 2023

#170
May 22, 2023
Read more

Issue 169 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 169 - May 16, 2023

#169
May 16, 2023
Read more

Issue 168 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 168 - May 08, 2023

#168
May 8, 2023
Read more

Issue 167 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 167 - May 01, 2023

#167
May 1, 2023
Read more

Issue 166 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 166 - April 24, 2023

#166
April 24, 2023
Read more

Issue 165 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 165 - April 17, 2023

#165
April 17, 2023
Read more

Issue 164 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 164 - April 10, 2023

#164
April 10, 2023
Read more

Issue 163 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 163 - April 03, 2023

#163
April 3, 2023
Read more

Issue 162 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

Newsletter Issue 162 - March 27, 2023

#162
March 27, 2023
Read more

Issue 161 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#161
March 13, 2023
Read more

Issue 160 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#160
February 27, 2023
Read more

Issue 159 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#159
February 13, 2023
Read more

Issue 158 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#158
February 6, 2023
Read more

Issue 157 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#157
January 30, 2023
Read more

Issue 156 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#156
January 23, 2023
Read more

Issue 155 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#155
January 9, 2023
Read more

Issue 154 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#154
December 19, 2022
Read more

Issue 153 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#153
December 5, 2022
Read more

Issue 152 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#152
November 21, 2022
Read more

Issue 151 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#151
November 7, 2022
Read more

Issue 150 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#150
October 31, 2022
Read more

Issue 149 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#149
October 24, 2022
Read more

Issue 148 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#148
October 17, 2022
Read more

Issue 147 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#147
October 10, 2022
Read more

Issue 146 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#146
September 26, 2022
Read more

Issue 145 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#145
September 19, 2022
Read more

Issue 144 - Flutter Tap Weekly Newsletter

Flutter Tap

Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.

If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.


If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.

#144
September 5, 2022
Read more
 
Older archives
Find Flutter Tap elsewhere: Twitter
Brought to you by Buttondown, the easiest way to start and grow your newsletter.