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

Updates for latest flutter stable #240

Merged
merged 2 commits into from May 17, 2021
Merged

Updates for latest flutter stable #240

merged 2 commits into from May 17, 2021

Conversation

guidezpl
Copy link
Member

@guidezpl guidezpl commented May 17, 2021

Based on current flutter@stable (1d9032c7e1d867f071f2277eb1673e8f9b0274e3)

  • Upgrades to Android embedding v2
  • Upgrades to Gradle 4.2.0
  • Deletes png assets by using Android's adaptive launcher icon system
  • Recreates ios/
  • Bumps up pubspec versions

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions
@guidezpl guidezpl changed the title Recreate android/ and ios/ Updates for latest flutter stable May 17, 2021
Copy link

@rami-a rami-a left a comment

Choose a reason for hiding this comment

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

LGTM

@guidezpl guidezpl merged commit 5fbd009 into 101-starter May 17, 2021
@guidezpl guidezpl deleted the updates branch May 17, 2021 17:21
guidezpl added a commit that referenced this pull request May 17, 2021
* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump
guidezpl added a commit that referenced this pull request May 17, 2021
* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump
guidezpl added a commit that referenced this pull request May 17, 2021
* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump
guidezpl added a commit that referenced this pull request May 17, 2021
* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs

Delete widget_test.dart
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
[101] Starter code.

Changed android gradle files to make Android X compatible (#172)

Add todo for slanted menu asset in 101 (#179)

Updated TextStyles in product_card.dart (#186)

Updated with new TextStyles.

Add environment constraint

Add environment constraint correctly

Migrate 101-starter to NNBD (#222) (#231)

* Update version.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

Adopting flutter_lints for 101-starter branch (#251)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
Changed android gradle files to make Android X compatible (#172)

Add todo for slanted menu asset in 101 (#179)

Updated TextStyles in product_card.dart (#186)

Updated with new TextStyles.

Add environment constraint

Add environment constraint correctly

Migrate 101-starter to NNBD (#222) (#231)

* Update version.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

Adopting flutter_lints for 101-starter branch (#251)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
author Will Larche <larche@google.com> 1520722042 -0500
committer guidezpl <6655696+guidezpl@users.noreply.github.com> 1650727878 +0200

parent 377b30d
author Will Larche <larche@google.com> 1520722042 -0500
committer guidezpl <6655696+guidezpl@users.noreply.github.com> 1650727816 +0200

[Docs] Initial commit.

[101] Starter code.

Add todo for slanted menu asset in 101 (#179)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly

[102] Starter code.

Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs

Delete widget_test.dart
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
[Docs] Initial commit.

[101] Starter code.

Add todo for slanted menu asset in 101 (#179)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly

[102] Starter code.

Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs

Delete widget_test.dart
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
Changed android gradle files to make Android X compatible (#172)

Add todo for slanted menu asset in 101 (#179)

Updated TextStyles in product_card.dart (#186)

Updated with new TextStyles.

Add environment constraint

Add environment constraint correctly

Migrate 101-starter to NNBD (#222) (#231)

* Update version.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

Adopting flutter_lints for 101-starter branch (#251)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
[Docs] Initial commit.

[101] Starter code.

Add todo for slanted menu asset in 101 (#179)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly

[102] Starter code.

Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs

Delete widget_test.dart
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
[Docs] Initial commit.

[101] Starter code.

Add todo for slanted menu asset in 101 (#179)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly

[102] Starter code.

Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs

Delete widget_test.dart
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
Update textstyles on home.dart (#189)

Replaces deprecated textThemes by the new ones

Updated TextStyles in product_card.dart (#186) (#194)

Updated with new TextStyles.

Co-authored-by: Rex B Ferrer <ferrergordonrb@g.cofc.edu>

Add environment constraint

Migrate 102-complete to NNBD (#220) (#233)

* Migrate.

* Update SDK version.

* Update version for intl.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Migrate deprecated buttons in 103-starter (#237)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

tweak AppBar

tweak AppBar

undo tweaks

update ios icon and name

Adopting flutter_lints on 103-starter (#253)

remove unnecessary import

fix formatting

update iOS build

fix Android build issues

Delete widget_test.dart

replace ButtonBar with OverflowBar

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
Update textstyles on home.dart (#189)

Replaces deprecated textThemes by the new ones

Updated TextStyles in product_card.dart (#186) (#194)

Updated with new TextStyles.

Co-authored-by: Rex B Ferrer <ferrergordonrb@g.cofc.edu>

Add environment constraint

Migrate 102-complete to NNBD (#220) (#233)

* Migrate.

* Update SDK version.

* Update version for intl.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Migrate deprecated buttons in 103-starter (#237)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

tweak AppBar

tweak AppBar

undo tweaks

update ios icon and name

Adopting flutter_lints on 103-starter (#253)

remove unnecessary import

fix formatting

update iOS build

fix Android build issues

Delete widget_test.dart

replace ButtonBar with OverflowBar

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly
guidezpl pushed a commit that referenced this pull request Apr 23, 2022
[Docs] Initial commit.

[101] Starter code.

Add todo for slanted menu asset in 101 (#179)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly

[102] Starter code.

Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs

Delete widget_test.dart
guidezpl pushed a commit that referenced this pull request Apr 19, 2023
Changed android gradle files to make Android X compatible (#172)

Add todo for slanted menu asset in 101 (#179)

Updated TextStyles in product_card.dart (#186)

Updated with new TextStyles.

Add environment constraint

Add environment constraint correctly

Migrate 101-starter to NNBD (#222) (#231)

* Update version.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

Adopting flutter_lints for 101-starter branch (#251)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly

Update to M3 - Start (#284)

* Update to M3

* Adding desktop targets

* Update app.dart

* Update app.dart

* Update app.dart

fix
guidezpl pushed a commit that referenced this pull request Apr 19, 2023
[Docs] Initial commit.

[101] Starter code.

Add todo for slanted menu asset in 101 (#179)

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

update ios icon and name (#244)

remove unnecessary import

fix formatting

fix Android build issues

Delete widget_test.dart

remove outdated TODOs

Update login.dart

fix product_card text styles

declare routes, rather than using onGenerateRoute and home incorrectly

[102] Starter code.

Add environment constraint

Migrate 101-complete to NNBD (#221) (#232)

* Update versions.

* Migrate.

Co-authored-by: Tianguang <penn.zht@gmail.com>

Updates for latest flutter stable (#240)

* Recreate android and ios

Update to Android embedding v2
Deletes png assets by using Android's adaptive launcher icon system
Recreates ios/
Bumps up pubspec versions

* Gradle bump

Adopting flutter_lints on 102-starter branch (#252)

update iOS build

fix Android build issues

replace ButtonBar with OverflowBar

remove outdated TODOs

Delete widget_test.dart

Update to M3 - MDC-102 (#280)

* urgent hot fix

* Update to M3

* Update app.dart

* Update app.dart
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.

None yet

3 participants