Mighty News - Flutter News App with Wordpress backend (2025)

RoyalC

Active member
Aug 16, 2019
416
67
28
France
leblogdeletrange.net
  • Jul 22, 2023
  • #61

always the same bug !!!!

Code:

Resolving dependencies... (1.8s)Because every version of flutter_localizations from sdk depends on intl 0.18.0 and mighty_news depends on intl ^0.17.0-nullsafety.2, flutter_localizations from sdk is forbidden.So, because mighty_news depends on flutter_localizations from sdk, version solving failed.

Code:

 • Flutter version 3.10.5 on channel stable at C:\tools\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 796c8ef792 (6 weeks ago), 2023-06-13 15:51:02 -0700 • Engine revision 45f6e00911 • Dart version 3.0.5 • DevTools version 2.23.1[√] Windows Version (Installed version of Windows is version 10 or higher)[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0) • Android SDK at C:\Users\Admin\AppData\Local\Android\sdk • Platform android-TiramisuPrivacySandbox, build-tools 33.0.0 • Java binary at: C:\Android Studio\jbr\bin\java • Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-9586694) • All Android licenses accepted.[√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe[X] Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components[√] Android Studio (version 2022.2) • Android Studio at C:\Android Studio • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-9586694)[√] Connected device (3 available) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [version 10.0.22000.2176] • Chrome (web) • chrome • web-javascript • Google Chrome 114.0.5735.199 • Edge (web) • edge • web-javascript • Microsoft Edge 114.0.1823.82[√] Network resources • All expected network resources are available.

RoyalC

Active member
Aug 16, 2019
416
67
28
France
leblogdeletrange.net
  • Jul 22, 2023
  • #62

resolving by replacing in pubspec.yaml :

Code:

dependency_overrides: xml: ^6.2.2 modal_bottom_sheet: ^3.0.0-pre

replace by:

Code:

dependency_overrides: xml: ^6.2.2 modal_bottom_sheet: ^3.0.0-pre intl: any
  • Mighty News - Flutter News App with Wordpress backend (3)

Reactions:

viid

RoyalC

Active member
Aug 16, 2019
416
67
28
France
leblogdeletrange.net
  • Jul 24, 2023
  • #63

the documentation is really strange, it seen to not be complet on the official site!!! i have done all include in doc but nothing is show on app !!! i can build app but no news !!! always "Something Went Wrong"

any idea ?
thanks

vinay4046

Active member
Aug 1, 2019
169
100
43
Kolkata
teklog.in
  • Aug 4, 2023
  • #64

Hello,
Which version of flutter does it work with ?
I used latest 3-10-05 and it shows 327 errors in problems tab in vs code ?
could someone help me with the flutter version ?

Snowflakes786

Well-known member

Trusted Uploader

Apr 14, 2021
392
538
93
  • Aug 12, 2023
  • #65

cotlaswebtalk said:

Hello,
Which version of flutter does it work with ?
I used latest 3-10-05 and it shows 327 errors in problems tab in vs code ?
could someone help me with the flutter version ?

bro the source code is updated in March 2023 so you should not be using latest version of flutter. Go to Flutter archive and download a version prior to the release of the update and try.

viid

Active member

Trusted Uploader

Dec 29, 2020
222
167
43
  • Aug 12, 2023
  • #66

Till now NewsFreak is the best bet compared to mightyNews. The only issue is the latest update is on babiato but the Wordpress plugin file has to be requested from the plugin author. Making the whole update unusable. Mighty News - Flutter News App with Wordpress backend (8) guess we’re stuck with using Mighty News

viid

Active member

Trusted Uploader

Dec 29, 2020
222
167
43
  • Nov 21, 2023
  • #67

Hi @Rogglerajesh Any chance we can get the latest update?

Latest Release (17 Nov 2023)

  • Migrate to flutter 3.13.x
  • Update libraries
  • Migrate to OneSignal 5.0.x

Rogglerajesh

Active member
May 11, 2022
108
33
28
  • Nov 22, 2023
  • #68

viid said:

Hi @Rogglerajesh Any chance we can get the latest update?

Latest Release (17 Nov 2023)

Previous version is working good we already published app in play store also.

  • Mighty News - Flutter News App with Wordpress backend (11)

Reactions:

viid

viid

Active member

Trusted Uploader

Dec 29, 2020
222
167
43
  • Nov 22, 2023
  • #69

Really? Can you share the steps you took please… from importing the project. To the pub get and also if you updated the dependencies and basically what you changed. It’ll be a huge help Mighty News - Flutter News App with Wordpress backend (13)

viid

Active member

Trusted Uploader

Dec 29, 2020
222
167
43
  • Nov 30, 2023
  • #70

Hi Mighty News - Flutter News App with Wordpress backend (15), @Rogglerajesh do you still have access to updating this?

Alvin255

New member
Sep 22, 2022
27
9
3
  • Dec 14, 2023
  • #71

Loh i get a lot of error in this version "
[!] Automatically assigning platform `iOS` with version `10.0` on target `OneSignalNotificationServiceExtension` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

Error running pod install

Error launching application on iPhone 14 Pro Max."

Pirust

Active member

Babiato Lover

Trusted Uploader

Mar 26, 2019
135
62
28
  • Jan 4, 2024
  • #72

I hate flutter forlife now always bugs bugs bugs bugs bugs !
and most of them are the same bugs !

  • Mighty News - Flutter News App with Wordpress backend (18)

Reactions:

viid

Pirust

Active member

Babiato Lover

Trusted Uploader

Mar 26, 2019
135
62
28
  • Jan 4, 2024
  • #73

RoyalC said:

the documentation is really strange, it seen to not be complet on the official site!!! i have done all include in doc but nothing is show on app !!! i can build app but no news !!! always "Something Went Wrong"

any idea ?
thanks

I CAN NOT BUILD THE APP !

RoyalC

Active member
Aug 16, 2019
416
67
28
France
leblogdeletrange.net
  • Jan 5, 2024
  • #74

Fredo said:

I CAN NOT BUILD THE APP !

send me your android file and i'll compile for you

  • Mighty News - Flutter News App with Wordpress backend (21)

Reactions:

Pirust

viid

Active member

Trusted Uploader

Dec 29, 2020
222
167
43
  • Jan 5, 2024
  • #75

RoyalC said:

send me your android file and i'll compile for you

Mighty News - Flutter News App with Wordpress backend (23) Hi, did you manage to get the flutter project to work using the version present on babiato or did you update to the latest

viid

Active member

Trusted Uploader

Dec 29, 2020
222
167
43
  • Jan 5, 2024
  • #76

Who’s interested in bulk buying this resource for the latest update. I’ll create a buy thread and update the link here.

@Rogglerajesh being the resource owner, the least you can do is reply the questions on here. It won’t take anything off you. If you don’t have access to updates, no need ignoring replies on here. You said you got it to work, share how you did it. You’ve been online today so there’s no excuse that you haven’t seen the numerous comment on this thread. Do better Mighty News - Flutter News App with Wordpress backend (25)

viid

Active member

Trusted Uploader

Dec 29, 2020
222
167
43
  • Jan 5, 2024
  • #77

viid said:

Who’s interested in bulk buying this resource for the latest update. I’ll create a buy thread and update the link here.

@Rogglerajesh being the resource owner, the least you can do is reply the questions on here. It won’t take anything off you. If you don’t have access to updates, no need ignoring replies on here. You said you got it to work, share how you did it. You’ve been online today so there’s no excuse that you haven’t seen the numerous comment on this thread. Do better Mighty News - Flutter News App with Wordpress backend (27)


https://babia.to/threads/mightynews-flutter-news-app-with-wordpress-backend.98790/

Rogglerajesh

Active member
May 11, 2022
108
33
28
  • Jan 5, 2024
  • #78

viid said:

Hi Mighty News - Flutter News App with Wordpress backend (29), @Rogglerajesh do you still have access to updating this?

No

  • Mighty News - Flutter News App with Wordpress backend (30)

Reactions:

viid

Rogglerajesh

Active member
May 11, 2022
108
33
28
  • Jan 5, 2024
  • #79

I

viid said:

https://babia.to/threads/mightynews-flutter-news-app-with-wordpress-backend.98790/

Did not check the notification

  • Mighty News - Flutter News App with Wordpress backend (32)

Reactions:

viid

Pirust

Active member

Babiato Lover

Trusted Uploader

Mar 26, 2019
135
62
28
  • Jan 5, 2024
  • #80

RoyalC said:

send me your android file and i'll compile for you

thanks brother but i want to fix and learn too

  • Mighty News - Flutter News App with Wordpress backend (34)

Reactions:

mariaktyler and RoyalC

You must log in or register to reply here.

Mighty News - Flutter News App with Wordpress backend (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Mr. See Jast

Last Updated:

Views: 6136

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.