1. 17 Nov, 2023 1 commit
  2. 16 Oct, 2023 1 commit
  3. 12 Sep, 2023 1 commit
  4. 05 Sep, 2023 1 commit
  5. 31 Aug, 2023 1 commit
    • yusuf-goog's avatar
      Tweaking CSS to make object docs more legible. (#133711) · a14989b3
      yusuf-goog authored
      Bug:None
      
      *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*
      
      *List which issues are fixed by this PR. You must list at least one issue.*
      
      *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
      Unverified
      a14989b3
  6. 29 Aug, 2023 1 commit
  7. 17 Aug, 2023 1 commit
  8. 16 Aug, 2023 1 commit
  9. 15 Aug, 2023 1 commit
    • Greg Spencer's avatar
      Reorganize and clarify API doc generator (#132353) · 899a29f8
      Greg Spencer authored
      ## Description
      
      This cleans up a lot of issues with the API doc generation.
      
      Here are the main changes:
       - Rename `dartdoc.dart` to `create_api_docs.dart`
       - Move the bulk of the operations out of `dev/bots/docs.sh` into `create_api_docs.dart`.
       - Delete `dashing_postprocess.dart` and `java_and_objc.dart` and incorporate those operations into `create_api_docs.dart`.
       - Refactor the doc generation into more understandable classes
       - Bump the snippets tool version to 0.4.0 (the latest one)
       - Centralize the information gathering about the Flutter repo into the new `FlutterInformation` class.
       - Clean up the directory handling, and convert to using the `file` package for all file and directory paths.
       - Add an `--output` option to docs.sh that specifies the location of the output ZIP file containing the docs.
         - Defaults to placing the output in `dev/docs/api_docs.zip` (i.e. where the previous code generates the file).
       - Moved all document generation into a temporary folder that is removed once the documents are generated, to avoid VSCode and other IDEs trying to index the thousands of HTML and JS files in the docs output.
       - Updated pubspec dependencies.
      
      ## Tests
       - Added tests for doc generation.
      Unverified
      899a29f8
  10. 20 Dec, 2022 1 commit
  11. 09 Dec, 2022 1 commit
    • Siva's avatar
      Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635) · 7c8e1713
      Siva authored
      * Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3
      
      * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105)
      
      * Bump SDK versions.
      
      * Bump Dart SDK version constraints
      
      * Update shrine package to 2.0.1 (null safe version)
      
      * Fix more tests.
      
      * Include patches from Jason for min android sdk version
      
      * Fix analyzer warning
      Unverified
      7c8e1713
  12. 30 Nov, 2022 1 commit
  13. 21 Sep, 2022 1 commit
  14. 15 Apr, 2022 1 commit
  15. 29 Mar, 2022 1 commit
  16. 08 Dec, 2021 1 commit
  17. 24 Nov, 2021 1 commit
  18. 04 Nov, 2021 1 commit
  19. 05 Jun, 2021 1 commit
  20. 08 Dec, 2020 1 commit
  21. 07 Oct, 2020 1 commit
  22. 24 Sep, 2020 1 commit
    • Will Larche's avatar
      [Docs] [Material] Fix Icons api docs (#66508) · ee6d4c65
      Will Larche authored
      * [Docs] [Icons] Updating dart doc styles to recognize more styles of icons. All the 4 icon styles we support have to be pulled from 4 individual web fonts when we show the html page for api docs.
      
      * Better documentation and that special awful case.
      
      * Couple more places to remove.
      Unverified
      ee6d4c65
  23. 06 Aug, 2020 1 commit
  24. 30 Jul, 2020 1 commit
  25. 27 Jul, 2020 1 commit
  26. 23 Jul, 2020 1 commit
    • Yazeed Al-Khalaf's avatar
      :black_nib: Spell Check All `.md` Files Related to Flutter :blue_heart: (#61564) · d41b1fbb
      Yazeed Al-Khalaf authored
      * :bug: Fix Spelling Issues in Main README.md
      
      * :bug: Fix spelling issues in dev README.md
      
      * :bug: Fix spelling issues in complex_layout README.md
      
      * :bug: Fix spelling issues in macrobenchmarks README.md
      
      * :bug: Fix spelling issues in platform_views_layout README.md
      
      * :bug: Fix spelling issues in test_Apps/stocks README.md
      
      * :bug: Fix spelling issues in bots README.md
      
      * :black_nib: Spell Check dev/ci README.md
      
      * :black_nib: Spell Check dev/ci/docker_linux README.md
      
      * :black_nib: Spell Check dev/devicelab README.md
      
      * :black_nib: Spell Check dev/docs README.md
      
      * :black_nib: Spell Check dev/snippets README.md
      
      * :black_nib: Spell Check dev/snippets/config/templates README.md
      
      * :black_nib: Spell Check dev/tools/gen_keycodes README.md
      
      * :black_nib: Spell Check dev/tools/vitool README.md
      
      * :black_nib: Spell Check examples/catalog README.md
      
      * :black_nib: Spell Check examples/flutter_view README.md
      
      * :black_nib: Spell Check examples/image_list README.md
      
      * :black_nib: Spell Check examples/layers README.md
      
      * :black_nib: Spell Check examples/platform_channel README.md
      
      * :black_nib: Spell Check examples/platform_channel_swift README.md
      
      * :black_nib: Spell Check examples/platform_view README.md
      
      * :black_nib: Spell Check packages/_flutter_web_build_script README.md
      
      * :black_nib: Spell Check packages/flutter_localizations README.md
      
      * :black_nib: Spell Check packages/flutter_tools README.md
      
      * :black_nib: Spell Check CODE_OF_CONDUCT.md
      
      * :black_nib: Spell Check dev/integration_test/android_splash_screens/splash_Screen_load_rotate README.md
      
      * :black_nib: Spell Check dev/integration_test/android_views README.md
      
      * :black_nib: Spell Check dev/integration_tests/flutter_driver_screenshot_test README.md
      
      * :black_nib: Spell Check dev/integration_tests/flutter_gallery README.md
      
      * :black_nib: Spell Check dev/integration_tests/gradle_deprecated_settings README.md
      
      * :black_nib: Spell Check dev/integration_tests/ios_add2app_life_cycle README.md
      
      * :black_nib: Spell Check dev/integration_tests/ios_host_app README.md
      
      * :black_nib: Spell Check dev/integration_tests/ios_platform_view_tests README.md
      
      * :black_nib: Spell Check dev/automated_tests/flutter_test README.md
      
      * :black_nib: Spell Check .github/PULL_REQUEST_TEMPLATE.md
      
      * :black_nib: Spell Check .hithub/ISSUE_TEMPLATE/ACTIVATION.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/BUG.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/feature_request.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/performance_others.md
      
      * :black_nib: Spell Check .github/ISSUE_TEMPLATE/performance_speed.md
      
      * :black_nib: Spell Check packages/flutter_tools/doc/daemon.md
      
      * :black_nib: Spell Check packages/flutter_tools/fuchsia_enrtypoint_shim/README.md
      
      * :black_nib: Minimize line to 80 columns
      
      * :black_nib: Minimize line to 80 columns
      
      * :black_nib: Fix Typo
      
      * :black_nib: Chnaged numbers to 1 for testing purposes
      
      * :black_nib: Changed numbers to 1 for testing purposes
      
      * :x: Remove 'a' which is a typo
      
      * :black_nib: Change a sentence to be better
      
      * :black_nib: Remove 'a' which is a typo
      
      * :black_nib: Fix small issue
      
      * :black_nib: Fix small typo
      
      * :black_nib: Fix some typos
      
      * :x: Remove trailing space
      
      * :x: Remove trailing space
      
      * :bug: Fix small typo
      
      * :black_nib: Fix Typo
      
      * :bug: Fix small bug
      Unverified
      d41b1fbb
  27. 11 May, 2020 1 commit
  28. 26 Feb, 2020 1 commit
  29. 10 Feb, 2020 1 commit
    • Greg Spencer's avatar
      Update samples to work with Dartpad, and convert all that make… (#50377) · 9fb781a5
      Greg Spencer authored
      This PR modifies the existing API docs samples to use DartPad so that all of the samples are now interactive apps on the API docs site.
      
      It also removes the restriction for the max width of the description area so that the dartpad region can expand horizontally.
      
      I updated the first paragraph on the API docs to indicate that Flutter is more than just mobile now (same text as the README.md at the top level).
      
      I modified a few of the examples so that they looked nicer, and fit better on the page.
      
      I added the sample description text above each DartPad instance, since that often defines the context of the example.
      
      I removed animations and images when they were redundant with the sample content. There were a few that made sense to keep, so I did.
      Unverified
      9fb781a5
  30. 21 Jan, 2020 1 commit
  31. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      Unverified
      449f4a66
  32. 09 Nov, 2019 1 commit
  33. 10 Sep, 2019 1 commit
  34. 05 Sep, 2019 1 commit
  35. 28 Aug, 2019 1 commit
  36. 10 Jul, 2019 1 commit
    • Greg Spencer's avatar
      Add anchors to samples (#35906) · 67ee3e19
      Greg Spencer authored
      This adds an "anchor button" to each of the samples so that the user can link to individual samples instead of having to link to just the page. Clicking on the anchor button jumps to the anchor, as well as copying the anchor URL to the clipboard.
      
      There is some oddness in the implementation: because dartdoc uses a <base> tag, the href for the link can't just be "#id", it has to calculate the URL from the current window href. I do that in the onmouseenter and onclick because onload doesn't get triggered for <a> tags (and onmouseenter doesn't get triggered for mobile platforms), but I still want the href to be updated before someone right-clicks it to copy the URL.
      Unverified
      67ee3e19
  37. 14 May, 2019 1 commit
  38. 05 Apr, 2019 1 commit
  39. 20 Mar, 2019 1 commit
  40. 01 Mar, 2019 1 commit