Commit 3cbe9b2
committed
v1.5.0 Release
- Create new MaxWidthBox implementation that only uses constraints for setting max width.
- Create NoScrollBarBehavior.
- Update ScrollBehavior to inherit default behavior.
- Fix imports. Added responsive_utils.dart to the library file.
- Update examples.1 parent 6739430 commit 3cbe9b2
3 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
| |||
- .github/workflows/build_canvas.yml+5-2
- .github/workflows/build_html.yml+2-2
- .github/workflows/main.yml+3-3
- .gitignore-1
- .metadata+15-15
- README.md+1-1
- android/.gitignore+1-1
- android/app/build.gradle+16-37
- android/app/src/main/AndroidManifest.xml+2-1
- android/build.gradle+2-2
- android/gradle.properties+1-1
- android/settings.gradle+2-3
- ios/Runner/AppDelegate.swift+2-2
- lib/components/blog.dart+35-31
- lib/main.dart+43-22
- lib/main_advanced.dart+27-31
- lib/pages/page_list.dart+49-47
- lib/pages/page_post.dart+81-75
- lib/pages/page_typography.dart+85-82
- lib/routes.dart+17-3
- lib/utils/max_width_extension.dart+28
- linux/CMakeLists.txt+1-1
- linux/flutter/generated_plugin_registrant.cc+4
- linux/flutter/generated_plugins.cmake+1
- linux/my_application.cc+2-2
- macos/Flutter/GeneratedPluginRegistrant.swift+2
- macos/Runner.xcodeproj/project.pbxproj+6-6
- macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme+4-4
- macos/Runner/AppDelegate.swift+1-1
- macos/RunnerTests/RunnerTests.swift+1-1
- pubspec.yaml+7-6
- web/index.html+1-22
- web/manifest.json+2-2
- windows/flutter/generated_plugin_registrant.cc+3
- windows/flutter/generated_plugins.cmake+1
- windows/runner/runner.exe.manifest-6
- windows/runner/utils.cpp+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments