• The default language of any content posted is English.
Newsfreak - Flutter News App for WordPress

Newsfreak - Flutter News App for WordPress 2.1.0

raz0r

owner
Staff member
Administrator
Messages
15,975
Reactions
58,088
raz0r submitted a new resource:

Newsfreak - Flutter News App for WordPress - Flutter News App for WordPress (Codecanyon Item ID: 32743254)

View attachment 1842

NewsFreak is a complete mobile app for both Android & iOS based on WordPress blog. You can convert your WordPress blog into a native Android and iOS App within a few hours.

Are you looking for an app for your WordPress blog/site or are you looking to build an app & website for your ideas, then NewsFreak is the best option for you. Using our template, you can build a native Android & iOS app for your WordPress site.

We have used Flutter from...

Read more about this resource...
 
how to remove first screen and load home news direct

\lib\pages\splash.dart

Future _afterSplash() async {
final UserBloc ub = context.read<UserBloc>();
Future.delayed(Duration(milliseconds: 1500)).then((value) {
ub.isSignedIn == true || ub.guestUser == true
? _gotoHomePage()
: _gotoHomePage();
// : _gotoWelcomePage();


});
}

Search and replace as above
 
raz0r updated Newsfreak - Flutter News App for WordPress with a new update entry:

Newsfreak - Flutter News App for WordPress 2.1.0

v2.1.0 – 06 February 2024
- Added code preview and quote support in the post details screen
- Added post views count. This feature can be disabled from our wordpress plugin
- Added an option to disable/enable datetime in the app
- Added a new screen for sub-categories and sub-categories are now removed from the category tab.
- In the sidebar, the dropdown icon won't show if there is no sub-category.
- Added Instagram-embedded post support in the post details screen
- Added automatic...

Read the rest of this update entry...
 

No Internet Issue​

After completing WordPress Setup and App Setup, If you face No Internet in app issue, Use (json+Plugin) Below.

work v2.1.0 – 06 February 2024
 

Attachments

  • newsfreak (json+Plugin).zip
    8.7 KB · Views: 12
Top