We have released several essential improvements to enhance your App Building experience with Nowa!
New
A complete new ListView and GridView widgets: These widgets make displaying data easier and more efficient than ever. They come with two modes: Builder
and Normal
. The Builder
mode renders only what is needed at each moment, improving performance when displaying large amounts of data. Read more here on using ListView and here for GridView
- Use the
Builder
mode for efficient rendering of large datasets - Tip: For displaying data from an API, Firebase, Supabase, or a variable, use
ListView
andGridView
instead ofGroup
New Linear Progress Indicator: Along with the circular progress indicator, you can now display a linear progress indicator. Read more here
- Set the progress value to indicate task completion
- Customize the color and background to match your app’s theme
Text Overflow Options: You can now set behaviors for the Text widget when there’s not enough space to show all the text. Options include clip
, ellipsis
, and more. Read more here
- Choose
clip
to cut off the extra text - Use
ellipsis
to show dots where the text overflows
Enhancements
Nowa Error system got more POWER now: The error system can detect more errors faster and provide detailed information in the Error panel. This ensures a smoother development experience by quickly informing you of issues that need attention.
- Instant error updates for quicker debugging
- Detailed error descriptions for better understanding and resolution
Fixes
- Fixed Admob issues on iOS
- Resolved API panel crashing problems
- Improved Error System for instant updates
- Fixed issues with disconnecting Firebase from a project
- Corrected error when using the Navigator function without setting a screen
- Stability improvements
What’s Coming Next
We are working on a much better API system to allow powerful integrations!
Read more on the official What’s new and Changelog