Giter Site home page Giter Site logo

anfeichtinger / flutter_production_boilerplate_riverpod Goto Github PK

View Code? Open in Web Editor NEW
80.0 6.0 16.0 4.3 MB

A flutter boilerplate project containing riverpod, lints, hive, easy_translations and more!

Kotlin 0.41% Swift 1.78% Objective-C 0.10% Dart 92.60% HTML 5.11%

flutter_production_boilerplate_riverpod's Issues

Question: Support for Material 3?

Hello,

I'm new to the coding side, although I follow the news.
I did see this setting uses-material-design: false, but I thought I should ask anyway.

Any plans to support the Material 3, just advertised at google io 2023?

Thanks

What is difference between AutoDisposeChangeNotifierProvider vs ChangeNotifierProvider

I was not familiar with AutoDisposeChangeNotifierProvider and am finding it bit challenging to find the difference. Both seem to work

// final AutoDisposeChangeNotifierProvider<ThemeModeState> themeProvider =
//     ChangeNotifierProvider.autoDispose(
//         (AutoDisposeChangeNotifierProviderRef<ThemeModeState> ref) {
//   return ThemeModeState();
// });

final themeProvider = ChangeNotifierProvider<ThemeModeState>((ref){
  return ThemeModeState();
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.