Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance updates (Support flutter 3.10) #749

Closed
wants to merge 1 commit into from
Closed

Maintenance updates (Support flutter 3.10) #749

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 11, 2023

Changes I have made:

  • Fixed ReadMe ci status badge ([BUG] ci status badge doesn't function #743)
  • Removed the mention of the feed on ReadME
  • Set minSdkVersion to 19
  • Set useMaterial3 to true
  • Added more colours by updating flex_color_scheme
  • Removed share in place of share_plus
  • Cleaned up dependancy overrides

@@ -54,7 +54,7 @@ android {

defaultConfig {
applicationId "com.jonjomckay.fritter"
minSdkVersion 16
minSdkVersion 19
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this has to be bumped to 19? I do still have pings from users on 16, so I'd like to keep Fritter working for them if possible!

@@ -41,20 +41,21 @@ class GroupModel extends StreamStore<Object, SubscriptionGroupGet> {
var group = (await database.query(tableSubscriptionGroup, where: 'id = ?', whereArgs: [id])).first;

if (id == '-1') {
var subscriptions = (await database.query(tableSubscription))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please can you make these whitespace/formatting changes in a separate PR, and/or exclude them from this one? It makes it very difficult to review the actual changes.

git add -p is helpful when staging, which allows you choose which chunks to stage and which to ignore.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't stop this from happening as VSCode auto formats on save

@@ -483,7 +482,7 @@ class _FritterAppState extends State<FritterApp> {
blendOnColors: false,
),
visualDensity: FlexColorScheme.comfortablePlatformDensity,
useMaterial3: false,
useMaterial3: true,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think I'm ready to turn this back on in Fritter, until Flutter's Material 3 support is fully baked. Last time I enabled this, it made some bizarre layout changes, and there were plenty of missing components.

See c25c02c

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I understand I will revert this change

@ghost ghost closed this by deleting the head repository Jul 1, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant